#include <KVPair.h>
|
| | KVPairClass (void) |
| |
| | KVPairClass (const std::string &in, const std::string &delim) |
| |
| void | set (const std::string &in, const std::string &delim) |
| |
| void | readFromFile (const std::string &in, const std::string &delim) |
| |
| std::string | getStringVal (const std::string &key) const |
| |
| bool | getString (const std::string &key, std::string &val) const |
| |
| bool | getInt (const std::string &key, int &val) const |
| |
| bool | getUnsignedInt (const std::string &key, unsigned int &val) const |
| |
Definition at line 34 of file KVPair.h.
◆ KVPairClass() [1/2]
| KVPairClass::KVPairClass |
( |
void | | ) |
|
◆ KVPairClass() [2/2]
| KVPairClass::KVPairClass |
( |
const std::string & | in, |
|
|
const std::string & | delim ) |
◆ getInt()
| bool KVPairClass::getInt |
( |
const std::string & | key, |
|
|
int & | val ) const |
◆ getString()
| bool KVPairClass::getString |
( |
const std::string & | key, |
|
|
std::string & | val ) const |
◆ getStringVal()
| std::string KVPairClass::getStringVal |
( |
const std::string & | key | ) |
const |
◆ getUnsignedInt()
| bool KVPairClass::getUnsignedInt |
( |
const std::string & | key, |
|
|
unsigned int & | val ) const |
◆ readFromFile()
| void KVPairClass::readFromFile |
( |
const std::string & | in, |
|
|
const std::string & | delim ) |
◆ set()
| void KVPairClass::set |
( |
const std::string & | in, |
|
|
const std::string & | delim ) |
◆ m_map
The documentation for this class was generated from the following files: