|
cisst-saw
|
#include <prmKeyValue.h>
Public Member Functions | |
| prmKeyValue (void) | |
| prmKeyValue (const prmKeyValue &other) | |
| prmKeyValue & | operator= (const prmKeyValue &other) |
| ~prmKeyValue () | |
| prmKeyValue (const std::string &newKey, const std::string &newValue) | |
| void | SerializeRaw (std::ostream &outputStream) const |
| void | DeSerializeRaw (std::istream &inputStream) |
| void | ToStream (std::ostream &outputStream) const |
| void | ToStreamRaw (std::ostream &outputStream, const char delimiter=' ', bool headerOnly=false, const std::string &headerPrefix="") const |
| void | Copy (const prmKeyValue &source) |
| bool | ScalarNumberIsFixed (void) const |
| size_t | ScalarNumber (void) const |
Public Attributes | |
| std::string | Key |
| std::string | Value |
| void SerializeBinary(std::ostream &outputStream) const CISST_THROW(std void DeSerializeBinary(std::istream &inputStream, const cmnDataFormat &localFormat, const cmnDataFormat &remoteFormat) CISST_THROW(std void SerializeText(std::ostream &outputStream, const char delimiter=',') const CISST_THROW(std std::string | SerializeDescription (const char delimiter=',', const std::string &userDescription="") const |
| void DeSerializeText(std::istream &inputStream, const char delimiter=',') CISST_THROW(std std::string | HumanReadable (void) const |
| prmKeyValue::prmKeyValue | ( | void | ) |
| prmKeyValue::prmKeyValue | ( | const prmKeyValue & | other | ) |
| prmKeyValue::~prmKeyValue | ( | ) |
| prmKeyValue::prmKeyValue | ( | const std::string & | newKey, |
| const std::string & | newValue ) |
| void prmKeyValue::Copy | ( | const prmKeyValue & | source | ) |
| void prmKeyValue::DeSerializeRaw | ( | std::istream & | inputStream | ) |
| prmKeyValue & prmKeyValue::operator= | ( | const prmKeyValue & | other | ) |
| size_t prmKeyValue::ScalarNumber | ( | void | ) | const |
| bool prmKeyValue::ScalarNumberIsFixed | ( | void | ) | const |
| void prmKeyValue::SerializeRaw | ( | std::ostream & | outputStream | ) | const |
| void prmKeyValue::ToStream | ( | std::ostream & | outputStream | ) | const |
| void prmKeyValue::ToStreamRaw | ( | std::ostream & | outputStream, |
| const char | delimiter = ' ', | ||
| bool | headerOnly = false, | ||
| const std::string & | headerPrefix = "" ) const |
| void DeSerializeText(std::istream &inputStream, const char delimiter=',') CISST_THROW(std std::string prmKeyValue::HumanReadable(void) const |
| std::string prmKeyValue::Key |
| void SerializeBinary(std::ostream &outputStream) const CISST_THROW(std void DeSerializeBinary(std::istream &inputStream, const cmnDataFormat &localFormat, const cmnDataFormat &remoteFormat) CISST_THROW(std void SerializeText(std::ostream &outputStream, const char delimiter=',') const CISST_THROW(std std::string prmKeyValue::SerializeDescription(const char delimiter=',', const std::string &userDescription="") const |
| std::string prmKeyValue::Value |