NCBI C++ ToolKit
Classes | Public Types | Public Member Functions | Static Public Member Functions | Private Types | Private Member Functions | Private Attributes | Static Private Attributes | List of all members

Search Toolkit Book for CAuthor_Base::C_LC

C_LC –. More...

#include <objtools/eutils/efetch/Author_.hpp>

+ Inheritance diagram for CAuthor_Base::C_LC:
+ Collaboration diagram for CAuthor_Base::C_LC:

Classes

class  C_LFIS
 C_LFIS –. More...
 

Public Types

enum  E_Choice { e_not_set = 0 , e_LFIS , e_CollectiveName }
 Choice variants. More...
 
enum  E_ChoiceStopper { e_MaxChoice = 3 }
 Maximum+1 value of the choice variant enumerator. More...
 
typedef C_LFIS TLFIS
 
typedef CCollectiveName TCollectiveName
 

Public Member Functions

 C_LC (void)
 
 ~C_LC (void)
 
 DECLARE_INTERNAL_TYPE_INFO ()
 
void Reset (void)
 Reset the whole object. More...
 
void ResetSelection (void)
 Reset the selection (set it to e_not_set). More...
 
E_Choice Which (void) const
 Which variant is currently selected. More...
 
void CheckSelected (E_Choice index) const
 Verify selection, throw exception if it differs from the expected. More...
 
void ThrowInvalidSelection (E_Choice index) const
 Throw 'InvalidSelection' exception. More...
 
void Select (E_Choice index, NCBI_NS_NCBI::EResetVariant reset=NCBI_NS_NCBI::eDoResetVariant)
 Select the requested variant if needed. More...
 
void Select (E_Choice index, NCBI_NS_NCBI::EResetVariant reset, NCBI_NS_NCBI::CObjectMemoryPool *pool)
 Select the requested variant if needed, allocating CObject variants from memory pool. More...
 
bool IsLFIS (void) const
 Check if variant LFIS is selected. More...
 
const TLFISGetLFIS (void) const
 Get the variant data. More...
 
TLFISSetLFIS (void)
 Select the variant. More...
 
void SetLFIS (TLFIS &value)
 Select the variant and set its data. More...
 
bool IsCollectiveName (void) const
 Check if variant CollectiveName is selected. More...
 
const TCollectiveNameGetCollectiveName (void) const
 Get the variant data. More...
 
TCollectiveNameSetCollectiveName (void)
 Select the variant. More...
 
void SetCollectiveName (TCollectiveName &value)
 Select the variant and set its data. More...
 

Static Public Member Functions

static NCBI_NS_STD::string SelectionName (E_Choice index)
 Retrieve selection name (for diagnostic purposes). More...
 

Private Types

typedef NCBI_NS_NCBI::CSerialObject Tparent
 

Private Member Functions

 C_LC (const C_LC &)
 
C_LCoperator= (const C_LC &)
 
void DoSelect (E_Choice index, NCBI_NS_NCBI::CObjectMemoryPool *pool=0)
 

Private Attributes

E_Choice m_choice
 
NCBI_NS_NCBI::CSerialObject * m_object
 

Static Private Attributes

static const char *const sm_SelectionNames []
 

Detailed Description

C_LC –.

Definition at line 236 of file Author_.hpp.


The documentation for this class was generated from the following files:
Modified on Fri Sep 20 14:57:34 2024 by modify_doxy.py rev. 669887