NCBI C++ ToolKit
|
Search Toolkit Book for CAcronym
#include <objtools/eutils/efetch/Acronym.hpp>
Public Member Functions | |
CAcronym (void) | |
~CAcronym (void) | |
CAcronym (const Tdata &value) | |
Constructor from the primitive type. More... | |
CAcronym & | operator= (const Tdata &value) |
Assignment operator. More... | |
Public Member Functions inherited from CAcronym_Base | |
CAcronym_Base (void) | |
virtual | ~CAcronym_Base (void) |
DECLARE_INTERNAL_TYPE_INFO () | |
CAcronym_Base (const Tdata &value) | |
Constructor from the primitive type. More... | |
void | operator= (const Tdata &value) |
Assignment operator. More... | |
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... | |
void | Set (const Tdata &value) |
Assign a value to data member. More... | |
void | Set (Tdata &&value) |
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 CAcronym_Base | Tparent |
Private Member Functions | |
CAcronym (const CAcronym &value) | |
CAcronym & | operator= (const CAcronym &value) |
Additional Inherited Members | |
Public Types inherited from CAcronym_Base | |
typedef NCBI_NS_STD::string | Tdata |
CAcronym –.
Definition at line 63 of file Acronym.hpp.