リスト付 JSON オブジェクト [詳細]
#include <PGJsonObject.h>
Public メソッド | |
PGJsonObjectHasList (const char *listkey, PGJsonObject *parent) | |
コンストラクタ | |
virtual | ~PGJsonObjectHasList () |
デストラクタ | |
virtual bool | HasGroup () |
グループの有無 | |
virtual bool | AddObject (PGJsonObject *jo) |
JSON オブジェクトの追加. | |
virtual ostream & | OutJsonList (ostream &out, int &b) |
JSON 文字列の出力. | |
virtual PGJsonObject * | SearchName (const SGString &name) |
JSON オブジェクトの検索. | |
Public 変数 | |
SGString | mListKey |
リストのキー名 | |
JObjectList | mObjectList |
子 JSON オブジェクトリスト |
リスト付 JSON オブジェクト
PGJsonObjectHasList | ( | const char * | listkey, | |
PGJsonObject * | parent | |||
) |
コンストラクタ
type | 種別 |
~PGJsonObjectHasList | ( | ) | [virtual] |
デストラクタ
bool HasGroup | ( | ) | [virtual] |
bool AddObject | ( | PGJsonObject * | jo | ) | [virtual] |
ostream & OutJsonList | ( | ostream & | out, | |
int & | b | |||
) | [virtual] |
PGJsonObject * SearchName | ( | const SGString & | name | ) | [virtual] |
JSON オブジェクトの検索.
JSON オブジェクトを検索します。
name | 名前 |
PGJsonObjectを再定義しています。
子 JSON オブジェクトリスト