GaitGeneration by Graph Search
|
TOMLファイルを出力するテンプレートクラス. [詳解]
#include <toml_file_exporter.h>
公開メンバ関数 | |
void | Export (const std::string &file_path, const T &data) |
TOMLファイルを出力する. | |
TOMLファイルを出力するテンプレートクラス.
T | 出力するデータの型. 条件として,デフォルトコンストラクタを持つことと, toml::into<T>()が定義されていることが必要. |
toml_file_exporter.h の 37 行目に定義があります。
|
inline |
TOMLファイルを出力する.
[in] | file_path | 出力するファイルのパス. |
[in] | data | 出力するデータ. |
toml_file_exporter.h の 43 行目に定義があります。