NCBI C++ ToolKit
|
#include <objtools/eutils/efetch/B.hpp>
Public Member Functions | |
CB (void) | |
~CB (void) | |
Public Member Functions inherited from CB_Base | |
CB_Base (void) | |
virtual | ~CB_Base (void) |
DECLARE_INTERNAL_TYPE_INFO () | |
bool | IsSet (void) const |
Check if a value has been assigned to data member. More... | |
bool | CanGet (void) const |
Check if it is safe to call Get method. More... | |
void | Reset (void) |
Reset data member. More... | |
const Tdata & | Get (void) const |
Get the member data. More... | |
Tdata & | Set (void) |
Assign a value to data member. More... | |
operator const Tdata & (void) const | |
Conversion operator to 'const Tdata' type. More... | |
operator Tdata & (void) | |
Conversion operator to 'Tdata' type. More... | |
Private Types | |
typedef CB_Base | Tparent |
Private Member Functions | |
CB (const CB &value) | |
CB & | operator= (const CB &value) |
Additional Inherited Members | |
Public Types inherited from CB_Base | |
typedef NCBI_NS_STD::list< NCBI_NS_NCBI::CRef< C_E > > | Tdata |