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

Search Toolkit Book for CRule_Base

CRule_Base –. More...

#include <objtools/eutils/linkout/Rule_.hpp>

+ Inheritance diagram for CRule_Base:
+ Collaboration diagram for CRule_Base:

Classes

class  C_Data
 C_Data –. More...
 

Public Types

typedef NCBI_NS_STD::list< NCBI_NS_NCBI::CRef< C_Data > > Tdata
 

Public Member Functions

 CRule_Base (void)
 
virtual ~CRule_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 TdataGet (void) const
 Get the member data. More...
 
TdataSet (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

 CRule_Base (const CRule_Base &)
 
CRule_Baseoperator= (const CRule_Base &)
 

Private Attributes

Uint4 m_set_State [1]
 
NCBI_NS_STD::list< NCBI_NS_NCBI::CRef< C_Data > > m_data
 

Detailed Description

CRule_Base –.

Definition at line 81 of file Rule_.hpp.


The documentation for this class was generated from the following files:
Modified on Sun May 19 04:43:32 2024 by modify_doxy.py rev. 669887