41 #ifndef OBJECTS_SEQLOC_PDB_SEQ_ID_BASE_HPP
42 #define OBJECTS_SEQLOC_PDB_SEQ_ID_BASE_HPP
53 #ifndef BEGIN_objects_SCOPE
54 # define BEGIN_objects_SCOPE BEGIN_SCOPE(objects)
55 # define END_objects_SCOPE END_SCOPE(objects)
117 bool IsSetMol(
void)
const;
124 bool CanGetMol(
void)
const;
133 const TMol& GetMol(
void)
const;
157 bool IsSetChain(
void)
const;
164 bool CanGetChain(
void)
const;
167 void ResetChain(
void);
170 void SetDefaultChain(
void);
176 TChain GetChain(
void)
const;
198 bool IsSetRel(
void)
const;
205 bool CanGetRel(
void)
const;
214 const TRel& GetRel(
void)
const;
236 bool IsSetChain_id(
void)
const;
243 bool CanGetChain_id(
void)
const;
246 void ResetChain_id(
void);
252 const TChain_id& GetChain_id(
void)
const;
268 virtual void Reset(
void);
381 return m_Rel.NotEmpty();
User-defined methods of the data storage class.
Base class for all serializable objects.
static char UnassignedByte(void)
void ThrowUnassigned(TMemberIndex index) const
static string UnassignedString(void)
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.
#define NCBI_SEQLOC_EXPORT
TChain GetChain(void) const
Get the Chain member data.
bool IsSetChain_id(void) const
chain identifier; length-independent generalization of 'chain' Check if a value has been assigned to ...
bool IsSetChain(void) const
Deprecated: 'chain' can't support multiple character PDB chain identifiers (introduced in 2015).
TMol & SetMol(void)
Assign a value to Mol data member.
CPDB_seq_id_Base & operator=(const CPDB_seq_id_Base &)
bool CanGetChain_id(void) const
Check if it is safe to call GetChain_id method.
TChain_id & SetChain_id(void)
Assign a value to Chain_id data member.
void SetDefaultChain(void)
Assign default value to Chain data member.
TChain & SetChain(void)
Assign a value to Chain data member.
bool CanGetMol(void) const
Check if it is safe to call GetMol method.
bool IsSetRel(void) const
release date, month and year Check if a value has been assigned to Rel data member.
const TMol & GetMol(void) const
Get the Mol member data.
bool CanGetRel(void) const
Check if it is safe to call GetRel method.
Tparent::CMemberIndex< E_memberIndex, 5 > TmemberIndex
bool IsSetMol(void) const
the molecule name Check if a value has been assigned to Mol data member.
CPDB_seq_id_Base(const CPDB_seq_id_Base &)
const TChain_id & GetChain_id(void) const
Get the Chain_id member data.
void ResetChain(void)
Reset Chain data member.
DECLARE_INTERNAL_TYPE_INFO()
const TRel & GetRel(void) const
Get the Rel member data.
bool CanGetChain(void) const
Check if it is safe to call GetChain method.