#include <Mla_request_.hpp>
Inheritance diagram for CMla_request_Base:


Definition at line 81 of file Mla_request_.hpp.
Public Types | |
| typedef int | TGetmle |
| typedef int | TGetpub |
| typedef CTitle_msg | TGettitle |
| typedef CPub | TCitmatch |
| typedef int | TGetmriuids |
| typedef CMedline_si | TGetaccuids |
| typedef int | TUidtopmid |
| typedef CPubMedId | TPmidtouid |
| typedef CPubMedId | TGetmlepmid |
| typedef CPubMedId | TGetpubpmid |
| typedef CPub | TCitmatchpmid |
| typedef int | TGetmripmids |
| typedef CMedline_si | TGetaccpmids |
| typedef CPub | TCitlstpmids |
| typedef int | TGetmleuid |
| typedef CPubMedId | TGetmlrpmid |
| typedef int | TGetmlruid |
| enum | E_Choice { e_not_set = 0, e_Init, e_Getmle, e_Getpub, e_Gettitle, e_Citmatch, e_Fini, e_Getmriuids, e_Getaccuids, e_Uidtopmid, e_Pmidtouid, e_Getmlepmid, e_Getpubpmid, e_Citmatchpmid, e_Getmripmids, e_Getaccpmids, e_Citlstpmids, e_Getmleuid, e_Getmlrpmid, e_Getmlruid } |
| Choice variants. More... | |
| enum | E_ChoiceStopper { e_MaxChoice = 20 } |
| Maximum+1 value of the choice variant enumerator. More... | |
Public Member Functions | |
| CMla_request_Base (void) | |
| virtual | ~CMla_request_Base (void) |
| DECLARE_INTERNAL_TYPE_INFO () | |
| virtual void | Reset (void) |
| Reset the selection (set it to e_not_set). | |
| E_Choice | Which (void) const |
| Which variant is currently selected. | |
| void | CheckSelected (E_Choice index) const |
| Verify selection, throw exception if it differs from the expected. | |
| void | ThrowInvalidSelection (E_Choice index) const |
| Throw 'InvalidSelection' exception. | |
| void | Select (E_Choice index, EResetVariant reset=eDoResetVariant) |
| Select the requested variant if needed. | |
| void | Select (E_Choice index, EResetVariant reset, CObjectMemoryPool *pool) |
| Select the requested variant if needed, allocating CObject variants from memory pool. | |
| bool | IsInit (void) const |
| Check if variant Init is selected. | |
| void | SetInit (void) |
| Select the variant. | |
| bool | IsGetmle (void) const |
| Check if variant Getmle is selected. | |
| TGetmle | GetGetmle (void) const |
| Get the variant data. | |
| TGetmle & | SetGetmle (void) |
| Select the variant. | |
| void | SetGetmle (TGetmle value) |
| Select the variant and set its data. | |
| bool | IsGetpub (void) const |
| Check if variant Getpub is selected. | |
| TGetpub | GetGetpub (void) const |
| Get the variant data. | |
| TGetpub & | SetGetpub (void) |
| Select the variant. | |
| void | SetGetpub (TGetpub value) |
| Select the variant and set its data. | |
| bool | IsGettitle (void) const |
| Check if variant Gettitle is selected. | |
| const TGettitle & | GetGettitle (void) const |
| Get the variant data. | |
| TGettitle & | SetGettitle (void) |
| Select the variant. | |
| void | SetGettitle (TGettitle &value) |
| Select the variant and set its data. | |
| bool | IsCitmatch (void) const |
| Check if variant Citmatch is selected. | |
| const TCitmatch & | GetCitmatch (void) const |
| Get the variant data. | |
| TCitmatch & | SetCitmatch (void) |
| Select the variant. | |
| void | SetCitmatch (TCitmatch &value) |
| Select the variant and set its data. | |
| bool | IsFini (void) const |
| Check if variant Fini is selected. | |
| void | SetFini (void) |
| Select the variant. | |
| bool | IsGetmriuids (void) const |
| Check if variant Getmriuids is selected. | |
| TGetmriuids | GetGetmriuids (void) const |
| Get the variant data. | |
| TGetmriuids & | SetGetmriuids (void) |
| Select the variant. | |
| void | SetGetmriuids (TGetmriuids value) |
| Select the variant and set its data. | |
| bool | IsGetaccuids (void) const |
| Check if variant Getaccuids is selected. | |
| const TGetaccuids & | GetGetaccuids (void) const |
| Get the variant data. | |
| TGetaccuids & | SetGetaccuids (void) |
| Select the variant. | |
| void | SetGetaccuids (TGetaccuids &value) |
| Select the variant and set its data. | |
| bool | IsUidtopmid (void) const |
| Check if variant Uidtopmid is selected. | |
| TUidtopmid | GetUidtopmid (void) const |
| Get the variant data. | |
| TUidtopmid & | SetUidtopmid (void) |
| Select the variant. | |
| void | SetUidtopmid (TUidtopmid value) |
| Select the variant and set its data. | |
| bool | IsPmidtouid (void) const |
| Check if variant Pmidtouid is selected. | |
| const TPmidtouid & | GetPmidtouid (void) const |
| Get the variant data. | |
| TPmidtouid & | SetPmidtouid (void) |
| Select the variant. | |
| void | SetPmidtouid (const TPmidtouid &value) |
| Select the variant and set its data. | |
| bool | IsGetmlepmid (void) const |
| Check if variant Getmlepmid is selected. | |
| const TGetmlepmid & | GetGetmlepmid (void) const |
| Get the variant data. | |
| TGetmlepmid & | SetGetmlepmid (void) |
| Select the variant. | |
| void | SetGetmlepmid (const TGetmlepmid &value) |
| Select the variant and set its data. | |
| bool | IsGetpubpmid (void) const |
| Check if variant Getpubpmid is selected. | |
| const TGetpubpmid & | GetGetpubpmid (void) const |
| Get the variant data. | |
| TGetpubpmid & | SetGetpubpmid (void) |
| Select the variant. | |
| void | SetGetpubpmid (const TGetpubpmid &value) |
| Select the variant and set its data. | |
| bool | IsCitmatchpmid (void) const |
| Check if variant Citmatchpmid is selected. | |
| const TCitmatchpmid & | GetCitmatchpmid (void) const |
| Get the variant data. | |
| TCitmatchpmid & | SetCitmatchpmid (void) |
| Select the variant. | |
| void | SetCitmatchpmid (TCitmatchpmid &value) |
| Select the variant and set its data. | |
| bool | IsGetmripmids (void) const |
| Check if variant Getmripmids is selected. | |
| TGetmripmids | GetGetmripmids (void) const |
| Get the variant data. | |
| TGetmripmids & | SetGetmripmids (void) |
| Select the variant. | |
| void | SetGetmripmids (TGetmripmids value) |
| Select the variant and set its data. | |
| bool | IsGetaccpmids (void) const |
| Check if variant Getaccpmids is selected. | |
| const TGetaccpmids & | GetGetaccpmids (void) const |
| Get the variant data. | |
| TGetaccpmids & | SetGetaccpmids (void) |
| Select the variant. | |
| void | SetGetaccpmids (TGetaccpmids &value) |
| Select the variant and set its data. | |
| bool | IsCitlstpmids (void) const |
| Check if variant Citlstpmids is selected. | |
| const TCitlstpmids & | GetCitlstpmids (void) const |
| Get the variant data. | |
| TCitlstpmids & | SetCitlstpmids (void) |
| Select the variant. | |
| void | SetCitlstpmids (TCitlstpmids &value) |
| Select the variant and set its data. | |
| bool | IsGetmleuid (void) const |
| Check if variant Getmleuid is selected. | |
| TGetmleuid | GetGetmleuid (void) const |
| Get the variant data. | |
| TGetmleuid & | SetGetmleuid (void) |
| Select the variant. | |
| void | SetGetmleuid (TGetmleuid value) |
| Select the variant and set its data. | |
| bool | IsGetmlrpmid (void) const |
| Check if variant Getmlrpmid is selected. | |
| const TGetmlrpmid & | GetGetmlrpmid (void) const |
| Get the variant data. | |
| TGetmlrpmid & | SetGetmlrpmid (void) |
| Select the variant. | |
| void | SetGetmlrpmid (const TGetmlrpmid &value) |
| Select the variant and set its data. | |
| bool | IsGetmlruid (void) const |
| Check if variant Getmlruid is selected. | |
| TGetmlruid | GetGetmlruid (void) const |
| Get the variant data. | |
| TGetmlruid & | SetGetmlruid (void) |
| Select the variant. | |
| void | SetGetmlruid (TGetmlruid value) |
| Select the variant and set its data. | |
Static Public Member Functions | |
| static string | SelectionName (E_Choice index) |
| Retrieve selection name (for diagnostic purposes). | |
Private Types | |
| typedef CSerialObject | Tparent |
Private Member Functions | |
| CMla_request_Base (const CMla_request_Base &) | |
| CMla_request_Base & | operator= (const CMla_request_Base &) |
| void | DoSelect (E_Choice index, CObjectMemoryPool *pool=0) |
Private Attributes | |
| E_Choice | m_choice |
| TGetmle | m_Getmle |
| TGetpub | m_Getpub |
| TGetmriuids | m_Getmriuids |
| TUidtopmid | m_Uidtopmid |
| NCBI_NS_NCBI::CUnionBuffer< TPmidtouid > | m_Pmidtouid |
| NCBI_NS_NCBI::CUnionBuffer< TGetmlepmid > | m_Getmlepmid |
| NCBI_NS_NCBI::CUnionBuffer< TGetpubpmid > | m_Getpubpmid |
| TGetmripmids | m_Getmripmids |
| TGetmleuid | m_Getmleuid |
| NCBI_NS_NCBI::CUnionBuffer< TGetmlrpmid > | m_Getmlrpmid |
| TGetmlruid | m_Getmlruid |
| NCBI_NS_NCBI::CSerialObject * | m_object |
Static Private Attributes | |
| static const char *const | sm_SelectionNames [] |
|
|
Definition at line 180 of file Mla_request_.hpp. |
|
|
Definition at line 170 of file Mla_request_.hpp. |
|
|
Definition at line 177 of file Mla_request_.hpp. |
|
|
Definition at line 179 of file Mla_request_.hpp. |
|
|
Definition at line 172 of file Mla_request_.hpp. |
|
|
Definition at line 167 of file Mla_request_.hpp. |
|
|
Definition at line 175 of file Mla_request_.hpp. |
|
|
Definition at line 181 of file Mla_request_.hpp. |
|
|
Definition at line 182 of file Mla_request_.hpp. |
|
|
Definition at line 183 of file Mla_request_.hpp. |
|
|
Definition at line 178 of file Mla_request_.hpp. |
|
|
Definition at line 171 of file Mla_request_.hpp. |
|
|
Definition at line 168 of file Mla_request_.hpp. |
|
|
Definition at line 176 of file Mla_request_.hpp. |
|
|
Definition at line 169 of file Mla_request_.hpp. |
|
|
Reimplemented in CMla_request. Definition at line 83 of file Mla_request_.hpp. |
|
|
Definition at line 174 of file Mla_request_.hpp. |
|
|
Definition at line 173 of file Mla_request_.hpp. |
|
|
Choice variants.
Definition at line 95 of file Mla_request_.hpp. |
|
|
Maximum+1 value of the choice variant enumerator.
Definition at line 118 of file Mla_request_.hpp. |
|
|
Definition at line 360 of file Mla_request_.cpp. |
|
|
Definition at line 366 of file Mla_request_.cpp. |
|
|
|
|
|
Verify selection, throw exception if it differs from the expected.
Definition at line 707 of file Mla_request_.hpp. References m_choice, and ThrowInvalidSelection(). Referenced by GetCitlstpmids(), GetCitmatch(), GetCitmatchpmid(), GetGetaccpmids(), GetGetaccuids(), GetGetmle(), GetGetmlepmid(), GetGetmleuid(), GetGetmlrpmid(), GetGetmlruid(), GetGetmripmids(), GetGetmriuids(), GetGetpub(), GetGetpubpmid(), GetGettitle(), GetPmidtouid(), and GetUidtopmid(). |
|
|
|
|
||||||||||||
|
|
|
|
Get the variant data.
Definition at line 303 of file Mla_request_.cpp. References CheckSelected(), e_Citlstpmids, and m_object. |
|
|
Get the variant data.
Definition at line 197 of file Mla_request_.cpp. References CheckSelected(), e_Citmatch, and m_object. |
|
|
Get the variant data.
Definition at line 259 of file Mla_request_.cpp. References CheckSelected(), e_Citmatchpmid, and m_object. |
|
|
Get the variant data.
Definition at line 281 of file Mla_request_.cpp. References CheckSelected(), e_Getaccpmids, and m_object. |
|
|
Get the variant data.
Definition at line 219 of file Mla_request_.cpp. References CheckSelected(), e_Getaccuids, and m_object. |
|
|
Get the variant data.
Definition at line 748 of file Mla_request_.hpp. References CheckSelected(), e_Getmle, and m_Getmle. |
|
|
Get the variant data.
Definition at line 906 of file Mla_request_.hpp. References CheckSelected(), e_Getmlepmid, and m_Getmlepmid. |
|
|
Get the variant data.
Definition at line 991 of file Mla_request_.hpp. References CheckSelected(), e_Getmleuid, and m_Getmleuid. |
|
|
Get the variant data.
Definition at line 1018 of file Mla_request_.hpp. References CheckSelected(), e_Getmlrpmid, and m_Getmlrpmid. |
|
|
Get the variant data.
Definition at line 1038 of file Mla_request_.hpp. References CheckSelected(), e_Getmlruid, and m_Getmlruid. |
|
|
Get the variant data.
Definition at line 952 of file Mla_request_.hpp. References CheckSelected(), e_Getmripmids, and m_Getmripmids. |
|
|
Get the variant data.
Definition at line 826 of file Mla_request_.hpp. References CheckSelected(), e_Getmriuids, and m_Getmriuids. |
|
|
Get the variant data.
Definition at line 775 of file Mla_request_.hpp. References CheckSelected(), e_Getpub, and m_Getpub. |
|
|
Get the variant data.
Definition at line 926 of file Mla_request_.hpp. References CheckSelected(), e_Getpubpmid, and m_Getpubpmid. |
|
|
Get the variant data.
Definition at line 175 of file Mla_request_.cpp. References CheckSelected(), e_Gettitle, and m_object. |
|
|
Get the variant data.
Definition at line 886 of file Mla_request_.hpp. References CheckSelected(), e_Pmidtouid, and m_Pmidtouid. |
|
|
Get the variant data.
Definition at line 859 of file Mla_request_.hpp. References CheckSelected(), e_Uidtopmid, and m_Uidtopmid. |
|
|
Check if variant Citlstpmids is selected. Citlstpmids type is defined as 'typedef CPub TCitlstpmids'.
Definition at line 979 of file Mla_request_.hpp. References e_Citlstpmids, and m_choice. |
|
|
Check if variant Citmatch is selected. Citmatch type is defined as 'typedef CPub TCitmatch'.
Definition at line 802 of file Mla_request_.hpp. References e_Citmatch, and m_choice. |
|
|
Check if variant Citmatchpmid is selected. Citmatchpmid type is defined as 'typedef CPub TCitmatchpmid'.
Definition at line 940 of file Mla_request_.hpp. References e_Citmatchpmid, and m_choice. |
|
|
Check if variant Fini is selected.
Definition at line 808 of file Mla_request_.hpp. |
|
|
Check if variant Getaccpmids is selected. Getaccpmids type is defined as 'typedef CMedline_si TGetaccpmids'.
Definition at line 973 of file Mla_request_.hpp. References e_Getaccpmids, and m_choice. |
|
|
Check if variant Getaccuids is selected. Getaccuids type is defined as 'typedef CMedline_si TGetaccuids'.
Definition at line 847 of file Mla_request_.hpp. References e_Getaccuids, and m_choice. |
|
|
Check if variant Getmle is selected. Getmle type is defined as 'typedef int TGetmle'.
Definition at line 742 of file Mla_request_.hpp. |
|
|
Check if variant Getmlepmid is selected. Getmlepmid type is defined as 'typedef CPubMedId TGetmlepmid'.
Definition at line 900 of file Mla_request_.hpp. References e_Getmlepmid, and m_choice. |
|
|
Check if variant Getmleuid is selected. Getmleuid type is defined as 'typedef int TGetmleuid'.
Definition at line 985 of file Mla_request_.hpp. References e_Getmleuid, and m_choice. |
|
|
Check if variant Getmlrpmid is selected. Getmlrpmid type is defined as 'typedef CPubMedId TGetmlrpmid'.
Definition at line 1012 of file Mla_request_.hpp. References e_Getmlrpmid, and m_choice. |
|
|
Check if variant Getmlruid is selected. Getmlruid type is defined as 'typedef int TGetmlruid'.
Definition at line 1032 of file Mla_request_.hpp. References e_Getmlruid, and m_choice. |
|
|
Check if variant Getmripmids is selected. Getmripmids type is defined as 'typedef int TGetmripmids'.
Definition at line 946 of file Mla_request_.hpp. References e_Getmripmids, and m_choice. |
|
|
Check if variant Getmriuids is selected. Getmriuids type is defined as 'typedef int TGetmriuids'.
Definition at line 820 of file Mla_request_.hpp. References e_Getmriuids, and m_choice. |
|
|
Check if variant Getpub is selected. Getpub type is defined as 'typedef int TGetpub'.
Definition at line 769 of file Mla_request_.hpp. |
|
|
Check if variant Getpubpmid is selected. Getpubpmid type is defined as 'typedef CPubMedId TGetpubpmid'.
Definition at line 920 of file Mla_request_.hpp. References e_Getpubpmid, and m_choice. |
|
|
Check if variant Gettitle is selected. Gettitle type is defined as 'typedef CTitle_msg TGettitle'.
Definition at line 796 of file Mla_request_.hpp. References e_Gettitle, and m_choice. |
|
|
Check if variant Init is selected.
Definition at line 730 of file Mla_request_.hpp. |
|
|
Check if variant Pmidtouid is selected. Pmidtouid type is defined as 'typedef CPubMedId TPmidtouid'.
Definition at line 880 of file Mla_request_.hpp. References e_Pmidtouid, and m_choice. |
|
|
Check if variant Uidtopmid is selected. Uidtopmid type is defined as 'typedef int TUidtopmid'.
Definition at line 853 of file Mla_request_.hpp. References e_Uidtopmid, and m_choice. |
|
|
|
|
|
Reset the selection (set it to e_not_set).
Definition at line 53 of file Mla_request_.cpp. References e_Citlstpmids, e_Citmatch, e_Citmatchpmid, e_Getaccpmids, e_Getaccuids, e_Getmlepmid, e_Getmlrpmid, e_Getpubpmid, e_Gettitle, e_not_set, e_Pmidtouid, m_choice, m_Getmlepmid, m_Getmlrpmid, m_Getpubpmid, m_object, and m_Pmidtouid. Referenced by SetCitlstpmids(), SetCitmatch(), SetCitmatchpmid(), SetGetaccpmids(), SetGetaccuids(), SetGettitle(), and ~CMla_request_Base(). |
|
||||||||||||||||
|
Select the requested variant if needed, allocating CObject variants from memory pool.
|
|
||||||||||||
|
Select the requested variant if needed.
Referenced by SetCitlstpmids(), SetCitmatch(), SetCitmatchpmid(), SetFini(), SetGetaccpmids(), SetGetaccuids(), SetGetmle(), SetGetmlepmid(), SetGetmleuid(), SetGetmlrpmid(), SetGetmlruid(), SetGetmripmids(), SetGetmriuids(), SetGetpub(), SetGetpubpmid(), SetGettitle(), SetInit(), SetPmidtouid(), and SetUidtopmid(). |
|
|
Retrieve selection name (for diagnostic purposes).
Definition at line 165 of file Mla_request_.cpp. References sm_SelectionNames. |
|
|
Select the variant and set its data.
Definition at line 315 of file Mla_request_.cpp. References CObject::AddReference(), e_Citlstpmids, m_choice, m_object, and Reset(). |
|
|
Select the variant.
Definition at line 309 of file Mla_request_.cpp. References e_Citlstpmids, eDoNotResetVariant, m_object, and Select(). Referenced by CMLAClient_Base::AskCitlstpmids(). |
|
|
Select the variant and set its data.
Definition at line 209 of file Mla_request_.cpp. References CObject::AddReference(), e_Citmatch, m_choice, m_object, and Reset(). |
|
|
Select the variant.
Definition at line 203 of file Mla_request_.cpp. References e_Citmatch, eDoNotResetVariant, m_object, and Select(). Referenced by CMLAClient_Base::AskCitmatch(). |
|
|
Select the variant and set its data.
Definition at line 271 of file Mla_request_.cpp. References CObject::AddReference(), e_Citmatchpmid, m_choice, m_object, and Reset(). |
|
|
Select the variant.
Definition at line 265 of file Mla_request_.cpp. References e_Citmatchpmid, eDoNotResetVariant, m_object, and Select(). Referenced by CMLAClient_Base::AskCitmatchpmid(). |
|
|
Select the variant.
Definition at line 814 of file Mla_request_.hpp. References e_Fini, eDoNotResetVariant, and Select(). Referenced by CMLAClient_Base::AskFini(). |
|
|
Select the variant and set its data.
Definition at line 293 of file Mla_request_.cpp. References CObject::AddReference(), e_Getaccpmids, m_choice, m_object, and Reset(). |
|
|
Select the variant.
Definition at line 287 of file Mla_request_.cpp. References e_Getaccpmids, eDoNotResetVariant, m_object, and Select(). Referenced by CMLAClient_Base::AskGetaccpmids(). |
|
|
Select the variant and set its data.
Definition at line 231 of file Mla_request_.cpp. References CObject::AddReference(), e_Getaccuids, m_choice, m_object, and Reset(). |
|
|
Select the variant.
Definition at line 225 of file Mla_request_.cpp. References e_Getaccuids, eDoNotResetVariant, m_object, and Select(). Referenced by CMLAClient_Base::AskGetaccuids(). |
|
|
Select the variant and set its data.
Definition at line 762 of file Mla_request_.hpp. References e_Getmle, eDoNotResetVariant, m_Getmle, and Select(). |
|
|
Select the variant.
Definition at line 755 of file Mla_request_.hpp. References e_Getmle, eDoNotResetVariant, m_Getmle, and Select(). Referenced by CMLAClient_Base::AskGetmle(). |
|
|
Select the variant and set its data.
Definition at line 247 of file Mla_request_.cpp. References e_Getmlepmid, eDoNotResetVariant, m_Getmlepmid, and Select(). |
|
|
Select the variant.
Definition at line 913 of file Mla_request_.hpp. References e_Getmlepmid, eDoNotResetVariant, m_Getmlepmid, and Select(). Referenced by CMLAClient_Base::AskGetmlepmid(). |
|
|
Select the variant and set its data.
Definition at line 1005 of file Mla_request_.hpp. References e_Getmleuid, eDoNotResetVariant, m_Getmleuid, and Select(). |
|
|
Select the variant.
Definition at line 998 of file Mla_request_.hpp. References e_Getmleuid, eDoNotResetVariant, m_Getmleuid, and Select(). Referenced by CMLAClient_Base::AskGetmleuid(). |
|
|
Select the variant and set its data.
Definition at line 325 of file Mla_request_.cpp. References e_Getmlrpmid, eDoNotResetVariant, m_Getmlrpmid, and Select(). |
|
|
Select the variant.
Definition at line 1025 of file Mla_request_.hpp. References e_Getmlrpmid, eDoNotResetVariant, m_Getmlrpmid, and Select(). Referenced by CMLAClient_Base::AskGetmlrpmid(). |
|
|
Select the variant and set its data.
Definition at line 1052 of file Mla_request_.hpp. References e_Getmlruid, eDoNotResetVariant, m_Getmlruid, and Select(). |
|
|
Select the variant.
Definition at line 1045 of file Mla_request_.hpp. References e_Getmlruid, eDoNotResetVariant, m_Getmlruid, and Select(). Referenced by CMLAClient_Base::AskGetmlruid(). |
|
|
Select the variant and set its data.
Definition at line 966 of file Mla_request_.hpp. References e_Getmripmids, eDoNotResetVariant, m_Getmripmids, and Select(). |
|
|
Select the variant.
Definition at line 959 of file Mla_request_.hpp. References e_Getmripmids, eDoNotResetVariant, m_Getmripmids, and Select(). Referenced by CMLAClient_Base::AskGetmripmids(). |
|
|
Select the variant and set its data.
Definition at line 840 of file Mla_request_.hpp. References e_Getmriuids, eDoNotResetVariant, m_Getmriuids, and Select(). |
|
|
Select the variant.
Definition at line 833 of file Mla_request_.hpp. References e_Getmriuids, eDoNotResetVariant, m_Getmriuids, and Select(). Referenced by CMLAClient_Base::AskGetmriuids(). |
|
|
Select the variant and set its data.
Definition at line 789 of file Mla_request_.hpp. References e_Getpub, eDoNotResetVariant, m_Getpub, and Select(). |
|
|
Select the variant.
Definition at line 782 of file Mla_request_.hpp. References e_Getpub, eDoNotResetVariant, m_Getpub, and Select(). Referenced by CMLAClient_Base::AskGetpub(). |
|
|
Select the variant and set its data.
Definition at line 253 of file Mla_request_.cpp. References e_Getpubpmid, eDoNotResetVariant, m_Getpubpmid, and Select(). |
|
|
Select the variant.
Definition at line 933 of file Mla_request_.hpp. References e_Getpubpmid, eDoNotResetVariant, m_Getpubpmid, and Select(). Referenced by CMLAClient_Base::AskGetpubpmid(). |
|
|
Select the variant and set its data.
Definition at line 187 of file Mla_request_.cpp. References CObject::AddReference(), e_Gettitle, m_choice, m_object, and Reset(). |
|
|
Select the variant.
Definition at line 181 of file Mla_request_.cpp. References e_Gettitle, eDoNotResetVariant, m_object, and Select(). Referenced by CMLAClient_Base::AskGettitle(). |
|
|
Select the variant.
Definition at line 736 of file Mla_request_.hpp. References e_Init, eDoNotResetVariant, and Select(). Referenced by CMLAClient_Base::AskInit(). |
|
|
Select the variant and set its data.
Definition at line 241 of file Mla_request_.cpp. References e_Pmidtouid, eDoNotResetVariant, m_Pmidtouid, and Select(). |
|
|
Select the variant.
Definition at line 893 of file Mla_request_.hpp. References e_Pmidtouid, eDoNotResetVariant, m_Pmidtouid, and Select(). Referenced by CMLAClient_Base::AskPmidtouid(). |
|
|
Select the variant and set its data.
Definition at line 873 of file Mla_request_.hpp. References e_Uidtopmid, eDoNotResetVariant, m_Uidtopmid, and Select(). |
|
|
Select the variant.
Definition at line 866 of file Mla_request_.hpp. References e_Uidtopmid, eDoNotResetVariant, m_Uidtopmid, and Select(). Referenced by CMLAClient_Base::AskUidtopmid(). |
|
|
Throw 'InvalidSelection' exception.
Definition at line 170 of file Mla_request_.cpp. References DIAG_COMPILE_INFO, m_choice, and sm_SelectionNames. Referenced by CheckSelected(). |
|
|
Which variant is currently selected.
Definition at line 701 of file Mla_request_.hpp. References m_choice. |
|
|
Definition at line 669 of file Mla_request_.hpp. Referenced by CheckSelected(), IsCitlstpmids(), IsCitmatch(), IsCitmatchpmid(), IsFini(), IsGetaccpmids(), IsGetaccuids(), IsGetmle(), IsGetmlepmid(), IsGetmleuid(), IsGetmlrpmid(), IsGetmlruid(), IsGetmripmids(), IsGetmriuids(), IsGetpub(), IsGetpubpmid(), IsGettitle(), IsInit(), IsPmidtouid(), IsUidtopmid(), Reset(), SetCitlstpmids(), SetCitmatch(), SetCitmatchpmid(), SetGetaccpmids(), SetGetaccuids(), SetGettitle(), ThrowInvalidSelection(), Which(), and ~CMla_request_Base(). |
|
|
Definition at line 676 of file Mla_request_.hpp. Referenced by GetGetmle(), and SetGetmle(). |
|
|
Definition at line 681 of file Mla_request_.hpp. Referenced by GetGetmlepmid(), Reset(), and SetGetmlepmid(). |
|
|
Definition at line 684 of file Mla_request_.hpp. Referenced by GetGetmleuid(), and SetGetmleuid(). |
|
|
Definition at line 685 of file Mla_request_.hpp. Referenced by GetGetmlrpmid(), Reset(), and SetGetmlrpmid(). |
|
|
Definition at line 686 of file Mla_request_.hpp. Referenced by GetGetmlruid(), and SetGetmlruid(). |
|
|
Definition at line 683 of file Mla_request_.hpp. Referenced by GetGetmripmids(), and SetGetmripmids(). |
|
|
Definition at line 678 of file Mla_request_.hpp. Referenced by GetGetmriuids(), and SetGetmriuids(). |
|
|
Definition at line 677 of file Mla_request_.hpp. Referenced by GetGetpub(), and SetGetpub(). |
|
|
Definition at line 682 of file Mla_request_.hpp. Referenced by GetGetpubpmid(), Reset(), and SetGetpubpmid(). |
|
|
Definition at line 687 of file Mla_request_.hpp. Referenced by GetCitlstpmids(), GetCitmatch(), GetCitmatchpmid(), GetGetaccpmids(), GetGetaccuids(), GetGettitle(), Reset(), SetCitlstpmids(), SetCitmatch(), SetCitmatchpmid(), SetGetaccpmids(), SetGetaccuids(), and SetGettitle(). |
|
|
Definition at line 680 of file Mla_request_.hpp. Referenced by GetPmidtouid(), Reset(), and SetPmidtouid(). |
|
|
Definition at line 679 of file Mla_request_.hpp. Referenced by GetUidtopmid(), and SetUidtopmid(). |
|
|
Initial value: {
"not set",
"init",
"getmle",
"getpub",
"gettitle",
"citmatch",
"fini",
"getmriuids",
"getaccuids",
"uidtopmid",
"pmidtouid",
"getmlepmid",
"getpubpmid",
"citmatchpmid",
"getmripmids",
"getaccpmids",
"citlstpmids",
"getmleuid",
"getmlrpmid",
"getmlruid"
}
Definition at line 673 of file Mla_request_.hpp. Referenced by SelectionName(), and ThrowInvalidSelection(). |
1.4.6
Modified on Wed Dec 09 08:19:28 2009 by modify_doxy.py rev. 173732