AM Daemon ライブラリリファレンス
クラス | 名前空間
JsonTree.h ファイル

JSONツリーを作成するためのクラス JsonTree のヘッダ。 [詳解]

#include "amdaemon/env.h"
#include <type_traits>
#include <functional>
#include <memory>
#include <string>
#include <locale>
#include <sstream>
#include <cstdint>
+ JsonTree.h の依存先関係図:

[ソースコード]

クラス

class  amdaemon::util::JsonArrayAdder
 JSON配列への要素追加処理を提供する抽象クラス。 [詳解]
 
class  amdaemon::util::JsonObjectAdder
 JSONオブジェクトへの要素追加処理を提供する抽象クラス。 [詳解]
 
class  amdaemon::util::JsonTree
 JSONツリーを作成するためのクラス。 [詳解]
 

名前空間

 amdaemon
 AM Daemon ライブラリクラス群の基底名前空間。
 
 amdaemon::util
 AM Daemon プロセスとは無関係だが便利なクラス、関数等を定義する名前空間。
 

詳解

JSONツリーを作成するためのクラス JsonTree のヘッダ。

Copyright(C)SEGA