NCBI C++ ToolKit
|
Search Toolkit Book for CStdAliasBase
#include <serial/serialbase.hpp>
Public Member Functions | |
CStdAliasBase (void) | |
CStdAliasBase (const TStd &value) | |
Public Member Functions inherited from CAliasBase< TStd > | |
CAliasBase (void) | |
CAliasBase (const TStd &value) | |
const TStd & | Get (void) const |
TStd & | Set (void) |
void | Set (const TStd &value) |
operator TStd (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< TStd > | TParent |
typedef CStdAliasBase< TStd > | TThis |
Additional Inherited Members | |
Public Types inherited from CAliasBase< TStd > | |
typedef CAliasBase< TStd > | TThis |
Static Public Member Functions inherited from CAliasBase< TStd > | |
static TConstObjectPtr | GetDataPtr (const TThis *alias) |
Protected Attributes inherited from CAliasBase< TStd > | |
TStd | m_Data |
Definition at line 401 of file serialbase.hpp.