#include <STRING.hh>
◆ char_type
template<class L >
typedef std::string::value_type STRING::char_type |
◆ length_type
template<class L >
typedef L STRING::length_type |
◆ STRING() [1/8]
◆ STRING() [2/8]
template<class L >
STRING::STRING |
( |
const std::string & | Value | ) |
|
◆ STRING() [3/8]
template<class L >
STRING::STRING |
( |
const char * | Value | ) |
|
◆ STRING() [4/8]
template<class L >
STRING::STRING |
( |
const char * | Value, |
|
|
size_t | Length ) |
◆ STRING() [5/8]
◆ STRING() [6/8]
◆ STRING() [7/8]
◆ STRING() [8/8]
◆ Bytes() [1/4]
◆ Bytes() [2/4]
◆ Bytes() [3/4]
◆ Bytes() [4/4]
◆ length_error() [1/4]
template<class L >
void STRING::length_error |
( |
const char * | Value | ) |
|
|
inlinestaticprivate |
◆ length_error() [2/4]
◆ length_error() [3/4]
template<class L >
void STRING::length_error |
( |
const std::string & | Value | ) |
|
|
inlinestaticprivate |
◆ length_error() [4/4]
◆ operator=() [1/4]
template<class L >
STRING< L > & STRING::operator= |
( |
const char * | Source | ) |
|
◆ operator=() [2/4]
◆ operator=() [3/4]
template<class L >
STRING< L > & STRING::operator= |
( |
const std::string & | Source | ) |
|
◆ operator=() [4/4]
◆ Read() [1/4]
template<class L >
void STRING::Read |
( |
IStream & | Stream | ) |
|
|
inline |
◆ Read() [2/4]
◆ Read() [3/4]
template<class L >
void STRING::Read |
( |
IStream & | Stream, |
|
|
std::string & | Source ) |
|
inlinestatic |
◆ Read() [4/4]
◆ Write() [1/4]
template<class L >
void STRING::Write |
( |
OStream & | Stream | ) |
const |
|
inline |
◆ Write() [2/4]
◆ Write() [3/4]
template<class L >
void STRING::Write |
( |
OStream & | Stream, |
|
|
const std::string & | Source ) |
|
inlinestatic |
◆ Write() [4/4]
◆ MAX_STRING_LENGTH
template<class L >
const L STRING::MAX_STRING_LENGTH = ~( L( 0 ) ) |
|
static |
The documentation for this class was generated from the following files:
- /home/abuild/rpmbuild/BUILD/ldas-tools-framecpp-3.0.4/build/include/framecpp/Common/IOStream.hh
- /home/abuild/rpmbuild/BUILD/ldas-tools-framecpp-3.0.4/build/include/framecpp/Common/STRING.hh
- /home/abuild/rpmbuild/BUILD/ldas-tools-framecpp-3.0.4/src/Common/IOStream.hh
- /home/abuild/rpmbuild/BUILD/ldas-tools-framecpp-3.0.4/src/Common/STRING.hh