◆ WireTapDictionary()
WireTapDictionary::WireTapDictionary |
( |
const char * |
stream = "" | ) |
|
|
explicit |
◆ ~WireTapDictionary()
WireTapDictionary::~WireTapDictionary |
( |
| ) |
|
◆ getInteger()
bool WireTapDictionary::getInteger |
( |
const char * |
field, |
|
|
int & |
value |
|
) |
| const |
◆ getStream()
const char* WireTapDictionary::getStream |
( |
| ) |
const |
◆ getString()
bool WireTapDictionary::getString |
( |
const char * |
field, |
|
|
WireTapStr & |
value |
|
) |
| const |
Retrieve a value from the dictionary
- Parameters
-
[in] | field | Field name |
[out] | value | Value retrieved. |
- Returns
- false if the field could not be found, in which case value remains untouched.
◆ isEmpty()
bool WireTapDictionary::isEmpty |
( |
| ) |
const |
◆ setInteger()
void WireTapDictionary::setInteger |
( |
const char * |
field, |
|
|
int |
value |
|
) |
| |
◆ setString()
void WireTapDictionary::setString |
( |
const char * |
field, |
|
|
const char * |
value |
|
) |
| |
Store a value in the dictionary.
- Parameters
-
[in] | field | Field name |
[in] | value | Value to store. |
- Note
- will overwrite previous value if already defined
The documentation for this class was generated from the following file: