13 #pragma managed( push, off ) 52 if (
nullptr == pcJsonValue ) {
55 if (
nullptr == pcJsonValue ) {
58 if (
nullptr == pcJsonValue ) {
61 if (
nullptr == pcJsonValue ) {
64 if (
nullptr == pcJsonValue ) {
82 #pragma managed( pop ) static CJsonArray * CreateInputJson(CStream &rcStream, CJson *pcParent) noexcept
JSON配列入力作成関数
CJsonValue(CJson *pcParent) noexcept
コンストラクタ
static CJsonObject * CreateInputJson(CStream &rcStream, CJson *pcParent) noexcept
JSONオブジェクト入力作成関数
static CJsonFixed * CreateInputJson(CStream &rcStream, CJson *pcParent) noexcept
JSON固定値入力作成関数
static CJsonString * CreateInputJson(CStream &rcStream, CJson *pcParent) noexcept
JSON文字列入力作成関数
static CJsonValue * CreateInputJson(CStream &rcStream, CJson *pcParent) noexcept
JSONバリュー入力作成関数
static CJsonNumber * CreateInputJson(CStream &rcStream, CJson *pcParent) noexcept
JSON数値入力作成関数