|
ldas-tools-framecpp 3.0.4
|
#include <STRING.hh>
Public Types | |
| typedef L | length_type |
| typedef std::string::value_type | char_type |
| typedef L | length_type |
| typedef std::string::value_type | char_type |
Public Member Functions | |
| STRING () | |
| STRING (const std::string &Value) | |
| STRING (const char *Value) | |
| STRING (const char *Value, size_t Length) | |
| cmn_streamsize_type | Bytes () const |
| STRING & | operator= (const std::string &Source) |
| STRING & | operator= (const char *Source) |
| void | Read (IStream &Stream) |
| void | Write (OStream &Stream) const |
| STRING () | |
| STRING (const std::string &Value) | |
| STRING (const char *Value) | |
| STRING (const char *Value, size_t Length) | |
| cmn_streamsize_type | Bytes () const |
| STRING & | operator= (const std::string &Source) |
| STRING & | operator= (const char *Source) |
| void | Read (IStream &Stream) |
| void | Write (OStream &Stream) const |
Static Public Member Functions | |
| static cmn_streamsize_type | Bytes (const std::string &String) |
| static void | Read (IStream &Stream, std::string &Source) |
| static void | Write (OStream &Stream, const std::string &Source) |
| static cmn_streamsize_type | Bytes (const std::string &String) |
| static void | Read (IStream &Stream, std::string &Source) |
| static void | Write (OStream &Stream, const std::string &Source) |
Static Public Attributes | |
| static const length_type | MAX_STRING_LENGTH = ~( L( 0 ) ) |
Static Private Member Functions | |
| static void | length_error (const std::string &Value) |
| static void | length_error (const char *Value) |
| static void | length_error (const std::string &Value) |
| static void | length_error (const char *Value) |
| typedef std::string::value_type FrameCPP::Common::STRING< L >::char_type |
| typedef std::string::value_type FrameCPP::Common::STRING< L >::char_type |
| typedef L FrameCPP::Common::STRING< L >::length_type |
| typedef L FrameCPP::Common::STRING< L >::length_type |
| STRING::STRING | ( | ) |
| STRING::STRING | ( | const std::string & | Value | ) |
| STRING::STRING | ( | const char * | Value | ) |
| STRING::STRING | ( | const char * | Value, |
| size_t | Length ) |
| FrameCPP::Common::STRING< L >::STRING | ( | ) |
| FrameCPP::Common::STRING< L >::STRING | ( | const std::string & | Value | ) |
| FrameCPP::Common::STRING< L >::STRING | ( | const char * | Value | ) |
| FrameCPP::Common::STRING< L >::STRING | ( | const char * | Value, |
| size_t | Length ) |
|
inline |
| cmn_streamsize_type FrameCPP::Common::STRING< L >::Bytes | ( | ) | const |
|
inlinestatic |
|
static |
|
inlinestaticprivate |
|
staticprivate |
|
inlinestaticprivate |
|
staticprivate |
| STRING< L > & STRING::operator= | ( | const char * | Source | ) |
| STRING & FrameCPP::Common::STRING< L >::operator= | ( | const char * | Source | ) |
| STRING< L > & STRING::operator= | ( | const std::string & | Source | ) |
| STRING & FrameCPP::Common::STRING< L >::operator= | ( | const std::string & | Source | ) |
|
inline |
| void FrameCPP::Common::STRING< L >::Read | ( | IStream & | Stream | ) |
|
inlinestatic |
|
static |
|
inline |
| void FrameCPP::Common::STRING< L >::Write | ( | OStream & | Stream | ) | const |
|
inlinestatic |
|
static |
|
static |