|
cisst-saw
|
#include <mtsInterfaceCommon.h>
Public Member Functions | |
| mtsEventVoidDescription (void) | |
| mtsEventVoidDescription (const mtsEventVoidDescription &other) | |
| mtsEventVoidDescription & | operator= (const mtsEventVoidDescription &other) |
| ~mtsEventVoidDescription () | |
| mtsEventVoidDescription (const std::string &newName) | |
| 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 mtsEventVoidDescription &source) |
| bool | ScalarNumberIsFixed (void) const |
| size_t | ScalarNumber (void) const |
Public Attributes | |
| std::string | Name |
| 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 |
| mtsEventVoidDescription::mtsEventVoidDescription | ( | void | ) |
| mtsEventVoidDescription::mtsEventVoidDescription | ( | const mtsEventVoidDescription & | other | ) |
| mtsEventVoidDescription::~mtsEventVoidDescription | ( | ) |
| mtsEventVoidDescription::mtsEventVoidDescription | ( | const std::string & | newName | ) |
| void mtsEventVoidDescription::Copy | ( | const mtsEventVoidDescription & | source | ) |
| void mtsEventVoidDescription::DeSerializeRaw | ( | std::istream & | inputStream | ) |
| mtsEventVoidDescription & mtsEventVoidDescription::operator= | ( | const mtsEventVoidDescription & | other | ) |
| size_t mtsEventVoidDescription::ScalarNumber | ( | void | ) | const |
| bool mtsEventVoidDescription::ScalarNumberIsFixed | ( | void | ) | const |
| void mtsEventVoidDescription::SerializeRaw | ( | std::ostream & | outputStream | ) | const |
| void mtsEventVoidDescription::ToStream | ( | std::ostream & | outputStream | ) | const |
| void mtsEventVoidDescription::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 mtsEventVoidDescription::HumanReadable(void) const |
| std::string mtsEventVoidDescription::Name |
| 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 mtsEventVoidDescription::SerializeDescription(const char delimiter=',', const std::string &userDescription="") const |