NCBI C++ ToolKit
|
Search Toolkit Book for CNCBIpna_Base
5 octets/base, prob for a,c,g,t,n probabilities are coded 0-255 = 0.0-1.0 More...
#include <objects/seq/NCBIpna_.hpp>
Public Member Functions | |
CNCBIpna_Base (void) | |
DECLARE_STD_ALIAS_TYPE_INFO () | |
CNCBIpna_Base (const vector< char > &data) | |
![]() | |
CStringAliasBase (void) | |
CStringAliasBase (const vector< char > &value) | |
![]() | |
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 CStringAliasBase< vector< char > > | Tparent |
Additional Inherited Members | |
![]() | |
typedef CAliasBase< vector< char > > | TThis |
![]() | |
static TConstObjectPtr | GetDataPtr (const TThis *alias) |
![]() | |
vector< char > | m_Data |
5 octets/base, prob for a,c,g,t,n probabilities are coded 0-255 = 0.0-1.0
Definition at line 74 of file NCBIpna_.hpp.