GaitGeneration by Graph Search
読み取り中…
検索中…
一致する文字列を見つけられません
公開メンバ関数 | 全メンバ一覧
designlab::TomlFileExporter< T > クラステンプレートfinal

TOMLファイルを出力するテンプレートクラス. [詳解]

#include <toml_file_exporter.h>

公開メンバ関数

void Export (const std::string &file_path, const T &data)
 TOMLファイルを出力する.
 

詳解

template<HasIntoToml T>
class designlab::TomlFileExporter< T >

TOMLファイルを出力するテンプレートクラス.

テンプレート引数
T出力するデータの型. 条件として,デフォルトコンストラクタを持つことと, toml::into<T>()が定義されていることが必要.

toml_file_exporter.h37 行目に定義があります。

関数詳解

◆ Export()

template<HasIntoToml T>
void designlab::TomlFileExporter< T >::Export ( const std::string &  file_path,
const T &  data 
)
inline

TOMLファイルを出力する.

引数
[in]file_path出力するファイルのパス.
[in]data出力するデータ.

toml_file_exporter.h43 行目に定義があります。

呼び出し関係図:
被呼び出し関係図:

このクラス詳解は次のファイルから抽出されました: