|
| CE2Reply::CE2Reply (void) |
|
| CE2Reply::~CE2Reply (void) |
|
| CE2Reply::CE2Reply (const CE2Reply &value) |
|
CE2Reply & | CE2Reply::operator= (const CE2Reply &value) |
|
| CE2Reply_Base::CE2Reply_Base (void) |
|
virtual | CE2Reply_Base::~CE2Reply_Base (void) |
|
| CE2Reply_Base::DECLARE_INTERNAL_TYPE_INFO () |
|
virtual void | CE2Reply_Base::Reset (void) |
| Reset the whole object. More...
|
|
virtual void | CE2Reply_Base::ResetSelection (void) |
| Reset the selection (set it to e_not_set). More...
|
|
E_Choice | CE2Reply_Base::Which (void) const |
| Which variant is currently selected. More...
|
|
void | CE2Reply_Base::CheckSelected (E_Choice index) const |
| Verify selection, throw exception if it differs from the expected. More...
|
|
void | CE2Reply_Base::ThrowInvalidSelection (E_Choice index) const |
| Throw 'InvalidSelection' exception. More...
|
|
static string | CE2Reply_Base::SelectionName (E_Choice index) |
| Retrieve selection name (for diagnostic purposes). More...
|
|
void | CE2Reply_Base::Select (E_Choice index, EResetVariant reset=eDoResetVariant) |
| Select the requested variant if needed. More...
|
|
void | CE2Reply_Base::Select (E_Choice index, EResetVariant reset, CObjectMemoryPool *pool) |
| Select the requested variant if needed, allocating CObject variants from memory pool. More...
|
|
bool | CE2Reply_Base::IsError (void) const |
| Check if variant Error is selected. More...
|
|
const TError & | CE2Reply_Base::GetError (void) const |
| Get the variant data. More...
|
|
TError & | CE2Reply_Base::SetError (void) |
| Select the variant. More...
|
|
void | CE2Reply_Base::SetError (const TError &value) |
| Select the variant and set its data. More...
|
|
bool | CE2Reply_Base::IsGet_info (void) const |
| Check if variant Get_info is selected. More...
|
|
const TGet_info & | CE2Reply_Base::GetGet_info (void) const |
| Get the variant data. More...
|
|
TGet_info & | CE2Reply_Base::SetGet_info (void) |
| Select the variant. More...
|
|
void | CE2Reply_Base::SetGet_info (TGet_info &value) |
| Select the variant and set its data. More...
|
|
bool | CE2Reply_Base::IsEval_boolean (void) const |
| Check if variant Eval_boolean is selected. More...
|
|
const TEval_boolean & | CE2Reply_Base::GetEval_boolean (void) const |
| Get the variant data. More...
|
|
TEval_boolean & | CE2Reply_Base::SetEval_boolean (void) |
| Select the variant. More...
|
|
void | CE2Reply_Base::SetEval_boolean (TEval_boolean &value) |
| Select the variant and set its data. More...
|
|
bool | CE2Reply_Base::IsGet_docsum (void) const |
| Check if variant Get_docsum is selected. More...
|
|
const TGet_docsum & | CE2Reply_Base::GetGet_docsum (void) const |
| Get the variant data. More...
|
|
TGet_docsum & | CE2Reply_Base::SetGet_docsum (void) |
| Select the variant. More...
|
|
void | CE2Reply_Base::SetGet_docsum (TGet_docsum &value) |
| Select the variant and set its data. More...
|
|
bool | CE2Reply_Base::IsGet_term_pos (void) const |
| Check if variant Get_term_pos is selected. More...
|
|
TGet_term_pos | CE2Reply_Base::GetGet_term_pos (void) const |
| Get the variant data. More...
|
|
TGet_term_pos & | CE2Reply_Base::SetGet_term_pos (void) |
| Select the variant. More...
|
|
void | CE2Reply_Base::SetGet_term_pos (TGet_term_pos value) |
| Select the variant and set its data. More...
|
|
bool | CE2Reply_Base::IsGet_term_list (void) const |
| Check if variant Get_term_list is selected. More...
|
|
const TGet_term_list & | CE2Reply_Base::GetGet_term_list (void) const |
| Get the variant data. More...
|
|
TGet_term_list & | CE2Reply_Base::SetGet_term_list (void) |
| Select the variant. More...
|
|
void | CE2Reply_Base::SetGet_term_list (TGet_term_list &value) |
| Select the variant and set its data. More...
|
|
bool | CE2Reply_Base::IsGet_term_hierarchy (void) const |
| Check if variant Get_term_hierarchy is selected. More...
|
|
const TGet_term_hierarchy & | CE2Reply_Base::GetGet_term_hierarchy (void) const |
| Get the variant data. More...
|
|
TGet_term_hierarchy & | CE2Reply_Base::SetGet_term_hierarchy (void) |
| Select the variant. More...
|
|
void | CE2Reply_Base::SetGet_term_hierarchy (TGet_term_hierarchy &value) |
| Select the variant and set its data. More...
|
|
bool | CE2Reply_Base::IsGet_links (void) const |
| Check if variant Get_links is selected. More...
|
|
const TGet_links & | CE2Reply_Base::GetGet_links (void) const |
| Get the variant data. More...
|
|
TGet_links & | CE2Reply_Base::SetGet_links (void) |
| Select the variant. More...
|
|
void | CE2Reply_Base::SetGet_links (TGet_links &value) |
| Select the variant and set its data. More...
|
|
bool | CE2Reply_Base::IsGet_linked (void) const |
| Check if variant Get_linked is selected. More...
|
|
const TGet_linked & | CE2Reply_Base::GetGet_linked (void) const |
| Get the variant data. More...
|
|
TGet_linked & | CE2Reply_Base::SetGet_linked (void) |
| Select the variant. More...
|
|
void | CE2Reply_Base::SetGet_linked (TGet_linked &value) |
| Select the variant and set its data. More...
|
|
bool | CE2Reply_Base::IsGet_link_counts (void) const |
| Check if variant Get_link_counts is selected. More...
|
|
const TGet_link_counts & | CE2Reply_Base::GetGet_link_counts (void) const |
| Get the variant data. More...
|
|
TGet_link_counts & | CE2Reply_Base::SetGet_link_counts (void) |
| Select the variant. More...
|
|
void | CE2Reply_Base::SetGet_link_counts (TGet_link_counts &value) |
| Select the variant and set its data. More...
|
|
| CE2Reply_Base::CE2Reply_Base (const CE2Reply_Base &) |
|
CE2Reply_Base & | CE2Reply_Base::operator= (const CE2Reply_Base &) |
|
void | CE2Reply_Base::DoSelect (E_Choice index, CObjectMemoryPool *pool=0) |
|
| CE2Request::CE2Request (void) |
|
| CE2Request::~CE2Request (void) |
|
| CE2Request::CE2Request (const CE2Request &value) |
|
CE2Request & | CE2Request::operator= (const CE2Request &value) |
|
| CE2Request_Base::CE2Request_Base (void) |
|
virtual | CE2Request_Base::~CE2Request_Base (void) |
|
| CE2Request_Base::DECLARE_INTERNAL_TYPE_INFO () |
|
virtual void | CE2Request_Base::Reset (void) |
| Reset the whole object. More...
|
|
virtual void | CE2Request_Base::ResetSelection (void) |
| Reset the selection (set it to e_not_set). More...
|
|
E_Choice | CE2Request_Base::Which (void) const |
| Which variant is currently selected. More...
|
|
void | CE2Request_Base::CheckSelected (E_Choice index) const |
| Verify selection, throw exception if it differs from the expected. More...
|
|
void | CE2Request_Base::ThrowInvalidSelection (E_Choice index) const |
| Throw 'InvalidSelection' exception. More...
|
|
static string | CE2Request_Base::SelectionName (E_Choice index) |
| Retrieve selection name (for diagnostic purposes). More...
|
|
void | CE2Request_Base::Select (E_Choice index, EResetVariant reset=eDoResetVariant) |
| Select the requested variant if needed. More...
|
|
void | CE2Request_Base::Select (E_Choice index, EResetVariant reset, CObjectMemoryPool *pool) |
| Select the requested variant if needed, allocating CObject variants from memory pool. More...
|
|
bool | CE2Request_Base::IsGet_info (void) const |
| Check if variant Get_info is selected. More...
|
|
void | CE2Request_Base::SetGet_info (void) |
| Select the variant. More...
|
|
bool | CE2Request_Base::IsEval_boolean (void) const |
| Check if variant Eval_boolean is selected. More...
|
|
const TEval_boolean & | CE2Request_Base::GetEval_boolean (void) const |
| Get the variant data. More...
|
|
TEval_boolean & | CE2Request_Base::SetEval_boolean (void) |
| Select the variant. More...
|
|
void | CE2Request_Base::SetEval_boolean (TEval_boolean &value) |
| Select the variant and set its data. More...
|
|
bool | CE2Request_Base::IsGet_docsum (void) const |
| Check if variant Get_docsum is selected. More...
|
|
const TGet_docsum & | CE2Request_Base::GetGet_docsum (void) const |
| Get the variant data. More...
|
|
TGet_docsum & | CE2Request_Base::SetGet_docsum (void) |
| Select the variant. More...
|
|
void | CE2Request_Base::SetGet_docsum (TGet_docsum &value) |
| Select the variant and set its data. More...
|
|
bool | CE2Request_Base::IsGet_term_pos (void) const |
| Check if variant Get_term_pos is selected. More...
|
|
const TGet_term_pos & | CE2Request_Base::GetGet_term_pos (void) const |
| Get the variant data. More...
|
|
TGet_term_pos & | CE2Request_Base::SetGet_term_pos (void) |
| Select the variant. More...
|
|
void | CE2Request_Base::SetGet_term_pos (TGet_term_pos &value) |
| Select the variant and set its data. More...
|
|
bool | CE2Request_Base::IsGet_term_list (void) const |
| Check if variant Get_term_list is selected. More...
|
|
const TGet_term_list & | CE2Request_Base::GetGet_term_list (void) const |
| Get the variant data. More...
|
|
TGet_term_list & | CE2Request_Base::SetGet_term_list (void) |
| Select the variant. More...
|
|
void | CE2Request_Base::SetGet_term_list (TGet_term_list &value) |
| Select the variant and set its data. More...
|
|
bool | CE2Request_Base::IsGet_term_hierarchy (void) const |
| Check if variant Get_term_hierarchy is selected. More...
|
|
const TGet_term_hierarchy & | CE2Request_Base::GetGet_term_hierarchy (void) const |
| Get the variant data. More...
|
|
TGet_term_hierarchy & | CE2Request_Base::SetGet_term_hierarchy (void) |
| Select the variant. More...
|
|
void | CE2Request_Base::SetGet_term_hierarchy (TGet_term_hierarchy &value) |
| Select the variant and set its data. More...
|
|
bool | CE2Request_Base::IsGet_links (void) const |
| Check if variant Get_links is selected. More...
|
|
const TGet_links & | CE2Request_Base::GetGet_links (void) const |
| Get the variant data. More...
|
|
TGet_links & | CE2Request_Base::SetGet_links (void) |
| Select the variant. More...
|
|
void | CE2Request_Base::SetGet_links (TGet_links &value) |
| Select the variant and set its data. More...
|
|
bool | CE2Request_Base::IsGet_linked (void) const |
| Check if variant Get_linked is selected. More...
|
|
const TGet_linked & | CE2Request_Base::GetGet_linked (void) const |
| Get the variant data. More...
|
|
TGet_linked & | CE2Request_Base::SetGet_linked (void) |
| Select the variant. More...
|
|
void | CE2Request_Base::SetGet_linked (TGet_linked &value) |
| Select the variant and set its data. More...
|
|
bool | CE2Request_Base::IsGet_link_counts (void) const |
| Check if variant Get_link_counts is selected. More...
|
|
const TGet_link_counts & | CE2Request_Base::GetGet_link_counts (void) const |
| Get the variant data. More...
|
|
TGet_link_counts & | CE2Request_Base::SetGet_link_counts (void) |
| Select the variant. More...
|
|
void | CE2Request_Base::SetGet_link_counts (TGet_link_counts &value) |
| Select the variant and set its data. More...
|
|
| CE2Request_Base::CE2Request_Base (const CE2Request_Base &) |
|
CE2Request_Base & | CE2Request_Base::operator= (const CE2Request_Base &) |
|
void | CE2Request_Base::DoSelect (E_Choice index, CObjectMemoryPool *pool=0) |
|
| CEntrez2_boolean_element::CEntrez2_boolean_element (void) |
|
| CEntrez2_boolean_element::~CEntrez2_boolean_element (void) |
|
| CEntrez2_boolean_element::CEntrez2_boolean_element (const CEntrez2_boolean_element &value) |
|
CEntrez2_boolean_element & | CEntrez2_boolean_element::operator= (const CEntrez2_boolean_element &value) |
|
| CEntrez2_boolean_element_Base::CEntrez2_boolean_element_Base (void) |
|
virtual | CEntrez2_boolean_element_Base::~CEntrez2_boolean_element_Base (void) |
|
| CEntrez2_boolean_element_Base::DECLARE_INTERNAL_TYPE_INFO () |
|
virtual void | CEntrez2_boolean_element_Base::Reset (void) |
| Reset the whole object. More...
|
|
virtual void | CEntrez2_boolean_element_Base::ResetSelection (void) |
| Reset the selection (set it to e_not_set). More...
|
|
E_Choice | CEntrez2_boolean_element_Base::Which (void) const |
| Which variant is currently selected. More...
|
|
void | CEntrez2_boolean_element_Base::CheckSelected (E_Choice index) const |
| Verify selection, throw exception if it differs from the expected. More...
|
|
void | CEntrez2_boolean_element_Base::ThrowInvalidSelection (E_Choice index) const |
| Throw 'InvalidSelection' exception. More...
|
|
static string | CEntrez2_boolean_element_Base::SelectionName (E_Choice index) |
| Retrieve selection name (for diagnostic purposes). More...
|
|
void | CEntrez2_boolean_element_Base::Select (E_Choice index, EResetVariant reset=eDoResetVariant) |
| Select the requested variant if needed. More...
|
|
void | CEntrez2_boolean_element_Base::Select (E_Choice index, EResetVariant reset, CObjectMemoryPool *pool) |
| Select the requested variant if needed, allocating CObject variants from memory pool. More...
|
|
bool | CEntrez2_boolean_element_Base::IsStr (void) const |
| Check if variant Str is selected. More...
|
|
const TStr & | CEntrez2_boolean_element_Base::GetStr (void) const |
| Get the variant data. More...
|
|
TStr & | CEntrez2_boolean_element_Base::SetStr (void) |
| Select the variant. More...
|
|
void | CEntrez2_boolean_element_Base::SetStr (const TStr &value) |
| Select the variant and set its data. More...
|
|
bool | CEntrez2_boolean_element_Base::IsOp (void) const |
| Check if variant Op is selected. More...
|
|
TOp | CEntrez2_boolean_element_Base::GetOp (void) const |
| Get the variant data. More...
|
|
TOp & | CEntrez2_boolean_element_Base::SetOp (void) |
| Select the variant. More...
|
|
void | CEntrez2_boolean_element_Base::SetOp (TOp value) |
| Select the variant and set its data. More...
|
|
bool | CEntrez2_boolean_element_Base::IsTerm (void) const |
| Check if variant Term is selected. More...
|
|
const TTerm & | CEntrez2_boolean_element_Base::GetTerm (void) const |
| Get the variant data. More...
|
|
TTerm & | CEntrez2_boolean_element_Base::SetTerm (void) |
| Select the variant. More...
|
|
void | CEntrez2_boolean_element_Base::SetTerm (TTerm &value) |
| Select the variant and set its data. More...
|
|
bool | CEntrez2_boolean_element_Base::IsIds (void) const |
| Check if variant Ids is selected. More...
|
|
const TIds & | CEntrez2_boolean_element_Base::GetIds (void) const |
| Get the variant data. More...
|
|
TIds & | CEntrez2_boolean_element_Base::SetIds (void) |
| Select the variant. More...
|
|
void | CEntrez2_boolean_element_Base::SetIds (TIds &value) |
| Select the variant and set its data. More...
|
|
bool | CEntrez2_boolean_element_Base::IsKey (void) const |
| Check if variant Key is selected. More...
|
|
const TKey & | CEntrez2_boolean_element_Base::GetKey (void) const |
| Get the variant data. More...
|
|
TKey & | CEntrez2_boolean_element_Base::SetKey (void) |
| Select the variant. More...
|
|
void | CEntrez2_boolean_element_Base::SetKey (const TKey &value) |
| Select the variant and set its data. More...
|
|
| CEntrez2_boolean_element_Base::CEntrez2_boolean_element_Base (const CEntrez2_boolean_element_Base &) |
|
CEntrez2_boolean_element_Base & | CEntrez2_boolean_element_Base::operator= (const CEntrez2_boolean_element_Base &) |
|
void | CEntrez2_boolean_element_Base::DoSelect (E_Choice index, CObjectMemoryPool *pool=0) |
|
| CEntrez2_boolean_exp::CEntrez2_boolean_exp (void) |
|
| CEntrez2_boolean_exp::~CEntrez2_boolean_exp (void) |
|
| CEntrez2_boolean_exp::CEntrez2_boolean_exp (const CEntrez2_boolean_exp &value) |
|
CEntrez2_boolean_exp & | CEntrez2_boolean_exp::operator= (const CEntrez2_boolean_exp &value) |
|
| CEntrez2_boolean_exp_Base::CEntrez2_boolean_exp_Base (void) |
|
virtual | CEntrez2_boolean_exp_Base::~CEntrez2_boolean_exp_Base (void) |
|
| CEntrez2_boolean_exp_Base::DECLARE_INTERNAL_TYPE_INFO () |
|
bool | CEntrez2_boolean_exp_Base::IsSetDb (void) const |
| database for this query Check if a value has been assigned to Db data member. More...
|
|
bool | CEntrez2_boolean_exp_Base::CanGetDb (void) const |
| Check if it is safe to call GetDb method. More...
|
|
void | CEntrez2_boolean_exp_Base::ResetDb (void) |
| Reset Db data member. More...
|
|
const TDb & | CEntrez2_boolean_exp_Base::GetDb (void) const |
| Get the Db member data. More...
|
|
void | CEntrez2_boolean_exp_Base::SetDb (const TDb &value) |
| Assign a value to Db data member. More...
|
|
TDb & | CEntrez2_boolean_exp_Base::SetDb (void) |
| Assign a value to Db data member. More...
|
|
bool | CEntrez2_boolean_exp_Base::IsSetExp (void) const |
| the Boolean Check if a value has been assigned to Exp data member. More...
|
|
bool | CEntrez2_boolean_exp_Base::CanGetExp (void) const |
| Check if it is safe to call GetExp method. More...
|
|
void | CEntrez2_boolean_exp_Base::ResetExp (void) |
| Reset Exp data member. More...
|
|
const TExp & | CEntrez2_boolean_exp_Base::GetExp (void) const |
| Get the Exp member data. More...
|
|
TExp & | CEntrez2_boolean_exp_Base::SetExp (void) |
| Assign a value to Exp data member. More...
|
|
bool | CEntrez2_boolean_exp_Base::IsSetLimits (void) const |
| date bounds Check if a value has been assigned to Limits data member. More...
|
|
bool | CEntrez2_boolean_exp_Base::CanGetLimits (void) const |
| Check if it is safe to call GetLimits method. More...
|
|
void | CEntrez2_boolean_exp_Base::ResetLimits (void) |
| Reset Limits data member. More...
|
|
const TLimits & | CEntrez2_boolean_exp_Base::GetLimits (void) const |
| Get the Limits member data. More...
|
|
void | CEntrez2_boolean_exp_Base::SetLimits (TLimits &value) |
| Assign a value to Limits data member. More...
|
|
TLimits & | CEntrez2_boolean_exp_Base::SetLimits (void) |
| Assign a value to Limits data member. More...
|
|
virtual void | CEntrez2_boolean_exp_Base::Reset (void) |
| Reset the whole object. More...
|
|
| CEntrez2_boolean_exp_Base::CEntrez2_boolean_exp_Base (const CEntrez2_boolean_exp_Base &) |
|
CEntrez2_boolean_exp_Base & | CEntrez2_boolean_exp_Base::operator= (const CEntrez2_boolean_exp_Base &) |
|
| CEntrez2_boolean_reply::CEntrez2_boolean_reply (void) |
|
| CEntrez2_boolean_reply::~CEntrez2_boolean_reply (void) |
|
| CEntrez2_boolean_reply::CEntrez2_boolean_reply (const CEntrez2_boolean_reply &value) |
|
CEntrez2_boolean_reply & | CEntrez2_boolean_reply::operator= (const CEntrez2_boolean_reply &value) |
|
| CEntrez2_boolean_reply_Base::CEntrez2_boolean_reply_Base (void) |
|
virtual | CEntrez2_boolean_reply_Base::~CEntrez2_boolean_reply_Base (void) |
|
| CEntrez2_boolean_reply_Base::DECLARE_INTERNAL_TYPE_INFO () |
|
bool | CEntrez2_boolean_reply_Base::IsSetCount (void) const |
| records hit Check if a value has been assigned to Count data member. More...
|
|
bool | CEntrez2_boolean_reply_Base::CanGetCount (void) const |
| Check if it is safe to call GetCount method. More...
|
|
void | CEntrez2_boolean_reply_Base::ResetCount (void) |
| Reset Count data member. More...
|
|
TCount | CEntrez2_boolean_reply_Base::GetCount (void) const |
| Get the Count member data. More...
|
|
void | CEntrez2_boolean_reply_Base::SetCount (TCount value) |
| Assign a value to Count data member. More...
|
|
TCount & | CEntrez2_boolean_reply_Base::SetCount (void) |
| Assign a value to Count data member. More...
|
|
bool | CEntrez2_boolean_reply_Base::IsSetUids (void) const |
| if uids requested Check if a value has been assigned to Uids data member. More...
|
|
bool | CEntrez2_boolean_reply_Base::CanGetUids (void) const |
| Check if it is safe to call GetUids method. More...
|
|
void | CEntrez2_boolean_reply_Base::ResetUids (void) |
| Reset Uids data member. More...
|
|
const TUids & | CEntrez2_boolean_reply_Base::GetUids (void) const |
| Get the Uids member data. More...
|
|
void | CEntrez2_boolean_reply_Base::SetUids (TUids &value) |
| Assign a value to Uids data member. More...
|
|
TUids & | CEntrez2_boolean_reply_Base::SetUids (void) |
| Assign a value to Uids data member. More...
|
|
bool | CEntrez2_boolean_reply_Base::IsSetQuery (void) const |
| if parsed query requested Check if a value has been assigned to Query data member. More...
|
|
bool | CEntrez2_boolean_reply_Base::CanGetQuery (void) const |
| Check if it is safe to call GetQuery method. More...
|
|
void | CEntrez2_boolean_reply_Base::ResetQuery (void) |
| Reset Query data member. More...
|
|
const TQuery & | CEntrez2_boolean_reply_Base::GetQuery (void) const |
| Get the Query member data. More...
|
|
void | CEntrez2_boolean_reply_Base::SetQuery (TQuery &value) |
| Assign a value to Query data member. More...
|
|
TQuery & | CEntrez2_boolean_reply_Base::SetQuery (void) |
| Assign a value to Query data member. More...
|
|
virtual void | CEntrez2_boolean_reply_Base::Reset (void) |
| Reset the whole object. More...
|
|
| CEntrez2_boolean_reply_Base::CEntrez2_boolean_reply_Base (const CEntrez2_boolean_reply_Base &) |
|
CEntrez2_boolean_reply_Base & | CEntrez2_boolean_reply_Base::operator= (const CEntrez2_boolean_reply_Base &) |
|
| CEntrez2_boolean_term::CEntrez2_boolean_term (void) |
|
| CEntrez2_boolean_term::~CEntrez2_boolean_term (void) |
|
| CEntrez2_boolean_term::CEntrez2_boolean_term (const CEntrez2_boolean_term &value) |
|
CEntrez2_boolean_term & | CEntrez2_boolean_term::operator= (const CEntrez2_boolean_term &value) |
|
| CEntrez2_boolean_term_Base::CEntrez2_boolean_term_Base (void) |
|
virtual | CEntrez2_boolean_term_Base::~CEntrez2_boolean_term_Base (void) |
|
| CEntrez2_boolean_term_Base::DECLARE_INTERNAL_TYPE_INFO () |
|
bool | CEntrez2_boolean_term_Base::IsSetField (void) const |
| B Check if a value has been assigned to Field data member. More...
|
|
bool | CEntrez2_boolean_term_Base::CanGetField (void) const |
| Check if it is safe to call GetField method. More...
|
|
void | CEntrez2_boolean_term_Base::ResetField (void) |
| Reset Field data member. More...
|
|
const TField & | CEntrez2_boolean_term_Base::GetField (void) const |
| Get the Field member data. More...
|
|
void | CEntrez2_boolean_term_Base::SetField (const TField &value) |
| Assign a value to Field data member. More...
|
|
TField & | CEntrez2_boolean_term_Base::SetField (void) |
| Assign a value to Field data member. More...
|
|
bool | CEntrez2_boolean_term_Base::IsSetTerm (void) const |
| B Check if a value has been assigned to Term data member. More...
|
|
bool | CEntrez2_boolean_term_Base::CanGetTerm (void) const |
| Check if it is safe to call GetTerm method. More...
|
|
void | CEntrez2_boolean_term_Base::ResetTerm (void) |
| Reset Term data member. More...
|
|
const TTerm & | CEntrez2_boolean_term_Base::GetTerm (void) const |
| Get the Term member data. More...
|
|
void | CEntrez2_boolean_term_Base::SetTerm (const TTerm &value) |
| Assign a value to Term data member. More...
|
|
void | CEntrez2_boolean_term_Base::SetTerm (TTerm &&value) |
|
TTerm & | CEntrez2_boolean_term_Base::SetTerm (void) |
| Assign a value to Term data member. More...
|
|
bool | CEntrez2_boolean_term_Base::IsSetTerm_count (void) const |
| R count of records with term Check if a value has been assigned to Term_count data member. More...
|
|
bool | CEntrez2_boolean_term_Base::CanGetTerm_count (void) const |
| Check if it is safe to call GetTerm_count method. More...
|
|
void | CEntrez2_boolean_term_Base::ResetTerm_count (void) |
| Reset Term_count data member. More...
|
|
TTerm_count | CEntrez2_boolean_term_Base::GetTerm_count (void) const |
| Get the Term_count member data. More...
|
|
void | CEntrez2_boolean_term_Base::SetTerm_count (TTerm_count value) |
| Assign a value to Term_count data member. More...
|
|
TTerm_count & | CEntrez2_boolean_term_Base::SetTerm_count (void) |
| Assign a value to Term_count data member. More...
|
|
bool | CEntrez2_boolean_term_Base::IsSetDo_not_explode (void) const |
| Q do not explode term Check if a value has been assigned to Do_not_explode data member. More...
|
|
bool | CEntrez2_boolean_term_Base::CanGetDo_not_explode (void) const |
| Check if it is safe to call GetDo_not_explode method. More...
|
|
void | CEntrez2_boolean_term_Base::ResetDo_not_explode (void) |
| Reset Do_not_explode data member. More...
|
|
void | CEntrez2_boolean_term_Base::SetDefaultDo_not_explode (void) |
| Assign default value to Do_not_explode data member. More...
|
|
TDo_not_explode | CEntrez2_boolean_term_Base::GetDo_not_explode (void) const |
| Get the Do_not_explode member data. More...
|
|
void | CEntrez2_boolean_term_Base::SetDo_not_explode (TDo_not_explode value) |
| Assign a value to Do_not_explode data member. More...
|
|
TDo_not_explode & | CEntrez2_boolean_term_Base::SetDo_not_explode (void) |
| Assign a value to Do_not_explode data member. More...
|
|
bool | CEntrez2_boolean_term_Base::IsSetDo_not_translate (void) const |
| Q do not use synonyms Check if a value has been assigned to Do_not_translate data member. More...
|
|
bool | CEntrez2_boolean_term_Base::CanGetDo_not_translate (void) const |
| Check if it is safe to call GetDo_not_translate method. More...
|
|
void | CEntrez2_boolean_term_Base::ResetDo_not_translate (void) |
| Reset Do_not_translate data member. More...
|
|
void | CEntrez2_boolean_term_Base::SetDefaultDo_not_translate (void) |
| Assign default value to Do_not_translate data member. More...
|
|
TDo_not_translate | CEntrez2_boolean_term_Base::GetDo_not_translate (void) const |
| Get the Do_not_translate member data. More...
|
|
void | CEntrez2_boolean_term_Base::SetDo_not_translate (TDo_not_translate value) |
| Assign a value to Do_not_translate data member. More...
|
|
TDo_not_translate & | CEntrez2_boolean_term_Base::SetDo_not_translate (void) |
| Assign a value to Do_not_translate data member. More...
|
|
virtual void | CEntrez2_boolean_term_Base::Reset (void) |
| Reset the whole object. More...
|
|
| CEntrez2_boolean_term_Base::CEntrez2_boolean_term_Base (const CEntrez2_boolean_term_Base &) |
|
CEntrez2_boolean_term_Base & | CEntrez2_boolean_term_Base::operator= (const CEntrez2_boolean_term_Base &) |
|
| CEntrez2Client_Base::CEntrez2Client_Base (void) |
|
virtual | CEntrez2Client_Base::~CEntrez2Client_Base (void) |
|
virtual void | CEntrez2Client_Base::Ask (const TRequest &request, TReply &reply) |
|
virtual void | CEntrez2Client_Base::Ask (const TRequest &request, TReply &reply, TReplyChoice::E_Choice wanted) |
|
virtual const TRequest & | CEntrez2Client_Base::GetDefaultRequest (void) const |
|
virtual TRequest & | CEntrez2Client_Base::SetDefaultRequest (void) |
|
virtual void | CEntrez2Client_Base::SetDefaultRequest (const TRequest &request) |
|
virtual void | CEntrez2Client_Base::Ask (const TRequestChoice &req, TReply &reply) |
|
virtual void | CEntrez2Client_Base::Ask (const TRequestChoice &req, TReply &reply, TReplyChoice::E_Choice wanted) |
|
virtual CRef< CEntrez2_info > | CEntrez2Client_Base::AskGet_info (TReply *reply=0) |
|
virtual CRef< CEntrez2_boolean_reply > | CEntrez2Client_Base::AskEval_boolean (const CEntrez2_eval_boolean &req, TReply *reply=0) |
|
virtual CRef< CEntrez2_docsum_list > | CEntrez2Client_Base::AskGet_docsum (const CEntrez2_id_list &req, TReply *reply=0) |
|
virtual int | CEntrez2Client_Base::AskGet_term_pos (const CEntrez2_term_query &req, TReply *reply=0) |
|
virtual CRef< CEntrez2_term_list > | CEntrez2Client_Base::AskGet_term_list (const CEntrez2_term_pos &req, TReply *reply=0) |
|
virtual CRef< CEntrez2_hier_node > | CEntrez2Client_Base::AskGet_term_hierarchy (const CEntrez2_hier_query &req, TReply *reply=0) |
|
virtual CRef< CEntrez2_link_set > | CEntrez2Client_Base::AskGet_links (const CEntrez2_get_links &req, TReply *reply=0) |
|
virtual CRef< CEntrez2_id_list > | CEntrez2Client_Base::AskGet_linked (const CEntrez2_get_links &req, TReply *reply=0) |
|
virtual CRef< CEntrez2_link_count_list > | CEntrez2Client_Base::AskGet_link_counts (const CEntrez2_id &req, TReply *reply=0) |
|
TReplyChoice & | CEntrez2Client_Base::x_Choice (TReply &reply) |
|
| CEntrez2_db_id::CEntrez2_db_id (void) |
|
| CEntrez2_db_id::CEntrez2_db_id (const std::string &value) |
| Explicit constructor from the primitive type. More...
|
|
| CEntrez2_db_id_Base::CEntrez2_db_id_Base (void) |
|
| CEntrez2_db_id_Base::DECLARE_STD_ALIAS_TYPE_INFO () |
|
| CEntrez2_db_id_Base::CEntrez2_db_id_Base (const string &data) |
|
NCBI_NS_NCBI::CNcbiOstream & | operator<< (NCBI_NS_NCBI::CNcbiOstream &str, const CEntrez2_db_id_Base &obj) |
|
NCBI_NS_NCBI::CNcbiIstream & | operator>> (NCBI_NS_NCBI::CNcbiIstream &str, CEntrez2_db_id_Base &obj) |
|
| CEntrez2_db_info::CEntrez2_db_info (void) |
|
| CEntrez2_db_info::~CEntrez2_db_info (void) |
|
| CEntrez2_db_info::CEntrez2_db_info (const CEntrez2_db_info &value) |
|
CEntrez2_db_info & | CEntrez2_db_info::operator= (const CEntrez2_db_info &value) |
|
| CEntrez2_db_info_Base::CEntrez2_db_info_Base (void) |
|
virtual | CEntrez2_db_info_Base::~CEntrez2_db_info_Base (void) |
|
| CEntrez2_db_info_Base::DECLARE_INTERNAL_TYPE_INFO () |
|
bool | CEntrez2_db_info_Base::IsSetDb_name (void) const |
| internal name Check if a value has been assigned to Db_name data member. More...
|
|
bool | CEntrez2_db_info_Base::CanGetDb_name (void) const |
| Check if it is safe to call GetDb_name method. More...
|
|
void | CEntrez2_db_info_Base::ResetDb_name (void) |
| Reset Db_name data member. More...
|
|
const TDb_name & | CEntrez2_db_info_Base::GetDb_name (void) const |
| Get the Db_name member data. More...
|
|
void | CEntrez2_db_info_Base::SetDb_name (const TDb_name &value) |
| Assign a value to Db_name data member. More...
|
|
TDb_name & | CEntrez2_db_info_Base::SetDb_name (void) |
| Assign a value to Db_name data member. More...
|
|
bool | CEntrez2_db_info_Base::IsSetDb_menu (void) const |
| short name for menu Check if a value has been assigned to Db_menu data member. More...
|
|
bool | CEntrez2_db_info_Base::CanGetDb_menu (void) const |
| Check if it is safe to call GetDb_menu method. More...
|
|
void | CEntrez2_db_info_Base::ResetDb_menu (void) |
| Reset Db_menu data member. More...
|
|
const TDb_menu & | CEntrez2_db_info_Base::GetDb_menu (void) const |
| Get the Db_menu member data. More...
|
|
void | CEntrez2_db_info_Base::SetDb_menu (const TDb_menu &value) |
| Assign a value to Db_menu data member. More...
|
|
void | CEntrez2_db_info_Base::SetDb_menu (TDb_menu &&value) |
|
TDb_menu & | CEntrez2_db_info_Base::SetDb_menu (void) |
| Assign a value to Db_menu data member. More...
|
|
bool | CEntrez2_db_info_Base::IsSetDb_descr (void) const |
| longer explanatory name Check if a value has been assigned to Db_descr data member. More...
|
|
bool | CEntrez2_db_info_Base::CanGetDb_descr (void) const |
| Check if it is safe to call GetDb_descr method. More...
|
|
void | CEntrez2_db_info_Base::ResetDb_descr (void) |
| Reset Db_descr data member. More...
|
|
const TDb_descr & | CEntrez2_db_info_Base::GetDb_descr (void) const |
| Get the Db_descr member data. More...
|
|
void | CEntrez2_db_info_Base::SetDb_descr (const TDb_descr &value) |
| Assign a value to Db_descr data member. More...
|
|
void | CEntrez2_db_info_Base::SetDb_descr (TDb_descr &&value) |
|
TDb_descr & | CEntrez2_db_info_Base::SetDb_descr (void) |
| Assign a value to Db_descr data member. More...
|
|
bool | CEntrez2_db_info_Base::IsSetDoc_count (void) const |
| total number of records Check if a value has been assigned to Doc_count data member. More...
|
|
bool | CEntrez2_db_info_Base::CanGetDoc_count (void) const |
| Check if it is safe to call GetDoc_count method. More...
|
|
void | CEntrez2_db_info_Base::ResetDoc_count (void) |
| Reset Doc_count data member. More...
|
|
TDoc_count | CEntrez2_db_info_Base::GetDoc_count (void) const |
| Get the Doc_count member data. More...
|
|
void | CEntrez2_db_info_Base::SetDoc_count (TDoc_count value) |
| Assign a value to Doc_count data member. More...
|
|
TDoc_count & | CEntrez2_db_info_Base::SetDoc_count (void) |
| Assign a value to Doc_count data member. More...
|
|
bool | CEntrez2_db_info_Base::IsSetField_count (void) const |
| number of field types Check if a value has been assigned to Field_count data member. More...
|
|
bool | CEntrez2_db_info_Base::CanGetField_count (void) const |
| Check if it is safe to call GetField_count method. More...
|
|
void | CEntrez2_db_info_Base::ResetField_count (void) |
| Reset Field_count data member. More...
|
|
TField_count | CEntrez2_db_info_Base::GetField_count (void) const |
| Get the Field_count member data. More...
|
|
void | CEntrez2_db_info_Base::SetField_count (TField_count value) |
| Assign a value to Field_count data member. More...
|
|
TField_count & | CEntrez2_db_info_Base::SetField_count (void) |
| Assign a value to Field_count data member. More...
|
|
bool | CEntrez2_db_info_Base::IsSetFields (void) const |
| Check if a value has been assigned to Fields data member. More...
|
|
bool | CEntrez2_db_info_Base::CanGetFields (void) const |
| Check if it is safe to call GetFields method. More...
|
|
void | CEntrez2_db_info_Base::ResetFields (void) |
| Reset Fields data member. More...
|
|
const TFields & | CEntrez2_db_info_Base::GetFields (void) const |
| Get the Fields member data. More...
|
|
TFields & | CEntrez2_db_info_Base::SetFields (void) |
| Assign a value to Fields data member. More...
|
|
bool | CEntrez2_db_info_Base::IsSetLink_count (void) const |
| number of link types Check if a value has been assigned to Link_count data member. More...
|
|
bool | CEntrez2_db_info_Base::CanGetLink_count (void) const |
| Check if it is safe to call GetLink_count method. More...
|
|
void | CEntrez2_db_info_Base::ResetLink_count (void) |
| Reset Link_count data member. More...
|
|
TLink_count | CEntrez2_db_info_Base::GetLink_count (void) const |
| Get the Link_count member data. More...
|
|
void | CEntrez2_db_info_Base::SetLink_count (TLink_count value) |
| Assign a value to Link_count data member. More...
|
|
TLink_count & | CEntrez2_db_info_Base::SetLink_count (void) |
| Assign a value to Link_count data member. More...
|
|
bool | CEntrez2_db_info_Base::IsSetLinks (void) const |
| Check if a value has been assigned to Links data member. More...
|
|
bool | CEntrez2_db_info_Base::CanGetLinks (void) const |
| Check if it is safe to call GetLinks method. More...
|
|
void | CEntrez2_db_info_Base::ResetLinks (void) |
| Reset Links data member. More...
|
|
const TLinks & | CEntrez2_db_info_Base::GetLinks (void) const |
| Get the Links member data. More...
|
|
TLinks & | CEntrez2_db_info_Base::SetLinks (void) |
| Assign a value to Links data member. More...
|
|
bool | CEntrez2_db_info_Base::IsSetDocsum_field_count (void) const |
| Check if a value has been assigned to Docsum_field_count data member. More...
|
|
bool | CEntrez2_db_info_Base::CanGetDocsum_field_count (void) const |
| Check if it is safe to call GetDocsum_field_count method. More...
|
|
void | CEntrez2_db_info_Base::ResetDocsum_field_count (void) |
| Reset Docsum_field_count data member. More...
|
|
TDocsum_field_count | CEntrez2_db_info_Base::GetDocsum_field_count (void) const |
| Get the Docsum_field_count member data. More...
|
|
void | CEntrez2_db_info_Base::SetDocsum_field_count (TDocsum_field_count value) |
| Assign a value to Docsum_field_count data member. More...
|
|
TDocsum_field_count & | CEntrez2_db_info_Base::SetDocsum_field_count (void) |
| Assign a value to Docsum_field_count data member. More...
|
|
bool | CEntrez2_db_info_Base::IsSetDocsum_fields (void) const |
| Check if a value has been assigned to Docsum_fields data member. More...
|
|
bool | CEntrez2_db_info_Base::CanGetDocsum_fields (void) const |
| Check if it is safe to call GetDocsum_fields method. More...
|
|
void | CEntrez2_db_info_Base::ResetDocsum_fields (void) |
| Reset Docsum_fields data member. More...
|
|
const TDocsum_fields & | CEntrez2_db_info_Base::GetDocsum_fields (void) const |
| Get the Docsum_fields member data. More...
|
|
TDocsum_fields & | CEntrez2_db_info_Base::SetDocsum_fields (void) |
| Assign a value to Docsum_fields data member. More...
|
|
virtual void | CEntrez2_db_info_Base::Reset (void) |
| Reset the whole object. More...
|
|
| CEntrez2_db_info_Base::CEntrez2_db_info_Base (const CEntrez2_db_info_Base &) |
|
CEntrez2_db_info_Base & | CEntrez2_db_info_Base::operator= (const CEntrez2_db_info_Base &) |
|
| CEntrez2_docsum_Base::CEntrez2_docsum_Base (void) |
|
virtual | CEntrez2_docsum_Base::~CEntrez2_docsum_Base (void) |
|
| CEntrez2_docsum_Base::DECLARE_INTERNAL_TYPE_INFO () |
|
bool | CEntrez2_docsum_Base::IsSetUid (void) const |
| primary uid (gi, pubmedid) Check if a value has been assigned to Uid data member. More...
|
|
bool | CEntrez2_docsum_Base::CanGetUid (void) const |
| Check if it is safe to call GetUid method. More...
|
|
void | CEntrez2_docsum_Base::ResetUid (void) |
| Reset Uid data member. More...
|
|
TUid | CEntrez2_docsum_Base::GetUid (void) const |
| Get the Uid member data. More...
|
|
void | CEntrez2_docsum_Base::SetUid (TUid value) |
| Assign a value to Uid data member. More...
|
|
TUid & | CEntrez2_docsum_Base::SetUid (void) |
| Assign a value to Uid data member. More...
|
|
bool | CEntrez2_docsum_Base::IsSetDocsum_data (void) const |
| Check if a value has been assigned to Docsum_data data member. More...
|
|
bool | CEntrez2_docsum_Base::CanGetDocsum_data (void) const |
| Check if it is safe to call GetDocsum_data method. More...
|
|
void | CEntrez2_docsum_Base::ResetDocsum_data (void) |
| Reset Docsum_data data member. More...
|
|
const TDocsum_data & | CEntrez2_docsum_Base::GetDocsum_data (void) const |
| Get the Docsum_data member data. More...
|
|
TDocsum_data & | CEntrez2_docsum_Base::SetDocsum_data (void) |
| Assign a value to Docsum_data data member. More...
|
|
virtual void | CEntrez2_docsum_Base::Reset (void) |
| Reset the whole object. More...
|
|
| CEntrez2_docsum_Base::CEntrez2_docsum_Base (const CEntrez2_docsum_Base &) |
|
CEntrez2_docsum_Base & | CEntrez2_docsum_Base::operator= (const CEntrez2_docsum_Base &) |
|
| CEntrez2_docsum_data::CEntrez2_docsum_data (void) |
|
| CEntrez2_docsum_data::~CEntrez2_docsum_data (void) |
|
| CEntrez2_docsum_data::CEntrez2_docsum_data (const CEntrez2_docsum_data &value) |
|
CEntrez2_docsum_data & | CEntrez2_docsum_data::operator= (const CEntrez2_docsum_data &value) |
|
| CEntrez2_docsum_data_Base::CEntrez2_docsum_data_Base (void) |
|
virtual | CEntrez2_docsum_data_Base::~CEntrez2_docsum_data_Base (void) |
|
| CEntrez2_docsum_data_Base::DECLARE_INTERNAL_TYPE_INFO () |
|
bool | CEntrez2_docsum_data_Base::IsSetField_name (void) const |
| Check if a value has been assigned to Field_name data member. More...
|
|
bool | CEntrez2_docsum_data_Base::CanGetField_name (void) const |
| Check if it is safe to call GetField_name method. More...
|
|
void | CEntrez2_docsum_data_Base::ResetField_name (void) |
| Reset Field_name data member. More...
|
|
const TField_name & | CEntrez2_docsum_data_Base::GetField_name (void) const |
| Get the Field_name member data. More...
|
|
void | CEntrez2_docsum_data_Base::SetField_name (const TField_name &value) |
| Assign a value to Field_name data member. More...
|
|
void | CEntrez2_docsum_data_Base::SetField_name (TField_name &&value) |
|
TField_name & | CEntrez2_docsum_data_Base::SetField_name (void) |
| Assign a value to Field_name data member. More...
|
|
bool | CEntrez2_docsum_data_Base::IsSetField_value (void) const |
| Check if a value has been assigned to Field_value data member. More...
|
|
bool | CEntrez2_docsum_data_Base::CanGetField_value (void) const |
| Check if it is safe to call GetField_value method. More...
|
|
void | CEntrez2_docsum_data_Base::ResetField_value (void) |
| Reset Field_value data member. More...
|
|
const TField_value & | CEntrez2_docsum_data_Base::GetField_value (void) const |
| Get the Field_value member data. More...
|
|
void | CEntrez2_docsum_data_Base::SetField_value (const TField_value &value) |
| Assign a value to Field_value data member. More...
|
|
void | CEntrez2_docsum_data_Base::SetField_value (TField_value &&value) |
|
TField_value & | CEntrez2_docsum_data_Base::SetField_value (void) |
| Assign a value to Field_value data member. More...
|
|
virtual void | CEntrez2_docsum_data_Base::Reset (void) |
| Reset the whole object. More...
|
|
| CEntrez2_docsum_data_Base::CEntrez2_docsum_data_Base (const CEntrez2_docsum_data_Base &) |
|
CEntrez2_docsum_data_Base & | CEntrez2_docsum_data_Base::operator= (const CEntrez2_docsum_data_Base &) |
|
| CEntrez2_docsum_field_info::CEntrez2_docsum_field_info (void) |
|
| CEntrez2_docsum_field_info::~CEntrez2_docsum_field_info (void) |
|
| CEntrez2_docsum_field_info::CEntrez2_docsum_field_info (const CEntrez2_docsum_field_info &value) |
|
CEntrez2_docsum_field_info & | CEntrez2_docsum_field_info::operator= (const CEntrez2_docsum_field_info &value) |
|
| CEntrez2_docsum_field_info_Base::CEntrez2_docsum_field_info_Base (void) |
|
virtual | CEntrez2_docsum_field_info_Base::~CEntrez2_docsum_field_info_Base (void) |
|
| CEntrez2_docsum_field_info_Base::DECLARE_INTERNAL_TYPE_INFO () |
|
bool | CEntrez2_docsum_field_info_Base::IsSetField_name (void) const |
| Check if a value has been assigned to Field_name data member. More...
|
|
bool | CEntrez2_docsum_field_info_Base::CanGetField_name (void) const |
| Check if it is safe to call GetField_name method. More...
|
|
void | CEntrez2_docsum_field_info_Base::ResetField_name (void) |
| Reset Field_name data member. More...
|
|
const TField_name & | CEntrez2_docsum_field_info_Base::GetField_name (void) const |
| Get the Field_name member data. More...
|
|
void | CEntrez2_docsum_field_info_Base::SetField_name (const TField_name &value) |
| Assign a value to Field_name data member. More...
|
|
void | CEntrez2_docsum_field_info_Base::SetField_name (TField_name &&value) |
|
TField_name & | CEntrez2_docsum_field_info_Base::SetField_name (void) |
| Assign a value to Field_name data member. More...
|
|
bool | CEntrez2_docsum_field_info_Base::IsSetField_description (void) const |
| Check if a value has been assigned to Field_description data member. More...
|
|
bool | CEntrez2_docsum_field_info_Base::CanGetField_description (void) const |
| Check if it is safe to call GetField_description method. More...
|
|
void | CEntrez2_docsum_field_info_Base::ResetField_description (void) |
| Reset Field_description data member. More...
|
|
const TField_description & | CEntrez2_docsum_field_info_Base::GetField_description (void) const |
| Get the Field_description member data. More...
|
|
void | CEntrez2_docsum_field_info_Base::SetField_description (const TField_description &value) |
| Assign a value to Field_description data member. More...
|
|
void | CEntrez2_docsum_field_info_Base::SetField_description (TField_description &&value) |
|
TField_description & | CEntrez2_docsum_field_info_Base::SetField_description (void) |
| Assign a value to Field_description data member. More...
|
|
bool | CEntrez2_docsum_field_info_Base::IsSetField_type (void) const |
| Check if a value has been assigned to Field_type data member. More...
|
|
bool | CEntrez2_docsum_field_info_Base::CanGetField_type (void) const |
| Check if it is safe to call GetField_type method. More...
|
|
void | CEntrez2_docsum_field_info_Base::ResetField_type (void) |
| Reset Field_type data member. More...
|
|
TField_type | CEntrez2_docsum_field_info_Base::GetField_type (void) const |
| Get the Field_type member data. More...
|
|
void | CEntrez2_docsum_field_info_Base::SetField_type (TField_type value) |
| Assign a value to Field_type data member. More...
|
|
TField_type & | CEntrez2_docsum_field_info_Base::SetField_type (void) |
| Assign a value to Field_type data member. More...
|
|
virtual void | CEntrez2_docsum_field_info_Base::Reset (void) |
| Reset the whole object. More...
|
|
| CEntrez2_docsum_field_info_Base::CEntrez2_docsum_field_info_Base (const CEntrez2_docsum_field_info_Base &) |
|
CEntrez2_docsum_field_info_Base & | CEntrez2_docsum_field_info_Base::operator= (const CEntrez2_docsum_field_info_Base &) |
|
| CEntrez2_docsum_list::CEntrez2_docsum_list (void) |
|
| CEntrez2_docsum_list::~CEntrez2_docsum_list (void) |
|
| CEntrez2_docsum_list::CEntrez2_docsum_list (const CEntrez2_docsum_list &value) |
|
CEntrez2_docsum_list & | CEntrez2_docsum_list::operator= (const CEntrez2_docsum_list &value) |
|
| CEntrez2_docsum_list_Base::CEntrez2_docsum_list_Base (void) |
|
virtual | CEntrez2_docsum_list_Base::~CEntrez2_docsum_list_Base (void) |
|
| CEntrez2_docsum_list_Base::DECLARE_INTERNAL_TYPE_INFO () |
|
bool | CEntrez2_docsum_list_Base::IsSetCount (void) const |
| number of docsums Check if a value has been assigned to Count data member. More...
|
|
bool | CEntrez2_docsum_list_Base::CanGetCount (void) const |
| Check if it is safe to call GetCount method. More...
|
|
void | CEntrez2_docsum_list_Base::ResetCount (void) |
| Reset Count data member. More...
|
|
TCount | CEntrez2_docsum_list_Base::GetCount (void) const |
| Get the Count member data. More...
|
|
void | CEntrez2_docsum_list_Base::SetCount (TCount value) |
| Assign a value to Count data member. More...
|
|
TCount & | CEntrez2_docsum_list_Base::SetCount (void) |
| Assign a value to Count data member. More...
|
|
bool | CEntrez2_docsum_list_Base::IsSetList (void) const |
| Check if a value has been assigned to List data member. More...
|
|
bool | CEntrez2_docsum_list_Base::CanGetList (void) const |
| Check if it is safe to call GetList method. More...
|
|
void | CEntrez2_docsum_list_Base::ResetList (void) |
| Reset List data member. More...
|
|
const TList & | CEntrez2_docsum_list_Base::GetList (void) const |
| Get the List member data. More...
|
|
TList & | CEntrez2_docsum_list_Base::SetList (void) |
| Assign a value to List data member. More...
|
|
virtual void | CEntrez2_docsum_list_Base::Reset (void) |
| Reset the whole object. More...
|
|
| CEntrez2_docsum_list_Base::CEntrez2_docsum_list_Base (const CEntrez2_docsum_list_Base &) |
|
CEntrez2_docsum_list_Base & | CEntrez2_docsum_list_Base::operator= (const CEntrez2_docsum_list_Base &) |
|
| CEntrez2_dt::CEntrez2_dt (void) |
|
| CEntrez2_dt::CEntrez2_dt (const int &value) |
| Explicit constructor from the primitive type. More...
|
|
| CEntrez2_dt_Base::CEntrez2_dt_Base (void) |
|
| CEntrez2_dt_Base::DECLARE_STD_ALIAS_TYPE_INFO () |
|
| CEntrez2_dt_Base::CEntrez2_dt_Base (const int &data) |
|
NCBI_NS_NCBI::CNcbiOstream & | operator<< (NCBI_NS_NCBI::CNcbiOstream &str, const CEntrez2_dt_Base &obj) |
|
NCBI_NS_NCBI::CNcbiIstream & | operator>> (NCBI_NS_NCBI::CNcbiIstream &str, CEntrez2_dt_Base &obj) |
|
| CEntrez2_dt_filter::CEntrez2_dt_filter (void) |
|
| CEntrez2_dt_filter::~CEntrez2_dt_filter (void) |
|
| CEntrez2_dt_filter::CEntrez2_dt_filter (const CEntrez2_dt_filter &value) |
|
CEntrez2_dt_filter & | CEntrez2_dt_filter::operator= (const CEntrez2_dt_filter &value) |
|
| CEntrez2_dt_filter_Base::CEntrez2_dt_filter_Base (void) |
|
virtual | CEntrez2_dt_filter_Base::~CEntrez2_dt_filter_Base (void) |
|
| CEntrez2_dt_filter_Base::DECLARE_INTERNAL_TYPE_INFO () |
|
bool | CEntrez2_dt_filter_Base::IsSetBegin_date (void) const |
| Check if a value has been assigned to Begin_date data member. More...
|
|
bool | CEntrez2_dt_filter_Base::CanGetBegin_date (void) const |
| Check if it is safe to call GetBegin_date method. More...
|
|
void | CEntrez2_dt_filter_Base::ResetBegin_date (void) |
| Reset Begin_date data member. More...
|
|
const TBegin_date & | CEntrez2_dt_filter_Base::GetBegin_date (void) const |
| Get the Begin_date member data. More...
|
|
void | CEntrez2_dt_filter_Base::SetBegin_date (const TBegin_date &value) |
| Assign a value to Begin_date data member. More...
|
|
TBegin_date & | CEntrez2_dt_filter_Base::SetBegin_date (void) |
| Assign a value to Begin_date data member. More...
|
|
bool | CEntrez2_dt_filter_Base::IsSetEnd_date (void) const |
| Check if a value has been assigned to End_date data member. More...
|
|
bool | CEntrez2_dt_filter_Base::CanGetEnd_date (void) const |
| Check if it is safe to call GetEnd_date method. More...
|
|
void | CEntrez2_dt_filter_Base::ResetEnd_date (void) |
| Reset End_date data member. More...
|
|
const TEnd_date & | CEntrez2_dt_filter_Base::GetEnd_date (void) const |
| Get the End_date member data. More...
|
|
void | CEntrez2_dt_filter_Base::SetEnd_date (const TEnd_date &value) |
| Assign a value to End_date data member. More...
|
|
TEnd_date & | CEntrez2_dt_filter_Base::SetEnd_date (void) |
| Assign a value to End_date data member. More...
|
|
bool | CEntrez2_dt_filter_Base::IsSetType_date (void) const |
| Check if a value has been assigned to Type_date data member. More...
|
|
bool | CEntrez2_dt_filter_Base::CanGetType_date (void) const |
| Check if it is safe to call GetType_date method. More...
|
|
void | CEntrez2_dt_filter_Base::ResetType_date (void) |
| Reset Type_date data member. More...
|
|
const TType_date & | CEntrez2_dt_filter_Base::GetType_date (void) const |
| Get the Type_date member data. More...
|
|
void | CEntrez2_dt_filter_Base::SetType_date (const TType_date &value) |
| Assign a value to Type_date data member. More...
|
|
TType_date & | CEntrez2_dt_filter_Base::SetType_date (void) |
| Assign a value to Type_date data member. More...
|
|
virtual void | CEntrez2_dt_filter_Base::Reset (void) |
| Reset the whole object. More...
|
|
| CEntrez2_dt_filter_Base::CEntrez2_dt_filter_Base (const CEntrez2_dt_filter_Base &) |
|
CEntrez2_dt_filter_Base & | CEntrez2_dt_filter_Base::operator= (const CEntrez2_dt_filter_Base &) |
|
| CEntrez2_eval_boolean::CEntrez2_eval_boolean (void) |
|
| CEntrez2_eval_boolean::~CEntrez2_eval_boolean (void) |
|
| CEntrez2_eval_boolean::CEntrez2_eval_boolean (const CEntrez2_eval_boolean &value) |
|
CEntrez2_eval_boolean & | CEntrez2_eval_boolean::operator= (const CEntrez2_eval_boolean &value) |
|
| CEntrez2_eval_boolean_Base::CEntrez2_eval_boolean_Base (void) |
|
virtual | CEntrez2_eval_boolean_Base::~CEntrez2_eval_boolean_Base (void) |
|
| CEntrez2_eval_boolean_Base::DECLARE_INTERNAL_TYPE_INFO () |
|
bool | CEntrez2_eval_boolean_Base::IsSetReturn_UIDs (void) const |
| return UID list? Check if a value has been assigned to Return_UIDs data member. More...
|
|
bool | CEntrez2_eval_boolean_Base::CanGetReturn_UIDs (void) const |
| Check if it is safe to call GetReturn_UIDs method. More...
|
|
void | CEntrez2_eval_boolean_Base::ResetReturn_UIDs (void) |
| Reset Return_UIDs data member. More...
|
|
void | CEntrez2_eval_boolean_Base::SetDefaultReturn_UIDs (void) |
| Assign default value to Return_UIDs data member. More...
|
|
TReturn_UIDs | CEntrez2_eval_boolean_Base::GetReturn_UIDs (void) const |
| Get the Return_UIDs member data. More...
|
|
void | CEntrez2_eval_boolean_Base::SetReturn_UIDs (TReturn_UIDs value) |
| Assign a value to Return_UIDs data member. More...
|
|
TReturn_UIDs & | CEntrez2_eval_boolean_Base::SetReturn_UIDs (void) |
| Assign a value to Return_UIDs data member. More...
|
|
bool | CEntrez2_eval_boolean_Base::IsSetReturn_parse (void) const |
| return parsed query? Check if a value has been assigned to Return_parse data member. More...
|
|
bool | CEntrez2_eval_boolean_Base::CanGetReturn_parse (void) const |
| Check if it is safe to call GetReturn_parse method. More...
|
|
void | CEntrez2_eval_boolean_Base::ResetReturn_parse (void) |
| Reset Return_parse data member. More...
|
|
void | CEntrez2_eval_boolean_Base::SetDefaultReturn_parse (void) |
| Assign default value to Return_parse data member. More...
|
|
TReturn_parse | CEntrez2_eval_boolean_Base::GetReturn_parse (void) const |
| Get the Return_parse member data. More...
|
|
void | CEntrez2_eval_boolean_Base::SetReturn_parse (TReturn_parse value) |
| Assign a value to Return_parse data member. More...
|
|
TReturn_parse & | CEntrez2_eval_boolean_Base::SetReturn_parse (void) |
| Assign a value to Return_parse data member. More...
|
|
bool | CEntrez2_eval_boolean_Base::IsSetQuery (void) const |
| the actual query Check if a value has been assigned to Query data member. More...
|
|
bool | CEntrez2_eval_boolean_Base::CanGetQuery (void) const |
| Check if it is safe to call GetQuery method. More...
|
|
void | CEntrez2_eval_boolean_Base::ResetQuery (void) |
| Reset Query data member. More...
|
|
const TQuery & | CEntrez2_eval_boolean_Base::GetQuery (void) const |
| Get the Query member data. More...
|
|
void | CEntrez2_eval_boolean_Base::SetQuery (TQuery &value) |
| Assign a value to Query data member. More...
|
|
TQuery & | CEntrez2_eval_boolean_Base::SetQuery (void) |
| Assign a value to Query data member. More...
|
|
virtual void | CEntrez2_eval_boolean_Base::Reset (void) |
| Reset the whole object. More...
|
|
| CEntrez2_eval_boolean_Base::CEntrez2_eval_boolean_Base (const CEntrez2_eval_boolean_Base &) |
|
CEntrez2_eval_boolean_Base & | CEntrez2_eval_boolean_Base::operator= (const CEntrez2_eval_boolean_Base &) |
|
| CEntrez2_field_id::CEntrez2_field_id (void) |
|
| CEntrez2_field_id::CEntrez2_field_id (const std::string &value) |
| Explicit constructor from the primitive type. More...
|
|
| CEntrez2_field_id_Base::CEntrez2_field_id_Base (void) |
|
| CEntrez2_field_id_Base::DECLARE_STD_ALIAS_TYPE_INFO () |
|
| CEntrez2_field_id_Base::CEntrez2_field_id_Base (const string &data) |
|
NCBI_NS_NCBI::CNcbiOstream & | operator<< (NCBI_NS_NCBI::CNcbiOstream &str, const CEntrez2_field_id_Base &obj) |
|
NCBI_NS_NCBI::CNcbiIstream & | operator>> (NCBI_NS_NCBI::CNcbiIstream &str, CEntrez2_field_id_Base &obj) |
|
| CEntrez2_field_info::CEntrez2_field_info (void) |
|
| CEntrez2_field_info::~CEntrez2_field_info (void) |
|
| CEntrez2_field_info::CEntrez2_field_info (const CEntrez2_field_info &value) |
|
CEntrez2_field_info & | CEntrez2_field_info::operator= (const CEntrez2_field_info &value) |
|
| CEntrez2_field_info_Base::CEntrez2_field_info_Base (void) |
|
virtual | CEntrez2_field_info_Base::~CEntrez2_field_info_Base (void) |
|
| CEntrez2_field_info_Base::DECLARE_INTERNAL_TYPE_INFO () |
|
bool | CEntrez2_field_info_Base::IsSetField_name (void) const |
| the internal name Check if a value has been assigned to Field_name data member. More...
|
|
bool | CEntrez2_field_info_Base::CanGetField_name (void) const |
| Check if it is safe to call GetField_name method. More...
|
|
void | CEntrez2_field_info_Base::ResetField_name (void) |
| Reset Field_name data member. More...
|
|
const TField_name & | CEntrez2_field_info_Base::GetField_name (void) const |
| Get the Field_name member data. More...
|
|
void | CEntrez2_field_info_Base::SetField_name (const TField_name &value) |
| Assign a value to Field_name data member. More...
|
|
TField_name & | CEntrez2_field_info_Base::SetField_name (void) |
| Assign a value to Field_name data member. More...
|
|
bool | CEntrez2_field_info_Base::IsSetField_menu (void) const |
| short string suitable for menu Check if a value has been assigned to Field_menu data member. More...
|
|
bool | CEntrez2_field_info_Base::CanGetField_menu (void) const |
| Check if it is safe to call GetField_menu method. More...
|
|
void | CEntrez2_field_info_Base::ResetField_menu (void) |
| Reset Field_menu data member. More...
|
|
const TField_menu & | CEntrez2_field_info_Base::GetField_menu (void) const |
| Get the Field_menu member data. More...
|
|
void | CEntrez2_field_info_Base::SetField_menu (const TField_menu &value) |
| Assign a value to Field_menu data member. More...
|
|
void | CEntrez2_field_info_Base::SetField_menu (TField_menu &&value) |
|
TField_menu & | CEntrez2_field_info_Base::SetField_menu (void) |
| Assign a value to Field_menu data member. More...
|
|
bool | CEntrez2_field_info_Base::IsSetField_descr (void) const |
| longer, explanatory name Check if a value has been assigned to Field_descr data member. More...
|
|
bool | CEntrez2_field_info_Base::CanGetField_descr (void) const |
| Check if it is safe to call GetField_descr method. More...
|
|
void | CEntrez2_field_info_Base::ResetField_descr (void) |
| Reset Field_descr data member. More...
|
|
const TField_descr & | CEntrez2_field_info_Base::GetField_descr (void) const |
| Get the Field_descr member data. More...
|
|
void | CEntrez2_field_info_Base::SetField_descr (const TField_descr &value) |
| Assign a value to Field_descr data member. More...
|
|
void | CEntrez2_field_info_Base::SetField_descr (TField_descr &&value) |
|
TField_descr & | CEntrez2_field_info_Base::SetField_descr (void) |
| Assign a value to Field_descr data member. More...
|
|
bool | CEntrez2_field_info_Base::IsSetTerm_count (void) const |
| number of terms in field Check if a value has been assigned to Term_count data member. More...
|
|
bool | CEntrez2_field_info_Base::CanGetTerm_count (void) const |
| Check if it is safe to call GetTerm_count method. More...
|
|
void | CEntrez2_field_info_Base::ResetTerm_count (void) |
| Reset Term_count data member. More...
|
|
TTerm_count | CEntrez2_field_info_Base::GetTerm_count (void) const |
| Get the Term_count member data. More...
|
|
void | CEntrez2_field_info_Base::SetTerm_count (TTerm_count value) |
| Assign a value to Term_count data member. More...
|
|
TTerm_count & | CEntrez2_field_info_Base::SetTerm_count (void) |
| Assign a value to Term_count data member. More...
|
|
bool | CEntrez2_field_info_Base::IsSetIs_date (void) const |
| Check if a value has been assigned to Is_date data member. More...
|
|
bool | CEntrez2_field_info_Base::CanGetIs_date (void) const |
| Check if it is safe to call GetIs_date method. More...
|
|
void | CEntrez2_field_info_Base::ResetIs_date (void) |
| Reset Is_date data member. More...
|
|
TIs_date | CEntrez2_field_info_Base::GetIs_date (void) const |
| Get the Is_date member data. More...
|
|
void | CEntrez2_field_info_Base::SetIs_date (TIs_date value) |
| Assign a value to Is_date data member. More...
|
|
TIs_date & | CEntrez2_field_info_Base::SetIs_date (void) |
| Assign a value to Is_date data member. More...
|
|
bool | CEntrez2_field_info_Base::IsSetIs_numerical (void) const |
| Check if a value has been assigned to Is_numerical data member. More...
|
|
bool | CEntrez2_field_info_Base::CanGetIs_numerical (void) const |
| Check if it is safe to call GetIs_numerical method. More...
|
|
void | CEntrez2_field_info_Base::ResetIs_numerical (void) |
| Reset Is_numerical data member. More...
|
|
TIs_numerical | CEntrez2_field_info_Base::GetIs_numerical (void) const |
| Get the Is_numerical member data. More...
|
|
void | CEntrez2_field_info_Base::SetIs_numerical (TIs_numerical value) |
| Assign a value to Is_numerical data member. More...
|
|
TIs_numerical & | CEntrez2_field_info_Base::SetIs_numerical (void) |
| Assign a value to Is_numerical data member. More...
|
|
bool | CEntrez2_field_info_Base::IsSetSingle_token (void) const |
| Check if a value has been assigned to Single_token data member. More...
|
|
bool | CEntrez2_field_info_Base::CanGetSingle_token (void) const |
| Check if it is safe to call GetSingle_token method. More...
|
|
void | CEntrez2_field_info_Base::ResetSingle_token (void) |
| Reset Single_token data member. More...
|
|
TSingle_token | CEntrez2_field_info_Base::GetSingle_token (void) const |
| Get the Single_token member data. More...
|
|
void | CEntrez2_field_info_Base::SetSingle_token (TSingle_token value) |
| Assign a value to Single_token data member. More...
|
|
TSingle_token & | CEntrez2_field_info_Base::SetSingle_token (void) |
| Assign a value to Single_token data member. More...
|
|
bool | CEntrez2_field_info_Base::IsSetHierarchy_avail (void) const |
| Check if a value has been assigned to Hierarchy_avail data member. More...
|
|
bool | CEntrez2_field_info_Base::CanGetHierarchy_avail (void) const |
| Check if it is safe to call GetHierarchy_avail method. More...
|
|
void | CEntrez2_field_info_Base::ResetHierarchy_avail (void) |
| Reset Hierarchy_avail data member. More...
|
|
THierarchy_avail | CEntrez2_field_info_Base::GetHierarchy_avail (void) const |
| Get the Hierarchy_avail member data. More...
|
|
void | CEntrez2_field_info_Base::SetHierarchy_avail (THierarchy_avail value) |
| Assign a value to Hierarchy_avail data member. More...
|
|
THierarchy_avail & | CEntrez2_field_info_Base::SetHierarchy_avail (void) |
| Assign a value to Hierarchy_avail data member. More...
|
|
bool | CEntrez2_field_info_Base::IsSetIs_rangable (void) const |
| Check if a value has been assigned to Is_rangable data member. More...
|
|
bool | CEntrez2_field_info_Base::CanGetIs_rangable (void) const |
| Check if it is safe to call GetIs_rangable method. More...
|
|
void | CEntrez2_field_info_Base::ResetIs_rangable (void) |
| Reset Is_rangable data member. More...
|
|
TIs_rangable | CEntrez2_field_info_Base::GetIs_rangable (void) const |
| Get the Is_rangable member data. More...
|
|
void | CEntrez2_field_info_Base::SetIs_rangable (TIs_rangable value) |
| Assign a value to Is_rangable data member. More...
|
|
TIs_rangable & | CEntrez2_field_info_Base::SetIs_rangable (void) |
| Assign a value to Is_rangable data member. More...
|
|
bool | CEntrez2_field_info_Base::IsSetIs_truncatable (void) const |
| Check if a value has been assigned to Is_truncatable data member. More...
|
|
bool | CEntrez2_field_info_Base::CanGetIs_truncatable (void) const |
| Check if it is safe to call GetIs_truncatable method. More...
|
|
void | CEntrez2_field_info_Base::ResetIs_truncatable (void) |
| Reset Is_truncatable data member. More...
|
|
TIs_truncatable | CEntrez2_field_info_Base::GetIs_truncatable (void) const |
| Get the Is_truncatable member data. More...
|
|
void | CEntrez2_field_info_Base::SetIs_truncatable (TIs_truncatable value) |
| Assign a value to Is_truncatable data member. More...
|
|
TIs_truncatable & | CEntrez2_field_info_Base::SetIs_truncatable (void) |
| Assign a value to Is_truncatable data member. More...
|
|
virtual void | CEntrez2_field_info_Base::Reset (void) |
| Reset the whole object. More...
|
|
| CEntrez2_field_info_Base::CEntrez2_field_info_Base (const CEntrez2_field_info_Base &) |
|
CEntrez2_field_info_Base & | CEntrez2_field_info_Base::operator= (const CEntrez2_field_info_Base &) |
|
| CEntrez2_get_links::CEntrez2_get_links (void) |
|
| CEntrez2_get_links::~CEntrez2_get_links (void) |
|
| CEntrez2_get_links::CEntrez2_get_links (const CEntrez2_get_links &value) |
|
CEntrez2_get_links & | CEntrez2_get_links::operator= (const CEntrez2_get_links &value) |
|
| CEntrez2_get_links_Base::CEntrez2_get_links_Base (void) |
|
virtual | CEntrez2_get_links_Base::~CEntrez2_get_links_Base (void) |
|
| CEntrez2_get_links_Base::DECLARE_INTERNAL_TYPE_INFO () |
|
bool | CEntrez2_get_links_Base::IsSetUids (void) const |
| docs to link from Check if a value has been assigned to Uids data member. More...
|
|
bool | CEntrez2_get_links_Base::CanGetUids (void) const |
| Check if it is safe to call GetUids method. More...
|
|
void | CEntrez2_get_links_Base::ResetUids (void) |
| Reset Uids data member. More...
|
|
const TUids & | CEntrez2_get_links_Base::GetUids (void) const |
| Get the Uids member data. More...
|
|
void | CEntrez2_get_links_Base::SetUids (TUids &value) |
| Assign a value to Uids data member. More...
|
|
TUids & | CEntrez2_get_links_Base::SetUids (void) |
| Assign a value to Uids data member. More...
|
|
bool | CEntrez2_get_links_Base::IsSetLinktype (void) const |
| type of link Check if a value has been assigned to Linktype data member. More...
|
|
bool | CEntrez2_get_links_Base::CanGetLinktype (void) const |
| Check if it is safe to call GetLinktype method. More...
|
|
void | CEntrez2_get_links_Base::ResetLinktype (void) |
| Reset Linktype data member. More...
|
|
const TLinktype & | CEntrez2_get_links_Base::GetLinktype (void) const |
| Get the Linktype member data. More...
|
|
void | CEntrez2_get_links_Base::SetLinktype (const TLinktype &value) |
| Assign a value to Linktype data member. More...
|
|
TLinktype & | CEntrez2_get_links_Base::SetLinktype (void) |
| Assign a value to Linktype data member. More...
|
|
bool | CEntrez2_get_links_Base::IsSetMax_UIDS (void) const |
| maximum number of links to return Check if a value has been assigned to Max_UIDS data member. More...
|
|
bool | CEntrez2_get_links_Base::CanGetMax_UIDS (void) const |
| Check if it is safe to call GetMax_UIDS method. More...
|
|
void | CEntrez2_get_links_Base::ResetMax_UIDS (void) |
| Reset Max_UIDS data member. More...
|
|
TMax_UIDS | CEntrez2_get_links_Base::GetMax_UIDS (void) const |
| Get the Max_UIDS member data. More...
|
|
void | CEntrez2_get_links_Base::SetMax_UIDS (TMax_UIDS value) |
| Assign a value to Max_UIDS data member. More...
|
|
TMax_UIDS & | CEntrez2_get_links_Base::SetMax_UIDS (void) |
| Assign a value to Max_UIDS data member. More...
|
|
bool | CEntrez2_get_links_Base::IsSetCount_only (void) const |
| return only the counts Check if a value has been assigned to Count_only data member. More...
|
|
bool | CEntrez2_get_links_Base::CanGetCount_only (void) const |
| Check if it is safe to call GetCount_only method. More...
|
|
void | CEntrez2_get_links_Base::ResetCount_only (void) |
| Reset Count_only data member. More...
|
|
TCount_only | CEntrez2_get_links_Base::GetCount_only (void) const |
| Get the Count_only member data. More...
|
|
void | CEntrez2_get_links_Base::SetCount_only (TCount_only value) |
| Assign a value to Count_only data member. More...
|
|
TCount_only & | CEntrez2_get_links_Base::SetCount_only (void) |
| Assign a value to Count_only data member. More...
|
|
bool | CEntrez2_get_links_Base::IsSetParents_persist (void) const |
| allow original uids in list Check if a value has been assigned to Parents_persist data member. More...
|
|
bool | CEntrez2_get_links_Base::CanGetParents_persist (void) const |
| Check if it is safe to call GetParents_persist method. More...
|
|
void | CEntrez2_get_links_Base::ResetParents_persist (void) |
| Reset Parents_persist data member. More...
|
|
TParents_persist | CEntrez2_get_links_Base::GetParents_persist (void) const |
| Get the Parents_persist member data. More...
|
|
void | CEntrez2_get_links_Base::SetParents_persist (TParents_persist value) |
| Assign a value to Parents_persist data member. More...
|
|
TParents_persist & | CEntrez2_get_links_Base::SetParents_persist (void) |
| Assign a value to Parents_persist data member. More...
|
|
virtual void | CEntrez2_get_links_Base::Reset (void) |
| Reset the whole object. More...
|
|
| CEntrez2_get_links_Base::CEntrez2_get_links_Base (const CEntrez2_get_links_Base &) |
|
CEntrez2_get_links_Base & | CEntrez2_get_links_Base::operator= (const CEntrez2_get_links_Base &) |
|
| CEntrez2_hier_node::CEntrez2_hier_node (void) |
|
| CEntrez2_hier_node::~CEntrez2_hier_node (void) |
|
| CEntrez2_hier_node::CEntrez2_hier_node (const CEntrez2_hier_node &value) |
|
CEntrez2_hier_node & | CEntrez2_hier_node::operator= (const CEntrez2_hier_node &value) |
|
| CEntrez2_hier_node_Base::CEntrez2_hier_node_Base (void) |
|
virtual | CEntrez2_hier_node_Base::~CEntrez2_hier_node_Base (void) |
|
| CEntrez2_hier_node_Base::DECLARE_INTERNAL_TYPE_INFO () |
|
bool | CEntrez2_hier_node_Base::IsSetCannonical_form (void) const |
| the official name Check if a value has been assigned to Cannonical_form data member. More...
|
|
bool | CEntrez2_hier_node_Base::CanGetCannonical_form (void) const |
| Check if it is safe to call GetCannonical_form method. More...
|
|
void | CEntrez2_hier_node_Base::ResetCannonical_form (void) |
| Reset Cannonical_form data member. More...
|
|
const TCannonical_form & | CEntrez2_hier_node_Base::GetCannonical_form (void) const |
| Get the Cannonical_form member data. More...
|
|
void | CEntrez2_hier_node_Base::SetCannonical_form (const TCannonical_form &value) |
| Assign a value to Cannonical_form data member. More...
|
|
void | CEntrez2_hier_node_Base::SetCannonical_form (TCannonical_form &&value) |
|
TCannonical_form & | CEntrez2_hier_node_Base::SetCannonical_form (void) |
| Assign a value to Cannonical_form data member. More...
|
|
bool | CEntrez2_hier_node_Base::IsSetLineage_count (void) const |
| number of strings in lineage Check if a value has been assigned to Lineage_count data member. More...
|
|
bool | CEntrez2_hier_node_Base::CanGetLineage_count (void) const |
| Check if it is safe to call GetLineage_count method. More...
|
|
void | CEntrez2_hier_node_Base::ResetLineage_count (void) |
| Reset Lineage_count data member. More...
|
|
TLineage_count | CEntrez2_hier_node_Base::GetLineage_count (void) const |
| Get the Lineage_count member data. More...
|
|
void | CEntrez2_hier_node_Base::SetLineage_count (TLineage_count value) |
| Assign a value to Lineage_count data member. More...
|
|
TLineage_count & | CEntrez2_hier_node_Base::SetLineage_count (void) |
| Assign a value to Lineage_count data member. More...
|
|
bool | CEntrez2_hier_node_Base::IsSetLineage (void) const |
| strings up the lineage Check if a value has been assigned to Lineage data member. More...
|
|
bool | CEntrez2_hier_node_Base::CanGetLineage (void) const |
| Check if it is safe to call GetLineage method. More...
|
|
void | CEntrez2_hier_node_Base::ResetLineage (void) |
| Reset Lineage data member. More...
|
|
const TLineage & | CEntrez2_hier_node_Base::GetLineage (void) const |
| Get the Lineage member data. More...
|
|
TLineage & | CEntrez2_hier_node_Base::SetLineage (void) |
| Assign a value to Lineage data member. More...
|
|
bool | CEntrez2_hier_node_Base::IsSetChild_count (void) const |
| number of children of this node Check if a value has been assigned to Child_count data member. More...
|
|
bool | CEntrez2_hier_node_Base::CanGetChild_count (void) const |
| Check if it is safe to call GetChild_count method. More...
|
|
void | CEntrez2_hier_node_Base::ResetChild_count (void) |
| Reset Child_count data member. More...
|
|
TChild_count | CEntrez2_hier_node_Base::GetChild_count (void) const |
| Get the Child_count member data. More...
|
|
void | CEntrez2_hier_node_Base::SetChild_count (TChild_count value) |
| Assign a value to Child_count data member. More...
|
|
TChild_count & | CEntrez2_hier_node_Base::SetChild_count (void) |
| Assign a value to Child_count data member. More...
|
|
bool | CEntrez2_hier_node_Base::IsSetChildren (void) const |
| the children Check if a value has been assigned to Children data member. More...
|
|
bool | CEntrez2_hier_node_Base::CanGetChildren (void) const |
| Check if it is safe to call GetChildren method. More...
|
|
void | CEntrez2_hier_node_Base::ResetChildren (void) |
| Reset Children data member. More...
|
|
const TChildren & | CEntrez2_hier_node_Base::GetChildren (void) const |
| Get the Children member data. More...
|
|
TChildren & | CEntrez2_hier_node_Base::SetChildren (void) |
| Assign a value to Children data member. More...
|
|
bool | CEntrez2_hier_node_Base::IsSetIs_ambiguous (void) const |
| used for hierarchy only Check if a value has been assigned to Is_ambiguous data member. More...
|
|
bool | CEntrez2_hier_node_Base::CanGetIs_ambiguous (void) const |
| Check if it is safe to call GetIs_ambiguous method. More...
|
|
void | CEntrez2_hier_node_Base::ResetIs_ambiguous (void) |
| Reset Is_ambiguous data member. More...
|
|
TIs_ambiguous | CEntrez2_hier_node_Base::GetIs_ambiguous (void) const |
| Get the Is_ambiguous member data. More...
|
|
void | CEntrez2_hier_node_Base::SetIs_ambiguous (TIs_ambiguous value) |
| Assign a value to Is_ambiguous data member. More...
|
|
TIs_ambiguous & | CEntrez2_hier_node_Base::SetIs_ambiguous (void) |
| Assign a value to Is_ambiguous data member. More...
|
|
virtual void | CEntrez2_hier_node_Base::Reset (void) |
| Reset the whole object. More...
|
|
| CEntrez2_hier_node_Base::CEntrez2_hier_node_Base (const CEntrez2_hier_node_Base &) |
|
CEntrez2_hier_node_Base & | CEntrez2_hier_node_Base::operator= (const CEntrez2_hier_node_Base &) |
|
| CEntrez2_hier_query::CEntrez2_hier_query (void) |
|
| CEntrez2_hier_query::~CEntrez2_hier_query (void) |
|
| CEntrez2_hier_query::CEntrez2_hier_query (const CEntrez2_hier_query &value) |
|
CEntrez2_hier_query & | CEntrez2_hier_query::operator= (const CEntrez2_hier_query &value) |
|
| CEntrez2_hier_query_Base::CEntrez2_hier_query_Base (void) |
|
virtual | CEntrez2_hier_query_Base::~CEntrez2_hier_query_Base (void) |
|
| CEntrez2_hier_query_Base::DECLARE_INTERNAL_TYPE_INFO () |
|
bool | CEntrez2_hier_query_Base::IsSetDb (void) const |
| Check if a value has been assigned to Db data member. More...
|
|
bool | CEntrez2_hier_query_Base::CanGetDb (void) const |
| Check if it is safe to call GetDb method. More...
|
|
void | CEntrez2_hier_query_Base::ResetDb (void) |
| Reset Db data member. More...
|
|
const TDb & | CEntrez2_hier_query_Base::GetDb (void) const |
| Get the Db member data. More...
|
|
void | CEntrez2_hier_query_Base::SetDb (const TDb &value) |
| Assign a value to Db data member. More...
|
|
TDb & | CEntrez2_hier_query_Base::SetDb (void) |
| Assign a value to Db data member. More...
|
|
bool | CEntrez2_hier_query_Base::IsSetField (void) const |
| Check if a value has been assigned to Field data member. More...
|
|
bool | CEntrez2_hier_query_Base::CanGetField (void) const |
| Check if it is safe to call GetField method. More...
|
|
void | CEntrez2_hier_query_Base::ResetField (void) |
| Reset Field data member. More...
|
|
const TField & | CEntrez2_hier_query_Base::GetField (void) const |
| Get the Field member data. More...
|
|
void | CEntrez2_hier_query_Base::SetField (const TField &value) |
| Assign a value to Field data member. More...
|
|
TField & | CEntrez2_hier_query_Base::SetField (void) |
| Assign a value to Field data member. More...
|
|
bool | CEntrez2_hier_query_Base::IsSetTerm (void) const |
| query with either term Check if a value has been assigned to Term data member. More...
|
|
bool | CEntrez2_hier_query_Base::CanGetTerm (void) const |
| Check if it is safe to call GetTerm method. More...
|
|
void | CEntrez2_hier_query_Base::ResetTerm (void) |
| Reset Term data member. More...
|
|
const TTerm & | CEntrez2_hier_query_Base::GetTerm (void) const |
| Get the Term member data. More...
|
|
void | CEntrez2_hier_query_Base::SetTerm (const TTerm &value) |
| Assign a value to Term data member. More...
|
|
void | CEntrez2_hier_query_Base::SetTerm (TTerm &&value) |
|
TTerm & | CEntrez2_hier_query_Base::SetTerm (void) |
| Assign a value to Term data member. More...
|
|
bool | CEntrez2_hier_query_Base::IsSetTxid (void) const |
| or Taxonomy ID Check if a value has been assigned to Txid data member. More...
|
|
bool | CEntrez2_hier_query_Base::CanGetTxid (void) const |
| Check if it is safe to call GetTxid method. More...
|
|
void | CEntrez2_hier_query_Base::ResetTxid (void) |
| Reset Txid data member. More...
|
|
TTxid | CEntrez2_hier_query_Base::GetTxid (void) const |
| Get the Txid member data. More...
|
|
void | CEntrez2_hier_query_Base::SetTxid (TTxid value) |
| Assign a value to Txid data member. More...
|
|
TTxid & | CEntrez2_hier_query_Base::SetTxid (void) |
| Assign a value to Txid data member. More...
|
|
virtual void | CEntrez2_hier_query_Base::Reset (void) |
| Reset the whole object. More...
|
|
| CEntrez2_hier_query_Base::CEntrez2_hier_query_Base (const CEntrez2_hier_query_Base &) |
|
CEntrez2_hier_query_Base & | CEntrez2_hier_query_Base::operator= (const CEntrez2_hier_query_Base &) |
|
| CEntrez2_id::CEntrez2_id (void) |
|
| CEntrez2_id::~CEntrez2_id (void) |
|
| CEntrez2_id::CEntrez2_id (const CEntrez2_id &value) |
|
CEntrez2_id & | CEntrez2_id::operator= (const CEntrez2_id &value) |
|
| CEntrez2_id_Base::CEntrez2_id_Base (void) |
|
virtual | CEntrez2_id_Base::~CEntrez2_id_Base (void) |
|
| CEntrez2_id_Base::DECLARE_INTERNAL_TYPE_INFO () |
|
bool | CEntrez2_id_Base::IsSetDb (void) const |
| Check if a value has been assigned to Db data member. More...
|
|
bool | CEntrez2_id_Base::CanGetDb (void) const |
| Check if it is safe to call GetDb method. More...
|
|
void | CEntrez2_id_Base::ResetDb (void) |
| Reset Db data member. More...
|
|
const TDb & | CEntrez2_id_Base::GetDb (void) const |
| Get the Db member data. More...
|
|
void | CEntrez2_id_Base::SetDb (const TDb &value) |
| Assign a value to Db data member. More...
|
|
TDb & | CEntrez2_id_Base::SetDb (void) |
| Assign a value to Db data member. More...
|
|
bool | CEntrez2_id_Base::IsSetUid (void) const |
| Check if a value has been assigned to Uid data member. More...
|
|
bool | CEntrez2_id_Base::CanGetUid (void) const |
| Check if it is safe to call GetUid method. More...
|
|
void | CEntrez2_id_Base::ResetUid (void) |
| Reset Uid data member. More...
|
|
TUid | CEntrez2_id_Base::GetUid (void) const |
| Get the Uid member data. More...
|
|
void | CEntrez2_id_Base::SetUid (TUid value) |
| Assign a value to Uid data member. More...
|
|
TUid & | CEntrez2_id_Base::SetUid (void) |
| Assign a value to Uid data member. More...
|
|
virtual void | CEntrez2_id_Base::Reset (void) |
| Reset the whole object. More...
|
|
| CEntrez2_id_Base::CEntrez2_id_Base (const CEntrez2_id_Base &) |
|
CEntrez2_id_Base & | CEntrez2_id_Base::operator= (const CEntrez2_id_Base &) |
|
| CEntrez2_id_list_Base::CEntrez2_id_list_Base (void) |
|
virtual | CEntrez2_id_list_Base::~CEntrez2_id_list_Base (void) |
|
| CEntrez2_id_list_Base::DECLARE_INTERNAL_TYPE_INFO () |
|
bool | CEntrez2_id_list_Base::IsSetDb (void) const |
| the database Check if a value has been assigned to Db data member. More...
|
|
bool | CEntrez2_id_list_Base::CanGetDb (void) const |
| Check if it is safe to call GetDb method. More...
|
|
void | CEntrez2_id_list_Base::ResetDb (void) |
| Reset Db data member. More...
|
|
const TDb & | CEntrez2_id_list_Base::GetDb (void) const |
| Get the Db member data. More...
|
|
void | CEntrez2_id_list_Base::SetDb (const TDb &value) |
| Assign a value to Db data member. More...
|
|
TDb & | CEntrez2_id_list_Base::SetDb (void) |
| Assign a value to Db data member. More...
|
|
bool | CEntrez2_id_list_Base::IsSetNum (void) const |
| number of uids Check if a value has been assigned to Num data member. More...
|
|
bool | CEntrez2_id_list_Base::CanGetNum (void) const |
| Check if it is safe to call GetNum method. More...
|
|
void | CEntrez2_id_list_Base::ResetNum (void) |
| Reset Num data member. More...
|
|
TNum | CEntrez2_id_list_Base::GetNum (void) const |
| Get the Num member data. More...
|
|
void | CEntrez2_id_list_Base::SetNum (TNum value) |
| Assign a value to Num data member. More...
|
|
TNum & | CEntrez2_id_list_Base::SetNum (void) |
| Assign a value to Num data member. More...
|
|
bool | CEntrez2_id_list_Base::IsSetUids (void) const |
| coded uids Check if a value has been assigned to Uids data member. More...
|
|
bool | CEntrez2_id_list_Base::CanGetUids (void) const |
| Check if it is safe to call GetUids method. More...
|
|
void | CEntrez2_id_list_Base::ResetUids (void) |
| Reset Uids data member. More...
|
|
const TUids & | CEntrez2_id_list_Base::GetUids (void) const |
| Get the Uids member data. More...
|
|
TUids & | CEntrez2_id_list_Base::SetUids (void) |
| Assign a value to Uids data member. More...
|
|
virtual void | CEntrez2_id_list_Base::Reset (void) |
| Reset the whole object. More...
|
|
| CEntrez2_id_list_Base::CEntrez2_id_list_Base (const CEntrez2_id_list_Base &) |
|
CEntrez2_id_list_Base & | CEntrez2_id_list_Base::operator= (const CEntrez2_id_list_Base &) |
|
| CEntrez2_info::CEntrez2_info (void) |
|
| CEntrez2_info::~CEntrez2_info (void) |
|
| CEntrez2_info::CEntrez2_info (const CEntrez2_info &value) |
|
CEntrez2_info & | CEntrez2_info::operator= (const CEntrez2_info &value) |
|
| CEntrez2_info_Base::CEntrez2_info_Base (void) |
|
virtual | CEntrez2_info_Base::~CEntrez2_info_Base (void) |
|
| CEntrez2_info_Base::DECLARE_INTERNAL_TYPE_INFO () |
|
bool | CEntrez2_info_Base::IsSetDb_count (void) const |
| number of databases Check if a value has been assigned to Db_count data member. More...
|
|
bool | CEntrez2_info_Base::CanGetDb_count (void) const |
| Check if it is safe to call GetDb_count method. More...
|
|
void | CEntrez2_info_Base::ResetDb_count (void) |
| Reset Db_count data member. More...
|
|
TDb_count | CEntrez2_info_Base::GetDb_count (void) const |
| Get the Db_count member data. More...
|
|
void | CEntrez2_info_Base::SetDb_count (TDb_count value) |
| Assign a value to Db_count data member. More...
|
|
TDb_count & | CEntrez2_info_Base::SetDb_count (void) |
| Assign a value to Db_count data member. More...
|
|
bool | CEntrez2_info_Base::IsSetBuild_date (void) const |
| build date of databases Check if a value has been assigned to Build_date data member. More...
|
|
bool | CEntrez2_info_Base::CanGetBuild_date (void) const |
| Check if it is safe to call GetBuild_date method. More...
|
|
void | CEntrez2_info_Base::ResetBuild_date (void) |
| Reset Build_date data member. More...
|
|
const TBuild_date & | CEntrez2_info_Base::GetBuild_date (void) const |
| Get the Build_date member data. More...
|
|
void | CEntrez2_info_Base::SetBuild_date (const TBuild_date &value) |
| Assign a value to Build_date data member. More...
|
|
TBuild_date & | CEntrez2_info_Base::SetBuild_date (void) |
| Assign a value to Build_date data member. More...
|
|
bool | CEntrez2_info_Base::IsSetDb_info (void) const |
| info by database Check if a value has been assigned to Db_info data member. More...
|
|
bool | CEntrez2_info_Base::CanGetDb_info (void) const |
| Check if it is safe to call GetDb_info method. More...
|
|
void | CEntrez2_info_Base::ResetDb_info (void) |
| Reset Db_info data member. More...
|
|
const TDb_info & | CEntrez2_info_Base::GetDb_info (void) const |
| Get the Db_info member data. More...
|
|
TDb_info & | CEntrez2_info_Base::SetDb_info (void) |
| Assign a value to Db_info data member. More...
|
|
virtual void | CEntrez2_info_Base::Reset (void) |
| Reset the whole object. More...
|
|
| CEntrez2_info_Base::CEntrez2_info_Base (const CEntrez2_info_Base &) |
|
CEntrez2_info_Base & | CEntrez2_info_Base::operator= (const CEntrez2_info_Base &) |
|
| CEntrez2_limits::CEntrez2_limits (void) |
|
| CEntrez2_limits::~CEntrez2_limits (void) |
|
| CEntrez2_limits::CEntrez2_limits (const CEntrez2_limits &value) |
|
CEntrez2_limits & | CEntrez2_limits::operator= (const CEntrez2_limits &value) |
|
| CEntrez2_limits_Base::CEntrez2_limits_Base (void) |
|
virtual | CEntrez2_limits_Base::~CEntrez2_limits_Base (void) |
|
| CEntrez2_limits_Base::DECLARE_INTERNAL_TYPE_INFO () |
|
bool | CEntrez2_limits_Base::IsSetFilter_date (void) const |
| Check if a value has been assigned to Filter_date data member. More...
|
|
bool | CEntrez2_limits_Base::CanGetFilter_date (void) const |
| Check if it is safe to call GetFilter_date method. More...
|
|
void | CEntrez2_limits_Base::ResetFilter_date (void) |
| Reset Filter_date data member. More...
|
|
const TFilter_date & | CEntrez2_limits_Base::GetFilter_date (void) const |
| Get the Filter_date member data. More...
|
|
void | CEntrez2_limits_Base::SetFilter_date (TFilter_date &value) |
| Assign a value to Filter_date data member. More...
|
|
TFilter_date & | CEntrez2_limits_Base::SetFilter_date (void) |
| Assign a value to Filter_date data member. More...
|
|
bool | CEntrez2_limits_Base::IsSetMax_UIDs (void) const |
| max UIDs to return in list Check if a value has been assigned to Max_UIDs data member. More...
|
|
bool | CEntrez2_limits_Base::CanGetMax_UIDs (void) const |
| Check if it is safe to call GetMax_UIDs method. More...
|
|
void | CEntrez2_limits_Base::ResetMax_UIDs (void) |
| Reset Max_UIDs data member. More...
|
|
TMax_UIDs | CEntrez2_limits_Base::GetMax_UIDs (void) const |
| Get the Max_UIDs member data. More...
|
|
void | CEntrez2_limits_Base::SetMax_UIDs (TMax_UIDs value) |
| Assign a value to Max_UIDs data member. More...
|
|
TMax_UIDs & | CEntrez2_limits_Base::SetMax_UIDs (void) |
| Assign a value to Max_UIDs data member. More...
|
|
bool | CEntrez2_limits_Base::IsSetOffset_UIDs (void) const |
| start partway into UID list Check if a value has been assigned to Offset_UIDs data member. More...
|
|
bool | CEntrez2_limits_Base::CanGetOffset_UIDs (void) const |
| Check if it is safe to call GetOffset_UIDs method. More...
|
|
void | CEntrez2_limits_Base::ResetOffset_UIDs (void) |
| Reset Offset_UIDs data member. More...
|
|
TOffset_UIDs | CEntrez2_limits_Base::GetOffset_UIDs (void) const |
| Get the Offset_UIDs member data. More...
|
|
void | CEntrez2_limits_Base::SetOffset_UIDs (TOffset_UIDs value) |
| Assign a value to Offset_UIDs data member. More...
|
|
TOffset_UIDs & | CEntrez2_limits_Base::SetOffset_UIDs (void) |
| Assign a value to Offset_UIDs data member. More...
|
|
virtual void | CEntrez2_limits_Base::Reset (void) |
| Reset the whole object. More...
|
|
| CEntrez2_limits_Base::CEntrez2_limits_Base (const CEntrez2_limits_Base &) |
|
CEntrez2_limits_Base & | CEntrez2_limits_Base::operator= (const CEntrez2_limits_Base &) |
|
| CEntrez2_link_count::CEntrez2_link_count (void) |
|
| CEntrez2_link_count::~CEntrez2_link_count (void) |
|
| CEntrez2_link_count::CEntrez2_link_count (const CEntrez2_link_count &value) |
|
CEntrez2_link_count & | CEntrez2_link_count::operator= (const CEntrez2_link_count &value) |
|
| CEntrez2_link_count_Base::CEntrez2_link_count_Base (void) |
|
virtual | CEntrez2_link_count_Base::~CEntrez2_link_count_Base (void) |
|
| CEntrez2_link_count_Base::DECLARE_INTERNAL_TYPE_INFO () |
|
bool | CEntrez2_link_count_Base::IsSetLink_type (void) const |
| Check if a value has been assigned to Link_type data member. More...
|
|
bool | CEntrez2_link_count_Base::CanGetLink_type (void) const |
| Check if it is safe to call GetLink_type method. More...
|
|
void | CEntrez2_link_count_Base::ResetLink_type (void) |
| Reset Link_type data member. More...
|
|
const TLink_type & | CEntrez2_link_count_Base::GetLink_type (void) const |
| Get the Link_type member data. More...
|
|
void | CEntrez2_link_count_Base::SetLink_type (const TLink_type &value) |
| Assign a value to Link_type data member. More...
|
|
TLink_type & | CEntrez2_link_count_Base::SetLink_type (void) |
| Assign a value to Link_type data member. More...
|
|
bool | CEntrez2_link_count_Base::IsSetLink_count (void) const |
| Check if a value has been assigned to Link_count data member. More...
|
|
bool | CEntrez2_link_count_Base::CanGetLink_count (void) const |
| Check if it is safe to call GetLink_count method. More...
|
|
void | CEntrez2_link_count_Base::ResetLink_count (void) |
| Reset Link_count data member. More...
|
|
TLink_count | CEntrez2_link_count_Base::GetLink_count (void) const |
| Get the Link_count member data. More...
|
|
void | CEntrez2_link_count_Base::SetLink_count (TLink_count value) |
| Assign a value to Link_count data member. More...
|
|
TLink_count & | CEntrez2_link_count_Base::SetLink_count (void) |
| Assign a value to Link_count data member. More...
|
|
virtual void | CEntrez2_link_count_Base::Reset (void) |
| Reset the whole object. More...
|
|
| CEntrez2_link_count_Base::CEntrez2_link_count_Base (const CEntrez2_link_count_Base &) |
|
CEntrez2_link_count_Base & | CEntrez2_link_count_Base::operator= (const CEntrez2_link_count_Base &) |
|
| CEntrez2_link_count_list::CEntrez2_link_count_list (void) |
|
| CEntrez2_link_count_list::~CEntrez2_link_count_list (void) |
|
| CEntrez2_link_count_list::CEntrez2_link_count_list (const CEntrez2_link_count_list &value) |
|
CEntrez2_link_count_list & | CEntrez2_link_count_list::operator= (const CEntrez2_link_count_list &value) |
|
| CEntrez2_link_count_list_Base::CEntrez2_link_count_list_Base (void) |
|
virtual | CEntrez2_link_count_list_Base::~CEntrez2_link_count_list_Base (void) |
|
| CEntrez2_link_count_list_Base::DECLARE_INTERNAL_TYPE_INFO () |
|
bool | CEntrez2_link_count_list_Base::IsSetLink_type_count (void) const |
| number of types of links Check if a value has been assigned to Link_type_count data member. More...
|
|
bool | CEntrez2_link_count_list_Base::CanGetLink_type_count (void) const |
| Check if it is safe to call GetLink_type_count method. More...
|
|
void | CEntrez2_link_count_list_Base::ResetLink_type_count (void) |
| Reset Link_type_count data member. More...
|
|
TLink_type_count | CEntrez2_link_count_list_Base::GetLink_type_count (void) const |
| Get the Link_type_count member data. More...
|
|
void | CEntrez2_link_count_list_Base::SetLink_type_count (TLink_type_count value) |
| Assign a value to Link_type_count data member. More...
|
|
TLink_type_count & | CEntrez2_link_count_list_Base::SetLink_type_count (void) |
| Assign a value to Link_type_count data member. More...
|
|
bool | CEntrez2_link_count_list_Base::IsSetLinks (void) const |
| Check if a value has been assigned to Links data member. More...
|
|
bool | CEntrez2_link_count_list_Base::CanGetLinks (void) const |
| Check if it is safe to call GetLinks method. More...
|
|
void | CEntrez2_link_count_list_Base::ResetLinks (void) |
| Reset Links data member. More...
|
|
const TLinks & | CEntrez2_link_count_list_Base::GetLinks (void) const |
| Get the Links member data. More...
|
|
TLinks & | CEntrez2_link_count_list_Base::SetLinks (void) |
| Assign a value to Links data member. More...
|
|
virtual void | CEntrez2_link_count_list_Base::Reset (void) |
| Reset the whole object. More...
|
|
| CEntrez2_link_count_list_Base::CEntrez2_link_count_list_Base (const CEntrez2_link_count_list_Base &) |
|
CEntrez2_link_count_list_Base & | CEntrez2_link_count_list_Base::operator= (const CEntrez2_link_count_list_Base &) |
|
| CEntrez2_link_id::CEntrez2_link_id (void) |
|
| CEntrez2_link_id::CEntrez2_link_id (const std::string &value) |
| Explicit constructor from the primitive type. More...
|
|
| CEntrez2_link_id_Base::CEntrez2_link_id_Base (void) |
|
| CEntrez2_link_id_Base::DECLARE_STD_ALIAS_TYPE_INFO () |
|
| CEntrez2_link_id_Base::CEntrez2_link_id_Base (const string &data) |
|
NCBI_NS_NCBI::CNcbiOstream & | operator<< (NCBI_NS_NCBI::CNcbiOstream &str, const CEntrez2_link_id_Base &obj) |
|
NCBI_NS_NCBI::CNcbiIstream & | operator>> (NCBI_NS_NCBI::CNcbiIstream &str, CEntrez2_link_id_Base &obj) |
|
| CEntrez2_link_info::CEntrez2_link_info (void) |
|
| CEntrez2_link_info::~CEntrez2_link_info (void) |
|
| CEntrez2_link_info::CEntrez2_link_info (const CEntrez2_link_info &value) |
|
CEntrez2_link_info & | CEntrez2_link_info::operator= (const CEntrez2_link_info &value) |
|
| CEntrez2_link_info_Base::CEntrez2_link_info_Base (void) |
|
virtual | CEntrez2_link_info_Base::~CEntrez2_link_info_Base (void) |
|
| CEntrez2_link_info_Base::DECLARE_INTERNAL_TYPE_INFO () |
|
bool | CEntrez2_link_info_Base::IsSetLink_name (void) const |
| Check if a value has been assigned to Link_name data member. More...
|
|
bool | CEntrez2_link_info_Base::CanGetLink_name (void) const |
| Check if it is safe to call GetLink_name method. More...
|
|
void | CEntrez2_link_info_Base::ResetLink_name (void) |
| Reset Link_name data member. More...
|
|
const TLink_name & | CEntrez2_link_info_Base::GetLink_name (void) const |
| Get the Link_name member data. More...
|
|
void | CEntrez2_link_info_Base::SetLink_name (const TLink_name &value) |
| Assign a value to Link_name data member. More...
|
|
TLink_name & | CEntrez2_link_info_Base::SetLink_name (void) |
| Assign a value to Link_name data member. More...
|
|
bool | CEntrez2_link_info_Base::IsSetLink_menu (void) const |
| Check if a value has been assigned to Link_menu data member. More...
|
|
bool | CEntrez2_link_info_Base::CanGetLink_menu (void) const |
| Check if it is safe to call GetLink_menu method. More...
|
|
void | CEntrez2_link_info_Base::ResetLink_menu (void) |
| Reset Link_menu data member. More...
|
|
const TLink_menu & | CEntrez2_link_info_Base::GetLink_menu (void) const |
| Get the Link_menu member data. More...
|
|
void | CEntrez2_link_info_Base::SetLink_menu (const TLink_menu &value) |
| Assign a value to Link_menu data member. More...
|
|
void | CEntrez2_link_info_Base::SetLink_menu (TLink_menu &&value) |
|
TLink_menu & | CEntrez2_link_info_Base::SetLink_menu (void) |
| Assign a value to Link_menu data member. More...
|
|
bool | CEntrez2_link_info_Base::IsSetLink_descr (void) const |
| Check if a value has been assigned to Link_descr data member. More...
|
|
bool | CEntrez2_link_info_Base::CanGetLink_descr (void) const |
| Check if it is safe to call GetLink_descr method. More...
|
|
void | CEntrez2_link_info_Base::ResetLink_descr (void) |
| Reset Link_descr data member. More...
|
|
const TLink_descr & | CEntrez2_link_info_Base::GetLink_descr (void) const |
| Get the Link_descr member data. More...
|
|
void | CEntrez2_link_info_Base::SetLink_descr (const TLink_descr &value) |
| Assign a value to Link_descr data member. More...
|
|
void | CEntrez2_link_info_Base::SetLink_descr (TLink_descr &&value) |
|
TLink_descr & | CEntrez2_link_info_Base::SetLink_descr (void) |
| Assign a value to Link_descr data member. More...
|
|
bool | CEntrez2_link_info_Base::IsSetDb_to (void) const |
| database it links to Check if a value has been assigned to Db_to data member. More...
|
|
bool | CEntrez2_link_info_Base::CanGetDb_to (void) const |
| Check if it is safe to call GetDb_to method. More...
|
|
void | CEntrez2_link_info_Base::ResetDb_to (void) |
| Reset Db_to data member. More...
|
|
const TDb_to & | CEntrez2_link_info_Base::GetDb_to (void) const |
| Get the Db_to member data. More...
|
|
void | CEntrez2_link_info_Base::SetDb_to (const TDb_to &value) |
| Assign a value to Db_to data member. More...
|
|
TDb_to & | CEntrez2_link_info_Base::SetDb_to (void) |
| Assign a value to Db_to data member. More...
|
|
bool | CEntrez2_link_info_Base::IsSetData_size (void) const |
| size of link data element Check if a value has been assigned to Data_size data member. More...
|
|
bool | CEntrez2_link_info_Base::CanGetData_size (void) const |
| Check if it is safe to call GetData_size method. More...
|
|
void | CEntrez2_link_info_Base::ResetData_size (void) |
| Reset Data_size data member. More...
|
|
TData_size | CEntrez2_link_info_Base::GetData_size (void) const |
| Get the Data_size member data. More...
|
|
void | CEntrez2_link_info_Base::SetData_size (TData_size value) |
| Assign a value to Data_size data member. More...
|
|
TData_size & | CEntrez2_link_info_Base::SetData_size (void) |
| Assign a value to Data_size data member. More...
|
|
virtual void | CEntrez2_link_info_Base::Reset (void) |
| Reset the whole object. More...
|
|
| CEntrez2_link_info_Base::CEntrez2_link_info_Base (const CEntrez2_link_info_Base &) |
|
CEntrez2_link_info_Base & | CEntrez2_link_info_Base::operator= (const CEntrez2_link_info_Base &) |
|
| CEntrez2_link_set::CEntrez2_link_set (void) |
|
| CEntrez2_link_set::~CEntrez2_link_set (void) |
|
| CEntrez2_link_set::CEntrez2_link_set (const CEntrez2_link_set &value) |
|
CEntrez2_link_set & | CEntrez2_link_set::operator= (const CEntrez2_link_set &value) |
|
| CEntrez2_link_set_Base::CEntrez2_link_set_Base (void) |
|
virtual | CEntrez2_link_set_Base::~CEntrez2_link_set_Base (void) |
|
| CEntrez2_link_set_Base::DECLARE_INTERNAL_TYPE_INFO () |
|
bool | CEntrez2_link_set_Base::IsSetIds (void) const |
| Check if a value has been assigned to Ids data member. More...
|
|
bool | CEntrez2_link_set_Base::CanGetIds (void) const |
| Check if it is safe to call GetIds method. More...
|
|
void | CEntrez2_link_set_Base::ResetIds (void) |
| Reset Ids data member. More...
|
|
const TIds & | CEntrez2_link_set_Base::GetIds (void) const |
| Get the Ids member data. More...
|
|
void | CEntrez2_link_set_Base::SetIds (TIds &value) |
| Assign a value to Ids data member. More...
|
|
TIds & | CEntrez2_link_set_Base::SetIds (void) |
| Assign a value to Ids data member. More...
|
|
bool | CEntrez2_link_set_Base::IsSetData_size (void) const |
| size of data elements Check if a value has been assigned to Data_size data member. More...
|
|
bool | CEntrez2_link_set_Base::CanGetData_size (void) const |
| Check if it is safe to call GetData_size method. More...
|
|
void | CEntrez2_link_set_Base::ResetData_size (void) |
| Reset Data_size data member. More...
|
|
TData_size | CEntrez2_link_set_Base::GetData_size (void) const |
| Get the Data_size member data. More...
|
|
void | CEntrez2_link_set_Base::SetData_size (TData_size value) |
| Assign a value to Data_size data member. More...
|
|
TData_size & | CEntrez2_link_set_Base::SetData_size (void) |
| Assign a value to Data_size data member. More...
|
|
bool | CEntrez2_link_set_Base::IsSetData (void) const |
| coded scores Check if a value has been assigned to Data data member. More...
|
|
bool | CEntrez2_link_set_Base::CanGetData (void) const |
| Check if it is safe to call GetData method. More...
|
|
void | CEntrez2_link_set_Base::ResetData (void) |
| Reset Data data member. More...
|
|
const TData & | CEntrez2_link_set_Base::GetData (void) const |
| Get the Data member data. More...
|
|
TData & | CEntrez2_link_set_Base::SetData (void) |
| Assign a value to Data data member. More...
|
|
virtual void | CEntrez2_link_set_Base::Reset (void) |
| Reset the whole object. More...
|
|
| CEntrez2_link_set_Base::CEntrez2_link_set_Base (const CEntrez2_link_set_Base &) |
|
CEntrez2_link_set_Base & | CEntrez2_link_set_Base::operator= (const CEntrez2_link_set_Base &) |
|
| CEntrez2_reply::CEntrez2_reply (void) |
|
| CEntrez2_reply::~CEntrez2_reply (void) |
|
| CEntrez2_reply::CEntrez2_reply (const CEntrez2_reply &value) |
|
CEntrez2_reply & | CEntrez2_reply::operator= (const CEntrez2_reply &value) |
|
| CEntrez2_reply_Base::CEntrez2_reply_Base (void) |
|
virtual | CEntrez2_reply_Base::~CEntrez2_reply_Base (void) |
|
| CEntrez2_reply_Base::DECLARE_INTERNAL_TYPE_INFO () |
|
bool | CEntrez2_reply_Base::IsSetReply (void) const |
| the actual reply Check if a value has been assigned to Reply data member. More...
|
|
bool | CEntrez2_reply_Base::CanGetReply (void) const |
| Check if it is safe to call GetReply method. More...
|
|
void | CEntrez2_reply_Base::ResetReply (void) |
| Reset Reply data member. More...
|
|
const TReply & | CEntrez2_reply_Base::GetReply (void) const |
| Get the Reply member data. More...
|
|
void | CEntrez2_reply_Base::SetReply (TReply &value) |
| Assign a value to Reply data member. More...
|
|
TReply & | CEntrez2_reply_Base::SetReply (void) |
| Assign a value to Reply data member. More...
|
|
bool | CEntrez2_reply_Base::IsSetDt (void) const |
| date/time stamp from server Check if a value has been assigned to Dt data member. More...
|
|
bool | CEntrez2_reply_Base::CanGetDt (void) const |
| Check if it is safe to call GetDt method. More...
|
|
void | CEntrez2_reply_Base::ResetDt (void) |
| Reset Dt data member. More...
|
|
const TDt & | CEntrez2_reply_Base::GetDt (void) const |
| Get the Dt member data. More...
|
|
void | CEntrez2_reply_Base::SetDt (const TDt &value) |
| Assign a value to Dt data member. More...
|
|
TDt & | CEntrez2_reply_Base::SetDt (void) |
| Assign a value to Dt data member. More...
|
|
bool | CEntrez2_reply_Base::IsSetServer (void) const |
| server version info Check if a value has been assigned to Server data member. More...
|
|
bool | CEntrez2_reply_Base::CanGetServer (void) const |
| Check if it is safe to call GetServer method. More...
|
|
void | CEntrez2_reply_Base::ResetServer (void) |
| Reset Server data member. More...
|
|
const TServer & | CEntrez2_reply_Base::GetServer (void) const |
| Get the Server member data. More...
|
|
void | CEntrez2_reply_Base::SetServer (const TServer &value) |
| Assign a value to Server data member. More...
|
|
void | CEntrez2_reply_Base::SetServer (TServer &&value) |
|
TServer & | CEntrez2_reply_Base::SetServer (void) |
| Assign a value to Server data member. More...
|
|
bool | CEntrez2_reply_Base::IsSetMsg (void) const |
| possibly a message to the user Check if a value has been assigned to Msg data member. More...
|
|
bool | CEntrez2_reply_Base::CanGetMsg (void) const |
| Check if it is safe to call GetMsg method. More...
|
|
void | CEntrez2_reply_Base::ResetMsg (void) |
| Reset Msg data member. More...
|
|
const TMsg & | CEntrez2_reply_Base::GetMsg (void) const |
| Get the Msg member data. More...
|
|
void | CEntrez2_reply_Base::SetMsg (const TMsg &value) |
| Assign a value to Msg data member. More...
|
|
void | CEntrez2_reply_Base::SetMsg (TMsg &&value) |
|
TMsg & | CEntrez2_reply_Base::SetMsg (void) |
| Assign a value to Msg data member. More...
|
|
bool | CEntrez2_reply_Base::IsSetKey (void) const |
| history key for query Check if a value has been assigned to Key data member. More...
|
|
bool | CEntrez2_reply_Base::CanGetKey (void) const |
| Check if it is safe to call GetKey method. More...
|
|
void | CEntrez2_reply_Base::ResetKey (void) |
| Reset Key data member. More...
|
|
const TKey & | CEntrez2_reply_Base::GetKey (void) const |
| Get the Key member data. More...
|
|
void | CEntrez2_reply_Base::SetKey (const TKey &value) |
| Assign a value to Key data member. More...
|
|
void | CEntrez2_reply_Base::SetKey (TKey &&value) |
|
TKey & | CEntrez2_reply_Base::SetKey (void) |
| Assign a value to Key data member. More...
|
|
bool | CEntrez2_reply_Base::IsSetCookie (void) const |
| history session cookie Check if a value has been assigned to Cookie data member. More...
|
|
bool | CEntrez2_reply_Base::CanGetCookie (void) const |
| Check if it is safe to call GetCookie method. More...
|
|
void | CEntrez2_reply_Base::ResetCookie (void) |
| Reset Cookie data member. More...
|
|
const TCookie & | CEntrez2_reply_Base::GetCookie (void) const |
| Get the Cookie member data. More...
|
|
void | CEntrez2_reply_Base::SetCookie (const TCookie &value) |
| Assign a value to Cookie data member. More...
|
|
void | CEntrez2_reply_Base::SetCookie (TCookie &&value) |
|
TCookie & | CEntrez2_reply_Base::SetCookie (void) |
| Assign a value to Cookie data member. More...
|
|
virtual void | CEntrez2_reply_Base::Reset (void) |
| Reset the whole object. More...
|
|
| CEntrez2_reply_Base::CEntrez2_reply_Base (const CEntrez2_reply_Base &) |
|
CEntrez2_reply_Base & | CEntrez2_reply_Base::operator= (const CEntrez2_reply_Base &) |
|
| CEntrez2_request::CEntrez2_request (void) |
|
| CEntrez2_request::~CEntrez2_request (void) |
|
| CEntrez2_request::CEntrez2_request (const CEntrez2_request &value) |
|
CEntrez2_request & | CEntrez2_request::operator= (const CEntrez2_request &value) |
|
| CEntrez2_request_Base::CEntrez2_request_Base (void) |
|
virtual | CEntrez2_request_Base::~CEntrez2_request_Base (void) |
|
| CEntrez2_request_Base::DECLARE_INTERNAL_TYPE_INFO () |
|
bool | CEntrez2_request_Base::IsSetRequest (void) const |
| the actual request Check if a value has been assigned to Request data member. More...
|
|
bool | CEntrez2_request_Base::CanGetRequest (void) const |
| Check if it is safe to call GetRequest method. More...
|
|
void | CEntrez2_request_Base::ResetRequest (void) |
| Reset Request data member. More...
|
|
const TRequest & | CEntrez2_request_Base::GetRequest (void) const |
| Get the Request member data. More...
|
|
void | CEntrez2_request_Base::SetRequest (TRequest &value) |
| Assign a value to Request data member. More...
|
|
TRequest & | CEntrez2_request_Base::SetRequest (void) |
| Assign a value to Request data member. More...
|
|
bool | CEntrez2_request_Base::IsSetVersion (void) const |
| ASN1 spec version Check if a value has been assigned to Version data member. More...
|
|
bool | CEntrez2_request_Base::CanGetVersion (void) const |
| Check if it is safe to call GetVersion method. More...
|
|
void | CEntrez2_request_Base::ResetVersion (void) |
| Reset Version data member. More...
|
|
TVersion | CEntrez2_request_Base::GetVersion (void) const |
| Get the Version member data. More...
|
|
void | CEntrez2_request_Base::SetVersion (TVersion value) |
| Assign a value to Version data member. More...
|
|
TVersion & | CEntrez2_request_Base::SetVersion (void) |
| Assign a value to Version data member. More...
|
|
bool | CEntrez2_request_Base::IsSetTool (void) const |
| tool making request Check if a value has been assigned to Tool data member. More...
|
|
bool | CEntrez2_request_Base::CanGetTool (void) const |
| Check if it is safe to call GetTool method. More...
|
|
void | CEntrez2_request_Base::ResetTool (void) |
| Reset Tool data member. More...
|
|
const TTool & | CEntrez2_request_Base::GetTool (void) const |
| Get the Tool member data. More...
|
|
void | CEntrez2_request_Base::SetTool (const TTool &value) |
| Assign a value to Tool data member. More...
|
|
void | CEntrez2_request_Base::SetTool (TTool &&value) |
|
TTool & | CEntrez2_request_Base::SetTool (void) |
| Assign a value to Tool data member. More...
|
|
bool | CEntrez2_request_Base::IsSetCookie (void) const |
| history session cookie Check if a value has been assigned to Cookie data member. More...
|
|
bool | CEntrez2_request_Base::CanGetCookie (void) const |
| Check if it is safe to call GetCookie method. More...
|
|
void | CEntrez2_request_Base::ResetCookie (void) |
| Reset Cookie data member. More...
|
|
const TCookie & | CEntrez2_request_Base::GetCookie (void) const |
| Get the Cookie member data. More...
|
|
void | CEntrez2_request_Base::SetCookie (const TCookie &value) |
| Assign a value to Cookie data member. More...
|
|
void | CEntrez2_request_Base::SetCookie (TCookie &&value) |
|
TCookie & | CEntrez2_request_Base::SetCookie (void) |
| Assign a value to Cookie data member. More...
|
|
bool | CEntrez2_request_Base::IsSetUse_history (void) const |
| request should use history Check if a value has been assigned to Use_history data member. More...
|
|
bool | CEntrez2_request_Base::CanGetUse_history (void) const |
| Check if it is safe to call GetUse_history method. More...
|
|
void | CEntrez2_request_Base::ResetUse_history (void) |
| Reset Use_history data member. More...
|
|
void | CEntrez2_request_Base::SetDefaultUse_history (void) |
| Assign default value to Use_history data member. More...
|
|
TUse_history | CEntrez2_request_Base::GetUse_history (void) const |
| Get the Use_history member data. More...
|
|
void | CEntrez2_request_Base::SetUse_history (TUse_history value) |
| Assign a value to Use_history data member. More...
|
|
TUse_history & | CEntrez2_request_Base::SetUse_history (void) |
| Assign a value to Use_history data member. More...
|
|
virtual void | CEntrez2_request_Base::Reset (void) |
| Reset the whole object. More...
|
|
| CEntrez2_request_Base::CEntrez2_request_Base (const CEntrez2_request_Base &) |
|
CEntrez2_request_Base & | CEntrez2_request_Base::operator= (const CEntrez2_request_Base &) |
|
| CEntrez2_term::CEntrez2_term (void) |
|
| CEntrez2_term::~CEntrez2_term (void) |
|
| CEntrez2_term::CEntrez2_term (const CEntrez2_term &value) |
|
CEntrez2_term & | CEntrez2_term::operator= (const CEntrez2_term &value) |
|
| CEntrez2_term_Base::CEntrez2_term_Base (void) |
|
virtual | CEntrez2_term_Base::~CEntrez2_term_Base (void) |
|
| CEntrez2_term_Base::DECLARE_INTERNAL_TYPE_INFO () |
|
bool | CEntrez2_term_Base::IsSetTerm (void) const |
| Check if a value has been assigned to Term data member. More...
|
|
bool | CEntrez2_term_Base::CanGetTerm (void) const |
| Check if it is safe to call GetTerm method. More...
|
|
void | CEntrez2_term_Base::ResetTerm (void) |
| Reset Term data member. More...
|
|
const TTerm & | CEntrez2_term_Base::GetTerm (void) const |
| Get the Term member data. More...
|
|
void | CEntrez2_term_Base::SetTerm (const TTerm &value) |
| Assign a value to Term data member. More...
|
|
void | CEntrez2_term_Base::SetTerm (TTerm &&value) |
|
TTerm & | CEntrez2_term_Base::SetTerm (void) |
| Assign a value to Term data member. More...
|
|
bool | CEntrez2_term_Base::IsSetTxid (void) const |
| Check if a value has been assigned to Txid data member. More...
|
|
bool | CEntrez2_term_Base::CanGetTxid (void) const |
| Check if it is safe to call GetTxid method. More...
|
|
void | CEntrez2_term_Base::ResetTxid (void) |
| Reset Txid data member. More...
|
|
TTxid | CEntrez2_term_Base::GetTxid (void) const |
| Get the Txid member data. More...
|
|
void | CEntrez2_term_Base::SetTxid (TTxid value) |
| Assign a value to Txid data member. More...
|
|
TTxid & | CEntrez2_term_Base::SetTxid (void) |
| Assign a value to Txid data member. More...
|
|
bool | CEntrez2_term_Base::IsSetCount (void) const |
| count of records with this term Check if a value has been assigned to Count data member. More...
|
|
bool | CEntrez2_term_Base::CanGetCount (void) const |
| Check if it is safe to call GetCount method. More...
|
|
void | CEntrez2_term_Base::ResetCount (void) |
| Reset Count data member. More...
|
|
TCount | CEntrez2_term_Base::GetCount (void) const |
| Get the Count member data. More...
|
|
void | CEntrez2_term_Base::SetCount (TCount value) |
| Assign a value to Count data member. More...
|
|
TCount & | CEntrez2_term_Base::SetCount (void) |
| Assign a value to Count data member. More...
|
|
bool | CEntrez2_term_Base::IsSetIs_leaf_node (void) const |
| used for hierarchy only Check if a value has been assigned to Is_leaf_node data member. More...
|
|
bool | CEntrez2_term_Base::CanGetIs_leaf_node (void) const |
| Check if it is safe to call GetIs_leaf_node method. More...
|
|
void | CEntrez2_term_Base::ResetIs_leaf_node (void) |
| Reset Is_leaf_node data member. More...
|
|
TIs_leaf_node | CEntrez2_term_Base::GetIs_leaf_node (void) const |
| Get the Is_leaf_node member data. More...
|
|
void | CEntrez2_term_Base::SetIs_leaf_node (TIs_leaf_node value) |
| Assign a value to Is_leaf_node data member. More...
|
|
TIs_leaf_node & | CEntrez2_term_Base::SetIs_leaf_node (void) |
| Assign a value to Is_leaf_node data member. More...
|
|
virtual void | CEntrez2_term_Base::Reset (void) |
| Reset the whole object. More...
|
|
| CEntrez2_term_Base::CEntrez2_term_Base (const CEntrez2_term_Base &) |
|
CEntrez2_term_Base & | CEntrez2_term_Base::operator= (const CEntrez2_term_Base &) |
|
| CEntrez2_term_list::CEntrez2_term_list (void) |
|
| CEntrez2_term_list::~CEntrez2_term_list (void) |
|
| CEntrez2_term_list::CEntrez2_term_list (const CEntrez2_term_list &value) |
|
CEntrez2_term_list & | CEntrez2_term_list::operator= (const CEntrez2_term_list &value) |
|
| CEntrez2_term_list_Base::CEntrez2_term_list_Base (void) |
|
virtual | CEntrez2_term_list_Base::~CEntrez2_term_list_Base (void) |
|
| CEntrez2_term_list_Base::DECLARE_INTERNAL_TYPE_INFO () |
|
bool | CEntrez2_term_list_Base::IsSetPos (void) const |
| position of first term in list Check if a value has been assigned to Pos data member. More...
|
|
bool | CEntrez2_term_list_Base::CanGetPos (void) const |
| Check if it is safe to call GetPos method. More...
|
|
void | CEntrez2_term_list_Base::ResetPos (void) |
| Reset Pos data member. More...
|
|
TPos | CEntrez2_term_list_Base::GetPos (void) const |
| Get the Pos member data. More...
|
|
void | CEntrez2_term_list_Base::SetPos (TPos value) |
| Assign a value to Pos data member. More...
|
|
TPos & | CEntrez2_term_list_Base::SetPos (void) |
| Assign a value to Pos data member. More...
|
|
bool | CEntrez2_term_list_Base::IsSetNum (void) const |
| number of terms in list Check if a value has been assigned to Num data member. More...
|
|
bool | CEntrez2_term_list_Base::CanGetNum (void) const |
| Check if it is safe to call GetNum method. More...
|
|
void | CEntrez2_term_list_Base::ResetNum (void) |
| Reset Num data member. More...
|
|
TNum | CEntrez2_term_list_Base::GetNum (void) const |
| Get the Num member data. More...
|
|
void | CEntrez2_term_list_Base::SetNum (TNum value) |
| Assign a value to Num data member. More...
|
|
TNum & | CEntrez2_term_list_Base::SetNum (void) |
| Assign a value to Num data member. More...
|
|
bool | CEntrez2_term_list_Base::IsSetList (void) const |
| Check if a value has been assigned to List data member. More...
|
|
bool | CEntrez2_term_list_Base::CanGetList (void) const |
| Check if it is safe to call GetList method. More...
|
|
void | CEntrez2_term_list_Base::ResetList (void) |
| Reset List data member. More...
|
|
const TList & | CEntrez2_term_list_Base::GetList (void) const |
| Get the List member data. More...
|
|
TList & | CEntrez2_term_list_Base::SetList (void) |
| Assign a value to List data member. More...
|
|
virtual void | CEntrez2_term_list_Base::Reset (void) |
| Reset the whole object. More...
|
|
| CEntrez2_term_list_Base::CEntrez2_term_list_Base (const CEntrez2_term_list_Base &) |
|
CEntrez2_term_list_Base & | CEntrez2_term_list_Base::operator= (const CEntrez2_term_list_Base &) |
|
| CEntrez2_term_pos::CEntrez2_term_pos (void) |
|
| CEntrez2_term_pos::~CEntrez2_term_pos (void) |
|
| CEntrez2_term_pos::CEntrez2_term_pos (const CEntrez2_term_pos &value) |
|
CEntrez2_term_pos & | CEntrez2_term_pos::operator= (const CEntrez2_term_pos &value) |
|
| CEntrez2_term_pos_Base::CEntrez2_term_pos_Base (void) |
|
virtual | CEntrez2_term_pos_Base::~CEntrez2_term_pos_Base (void) |
|
| CEntrez2_term_pos_Base::DECLARE_INTERNAL_TYPE_INFO () |
|
bool | CEntrez2_term_pos_Base::IsSetDb (void) const |
| Check if a value has been assigned to Db data member. More...
|
|
bool | CEntrez2_term_pos_Base::CanGetDb (void) const |
| Check if it is safe to call GetDb method. More...
|
|
void | CEntrez2_term_pos_Base::ResetDb (void) |
| Reset Db data member. More...
|
|
const TDb & | CEntrez2_term_pos_Base::GetDb (void) const |
| Get the Db member data. More...
|
|
void | CEntrez2_term_pos_Base::SetDb (const TDb &value) |
| Assign a value to Db data member. More...
|
|
TDb & | CEntrez2_term_pos_Base::SetDb (void) |
| Assign a value to Db data member. More...
|
|
bool | CEntrez2_term_pos_Base::IsSetField (void) const |
| Check if a value has been assigned to Field data member. More...
|
|
bool | CEntrez2_term_pos_Base::CanGetField (void) const |
| Check if it is safe to call GetField method. More...
|
|
void | CEntrez2_term_pos_Base::ResetField (void) |
| Reset Field data member. More...
|
|
const TField & | CEntrez2_term_pos_Base::GetField (void) const |
| Get the Field member data. More...
|
|
void | CEntrez2_term_pos_Base::SetField (const TField &value) |
| Assign a value to Field data member. More...
|
|
TField & | CEntrez2_term_pos_Base::SetField (void) |
| Assign a value to Field data member. More...
|
|
bool | CEntrez2_term_pos_Base::IsSetFirst_term_pos (void) const |
| Check if a value has been assigned to First_term_pos data member. More...
|
|
bool | CEntrez2_term_pos_Base::CanGetFirst_term_pos (void) const |
| Check if it is safe to call GetFirst_term_pos method. More...
|
|
void | CEntrez2_term_pos_Base::ResetFirst_term_pos (void) |
| Reset First_term_pos data member. More...
|
|
TFirst_term_pos | CEntrez2_term_pos_Base::GetFirst_term_pos (void) const |
| Get the First_term_pos member data. More...
|
|
void | CEntrez2_term_pos_Base::SetFirst_term_pos (TFirst_term_pos value) |
| Assign a value to First_term_pos data member. More...
|
|
TFirst_term_pos & | CEntrez2_term_pos_Base::SetFirst_term_pos (void) |
| Assign a value to First_term_pos data member. More...
|
|
bool | CEntrez2_term_pos_Base::IsSetNumber_of_terms (void) const |
| optional for hierarchy only Check if a value has been assigned to Number_of_terms data member. More...
|
|
bool | CEntrez2_term_pos_Base::CanGetNumber_of_terms (void) const |
| Check if it is safe to call GetNumber_of_terms method. More...
|
|
void | CEntrez2_term_pos_Base::ResetNumber_of_terms (void) |
| Reset Number_of_terms data member. More...
|
|
|