#include <ConfigurationFile.h>
Public Member Functions | |
| ConfigurationFile (const String &fileName) | |
| コンストラクタ | |
| virtual | ~ConfigurationFile () |
| デストラクタ | |
| virtual int | getCount () const |
| データ数の取得 | |
| virtual bool | getChar (const String &key, char *value) const |
| charデータの取得 | |
| virtual bool | getUChar (const String &key, u_char *value) const |
| u_charデータの取得 | |
| virtual bool | getShort (const String &key, short *value) const |
| shortデータの取得 | |
| virtual bool | getUShort (const String &key, u_short *value) const |
| u_shortデータの取得 | |
| virtual bool | getInt (const String &key, int *value) const |
| intデータの取得 | |
| virtual bool | getUInt (const String &key, u_int *value) const |
| u_intデータの取得 | |
| virtual bool | getFloat (const String &key, float *value) const |
| floatデータの取得 | |
| virtual bool | getDouble (const String &key, double *value) const |
| doubleデータの取得 | |
| virtual bool | getString (const String &key, String *value) const |
| Stringデータの取得. | |
Definition at line 36 of file ConfigurationFile.h.
|
|
コンストラクタ
Definition at line 36 of file ConfigurationFile.cpp. |
|
||||||||||||
|
charデータの取得
Definition at line 76 of file ConfigurationFile.cpp. References Lamp::HashMap< String, String >::get(), Lamp::String::getSize(), and Lamp::String::parseChar(). |
|
||||||||||||
|
doubleデータの取得
Definition at line 125 of file ConfigurationFile.cpp. References Lamp::HashMap< String, String >::get(), Lamp::String::getSize(), and Lamp::String::parseDouble(). |
|
||||||||||||
|
floatデータの取得
Definition at line 118 of file ConfigurationFile.cpp. References Lamp::HashMap< String, String >::get(), Lamp::String::getSize(), and Lamp::String::parseFloat(). |
|
||||||||||||
|
intデータの取得
Definition at line 104 of file ConfigurationFile.cpp. References Lamp::HashMap< String, String >::get(), Lamp::String::getSize(), and Lamp::String::parseInt(). |
|
||||||||||||
|
shortデータの取得
Definition at line 90 of file ConfigurationFile.cpp. References Lamp::HashMap< String, String >::get(), Lamp::String::getSize(), and Lamp::String::parseShort(). |
|
||||||||||||
|
Stringデータの取得.
Definition at line 132 of file ConfigurationFile.cpp. References Lamp::String::charAt(), Lamp::HashMap< String, String >::get(), and Lamp::String::getSize(). |
|
||||||||||||
|
u_charデータの取得
Definition at line 83 of file ConfigurationFile.cpp. References Lamp::HashMap< String, String >::get(), Lamp::String::getSize(), and Lamp::String::parseUChar(). |
|
||||||||||||
|
u_intデータの取得
Definition at line 111 of file ConfigurationFile.cpp. References Lamp::HashMap< String, String >::get(), Lamp::String::getSize(), and Lamp::String::parseUInt(). |
|
||||||||||||
|
u_shortデータの取得
Definition at line 97 of file ConfigurationFile.cpp. References Lamp::HashMap< String, String >::get(), Lamp::String::getSize(), and Lamp::String::parseUShort(). |
1.3.2