58 (*m_SeqRange).Reset();
79 info->CodeVersion(22301);
80 info->DataSpec(ncbi::EDataSpec::eASN);
183 info->CodeVersion(22301);
184 info->DataSpec(ncbi::EDataSpec::eASN);
213 (*m_Children).Reset();
256 info->CodeVersion(22301);
257 info->DataSpec(ncbi::EDataSpec::eASN);
User-defined methods of the data storage class.
User-defined methods of the data storage class.
BEGIN_NAMED_BASE_CLASS_INFO("SeqTree-node", CSeqTree_node)
BEGIN_NAMED_CHOICE_INFO("", CSeqTree_node_Base::C_Children)
BEGIN_NAMED_CLASS_INFO("", CSeqTree_node_Base::C_Children::C_Footprint)
#define DIAG_COMPILE_INFO
Make compile time diagnostic information object to use in CNcbiDiag and CException.
#define MEMBER_PTR(MemberName)
#define ADD_NAMED_REF_MEMBER(MemberAlias, MemberName, ClassName)
#define ADD_NAMED_REF_CHOICE_VARIANT(MemberAlias, MemberName, ClassName)
#define ADD_NAMED_STD_MEMBER(MemberAlias, MemberName)
#define SET_CLASS_MODULE(ModuleName)
#define SET_INTERNAL_NAME(OwnerName, MemberName)
#define SET_CHOICE_MODULE(ModuleName)
#define ADD_NAMED_BUF_CHOICE_VARIANT(MemberAlias, MemberName, TypeMacro, TypeMacroArgs)
void AddReference(void) const
Add reference to object.
bool IsAllocatedInPool(void) const THROWS_NONE
Check if object is allocated in memory pool (not system heap)
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
void Reset(void)
Reset the whole object.
TFootprint & SetFootprint(void)
Select the variant.
CNode_annotation TAnnotation
static const char *const sm_SelectionNames[]
TAnnotation & SetAnnotation(void)
Assign a value to Annotation data member.
NCBI_NS_NCBI::CSerialObject * m_object
NCBI_NS_NCBI::CUnionBuffer< TChildren > m_Children
TSeqRange & SetSeqRange(void)
Assign a value to SeqRange data member.
void CheckSelected(E_Choice index) const
Verify selection, throw exception if it differs from the expected.
CRef< TSeqRange > m_SeqRange
void ResetSeqRange(void)
Reset SeqRange data member.
void Reset(void)
Reset the whole object.
TChildren & SetChildren(void)
Assign a value to Children data member.
CRef< TAnnotation > m_Annotation
void ThrowInvalidSelection(E_Choice index) const
Throw 'InvalidSelection' exception.
virtual void Reset(void)
Reset the whole object.
CRef< TChildren > m_Children
void ResetChildren(void)
Reset Children data member.
void ResetDistance(void)
Reset Distance data member.
const TFootprint & GetFootprint(void) const
Get the variant data.
void DoSelect(E_Choice index, CObjectMemoryPool *pool=0)
void ResetSelection(void)
Reset the selection (set it to e_not_set).
void ResetIsAnnotated(void)
Reset IsAnnotated data member.
virtual ~CSeqTree_node_Base(void)
static string SelectionName(E_Choice index)
Retrieve selection name (for diagnostic purposes).
void ResetName(void)
Reset Name data member.
void Select(E_Choice index, EResetVariant reset=eDoResetVariant)
Select the requested variant if needed.
void ResetAnnotation(void)
Reset Annotation data member.
@ e_not_set
No variant selected.
virtual void Reset(void)
Reset the whole object.