readconf  1.6
設定ファイル読み込みモジュール
 全て データ構造 ファイル 関数 変数 型定義 列挙型 列挙型の値 マクロ定義 グループ
変数

設定項目値の共用体。 [詳細]

#include <readconf.h>

変数

char * string
 
long integer
 
double real
 
bool boolean
 

説明

設定項目値の共用体。

readconf.h43 行で定義されています。

構造体

bool RCConfValue::boolean

readconf.h48 行で定義されています。

参照元 convertStringToBool(), initialize(), と readBool().

long RCConfValue::integer

readconf.h46 行で定義されています。

参照元 convertStringToInteger(), initialize(), と readInteger().

double RCConfValue::real

readconf.h47 行で定義されています。

参照元 convertStringToReal(), initialize(), と readReal().

char* RCConfValue::string

readconf.h45 行で定義されています。

参照元 initialize(), RCFreeStringValueInItems(), readString(), と setValue().


この共用体の説明は次のファイルから生成されました: