設定項目値の共用体。 [詳細]
#include <readconf.h>
変数 | |
char * | string |
long | integer |
double | real |
bool | boolean |
設定項目値の共用体。
readconf.h の 43 行で定義されています。
bool RCConfValue::boolean |
readconf.h の 48 行で定義されています。
参照元 convertStringToBool(), initialize(), と readBool().
long RCConfValue::integer |
readconf.h の 46 行で定義されています。
参照元 convertStringToInteger(), initialize(), と readInteger().
double RCConfValue::real |
readconf.h の 47 行で定義されています。
参照元 convertStringToReal(), initialize(), と readReal().
char* RCConfValue::string |
readconf.h の 45 行で定義されています。
参照元 initialize(), RCFreeStringValueInItems(), readString(), と setValue().