NCBI C++ ToolKit
|
Search Toolkit Book for CHeterogen
#include <objects/seq/Heterogen.hpp>
Public Member Functions | |
CHeterogen (void) | |
CHeterogen (const std::string &value) | |
Explicit constructor from the primitive type. More... | |
Public Member Functions inherited from CHeterogen_Base | |
CHeterogen_Base (void) | |
DECLARE_STD_ALIAS_TYPE_INFO () | |
CHeterogen_Base (const string &data) | |
Public Member Functions inherited from CStringAliasBase< string > | |
CStringAliasBase (void) | |
CStringAliasBase (const string &value) | |
Public Member Functions inherited from CAliasBase< string > | |
CAliasBase (void) | |
CAliasBase (const string &value) | |
const string & | Get (void) const |
string & | Set (void) |
void | Set (const string &value) |
operator string (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 CHeterogen_Base | Tparent |
Additional Inherited Members | |
Public Types inherited from CAliasBase< string > | |
typedef CAliasBase< string > | TThis |
Static Public Member Functions inherited from CAliasBase< string > | |
static TConstObjectPtr | GetDataPtr (const TThis *alias) |
Protected Attributes inherited from CAliasBase< string > | |
string | m_Data |
CHeterogen –.
Definition at line 65 of file Heterogen.hpp.