13 #pragma managed( push, off ) 45 if ( !PushStreamPoints( rcStream ) ) {
55 if ( !InputJsonFixedString( rcStream, L
"true" ) ) {
57 if ( !InputJsonFixedString( rcStream, L
"false" ) ) {
59 if ( !InputJsonFixedString( rcStream, L
"null" ) ) {
77 PopStreamPoints( rcStream, !result );
94 if (
nullptr == pcJsonFixed ) {
99 else if ( !pcJsonFixed->
InputJson( rcStream ) ) {
108 result = pcJsonFixed;
116 #pragma managed( pop )
static CJsonFixed * CreateInputJson(CStream &rcStream, CJson *pcParent) noexcept
JSON固定値入力作成関数
CJsonFixed(CJson *pcParent, wchar_t const *pszString=nullptr) noexcept
コンストラクタ
virtual bool CompactBuffer() noexcept
バッファサイズコンパクト化関数
virtual bool InputJson(CStream &rcStream) noexcept override
JSONクラス入力関数