41 #ifndef OBJECTS_SEQTABLE_BVECTOR_DATA_BASE_HPP
42 #define OBJECTS_SEQTABLE_BVECTOR_DATA_BASE_HPP
52 #ifndef BEGIN_objects_SCOPE
53 # define BEGIN_objects_SCOPE BEGIN_SCOPE(objects)
54 # define END_objects_SCOPE END_SCOPE(objects)
109 bool IsSetSize(
void)
const;
116 bool CanGetSize(
void)
const;
119 void ResetSize(
void);
125 TSize GetSize(
void)
const;
137 TSize& SetSize(
void);
146 bool IsSetData(
void)
const;
153 bool CanGetData(
void)
const;
156 void ResetData(
void);
162 const TData& GetData(
void)
const;
168 TData& SetData(
void);
171 virtual void Reset(
void);
Class for serializing bm::bvector<> see include/util/bitset/bm.h Since bvector<> serialization doesn'...
Base class for all serializable objects.
static char UnassignedByte(void)
void ThrowUnassigned(TMemberIndex index) const
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.
bool CanGetSize(void) const
Check if it is safe to call GetSize method.
DECLARE_INTERNAL_TYPE_INFO()
void ResetSize(void)
Reset Size data member.
bool CanGetData(void) const
Check if it is safe to call GetData method.
TSize & SetSize(void)
Assign a value to Size data member.
CBVector_data_Base(const CBVector_data_Base &)
const TData & GetData(void) const
Get the Data member data.
Tparent::CMemberIndex< E_memberIndex, 3 > TmemberIndex
bool IsSetSize(void) const
Check if a value has been assigned to Size data member.
TData & SetData(void)
Assign a value to Data data member.
TSize GetSize(void) const
Get the Size member data.
CBVector_data_Base & operator=(const CBVector_data_Base &)
bool IsSetData(void) const
Check if a value has been assigned to Data data member.