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