NCBI C++ ToolKit
|
Search Toolkit Book for CStringAliasBase
#include <serial/serialbase.hpp>
Public Member Functions | |
CStringAliasBase (void) | |
CStringAliasBase (const TString &value) | |
![]() | |
CAliasBase (void) | |
CAliasBase (const TString &value) | |
const TString & | Get (void) const |
TString & | Set (void) |
void | Set (const TString &value) |
operator TString (void) const | |
TThis & | operator* (void) |
TThis * | operator-> (void) |
bool | operator< (const T &value) const |
bool | operator> (const T &value) const |
bool | operator== (const T &value) const |
bool | operator!= (const T &value) const |
Private Types | |
typedef CAliasBase< TString > | TParent |
typedef CStringAliasBase< TString > | TThis |
Additional Inherited Members | |
![]() | |
typedef CAliasBase< TString > | TThis |
![]() | |
static TConstObjectPtr | GetDataPtr (const TThis *alias) |
![]() | |
TString | m_Data |
Definition at line 414 of file serialbase.hpp.