GaitGeneration by Graph Search
|
tomlファイルに追加する変数の説明を追加するための構造体. [詳解]
#include <toml_serialize_macro.h>
公開メンバ関数 | |
Toml11Description (const std::string &t, const std::string &d) | |
公開変数類 | |
std::string | table_name |
テーブル名. | |
std::string | description |
説明,tomlファイルにはコメントとして追加される. | |
静的公開変数類 | |
static const char | kNoTable [] = "no_table_value" |
テーブルがない場合に指定する文字列. | |
tomlファイルに追加する変数の説明を追加するための構造体.
toml_serialize_macro.h の 43 行目に定義があります。
|
inline |
toml_serialize_macro.h の 48 行目に定義があります。
std::string designlab::toml_func::Toml11Description::description |
説明,tomlファイルにはコメントとして追加される.
toml_serialize_macro.h の 55 行目に定義があります。
|
static |
テーブルがない場合に指定する文字列.
toml_serialize_macro.h の 46 行目に定義があります。
std::string designlab::toml_func::Toml11Description::table_name |
テーブル名.
toml_serialize_macro.h の 54 行目に定義があります。