41 #ifndef OBJECTS_SEQTABLE_COMMONBYTES_TABLE_BASE_HPP
42 #define OBJECTS_SEQTABLE_COMMONBYTES_TABLE_BASE_HPP
52 #ifndef BEGIN_objects_SCOPE
53 # define BEGIN_objects_SCOPE BEGIN_SCOPE(objects)
54 # define END_objects_SCOPE END_SCOPE(objects)
85 typedef vector< vector< char >* >
TBytes;
107 bool IsSetBytes(
void)
const;
114 bool CanGetBytes(
void)
const;
117 void ResetBytes(
void);
123 const TBytes& GetBytes(
void)
const;
139 bool IsSetIndexes(
void)
const;
146 bool CanGetIndexes(
void)
const;
149 void ResetIndexes(
void);
155 const TIndexes& GetIndexes(
void)
const;
164 virtual void Reset(
void);
CCommonBytes_table_Base –.
Base class for all serializable objects.
uint32_t Uint4
4-byte (32-bit) unsigned integer
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
Tparent::CMemberIndex< E_memberIndex, 3 > TmemberIndex
bool IsSetBytes(void) const
set of possible values Check if a value has been assigned to Bytes data member.
TBytes & SetBytes(void)
Assign a value to Bytes data member.
CCommonBytes_table_Base & operator=(const CCommonBytes_table_Base &)
const TIndexes & GetIndexes(void) const
Get the Indexes member data.
vector< vector< char > * > m_Bytes
const TBytes & GetBytes(void) const
Get the Bytes member data.
bool CanGetBytes(void) const
Check if it is safe to call GetBytes method.
TIndexes & SetIndexes(void)
Assign a value to Indexes data member.
vector< vector< char > * > TBytes
bool IsSetIndexes(void) const
indexes of values in array 'bytes' for each data row Check if a value has been assigned to Indexes da...
bool CanGetIndexes(void) const
Check if it is safe to call GetIndexes method.
DECLARE_INTERNAL_TYPE_INFO()
CCommonBytes_table_Base(const CCommonBytes_table_Base &)