#include <propertyInfo.h>

Public Member Functions | |
| bool | load (const char *fname, const char *path[]) |
| 読み出し | |
| void | save (void) |
| 保存 | |
| void | value (int *int_num, const char *key, int def_num=0) |
| 数値情報の処理 | |
| void | value (std::string &str, const char *key, const char *def_str="") |
| 文字列情報の処理 | |
Definition at line 20 of file propertyInfo.h.
| bool PropertyInfo::load | ( | const char * | fname, | |
| const char * | path[] | |||
| ) |
読み出し
| fname | [i] ファイル名 | |
| path | [i] ファイルを検索するパス文字列の配列 |
Definition at line 21 of file propertyInfo.cpp.
References VXV::searchFile().
1.5.7.1