NCBI C++ ToolKit
|
Search Toolkit Book for CSpelledQuery_Base
#include <objtools/eutils/espell/SpelledQuery_.hpp>
Classes | |
class | C_Data |
\d+ More... | |
Public Types | |
typedef NCBI_NS_STD::list< NCBI_NS_NCBI::CRef< C_Data > > | Tdata |
Public Member Functions | |
CSpelledQuery_Base (void) | |
virtual | ~CSpelledQuery_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 NCBI_NS_NCBI::CSerialObject | Tparent |
Private Member Functions | |
CSpelledQuery_Base (const CSpelledQuery_Base &) | |
CSpelledQuery_Base & | operator= (const CSpelledQuery_Base &) |
Private Attributes | |
Uint4 | m_set_State [1] |
NCBI_NS_STD::list< NCBI_NS_NCBI::CRef< C_Data > > | m_data |
Definition at line 71 of file SpelledQuery_.hpp.