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

Search Toolkit Book for CPad_Base

CPad_Base –. More...

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

+ Inheritance diagram for CPad_Base:
+ Collaboration diagram for CPad_Base:

Classes

class  C_Attlist
 C_Attlist –. More...
 
class  C_E_Pad
 C_E_Pad –. More...
 

Public Types

enum class  E_memberIndex { e__allMandatory = 0 , e_Attlist , e_pad }
 
typedef C_Attlist TAttlist
 
typedef C_E_Pad C_E
 
typedef NCBI_NS_STD::list< NCBI_NS_NCBI::CRef< C_E_Pad > > TPad
 
typedef Tparent::CMemberIndex< E_memberIndex, 3 > TmemberIndex
 

Public Member Functions

 CPad_Base (void)
 
virtual ~CPad_Base (void)
 
 DECLARE_INTERNAL_TYPE_INFO ()
 
bool IsSetAttlist (void) const
 used to mark up strings that require padding to create fixed-length string attributes. More...
 
bool CanGetAttlist (void) const
 Check if it is safe to call GetAttlist method. More...
 
void ResetAttlist (void)
 Reset Attlist data member. More...
 
const TAttlistGetAttlist (void) const
 Get the Attlist member data. More...
 
void SetAttlist (TAttlist &value)
 Assign a value to Attlist data member. More...
 
TAttlistSetAttlist (void)
 Assign a value to Attlist data member. More...
 
bool IsSetPad (void) const
 Check if a value has been assigned to Pad data member. More...
 
bool CanGetPad (void) const
 Check if it is safe to call GetPad method. More...
 
void ResetPad (void)
 Reset Pad data member. More...
 
const TPadGetPad (void) const
 Get the Pad member data. More...
 
TPadSetPad (void)
 Assign a value to Pad data member. More...
 
virtual void Reset (void)
 Reset the whole object. More...
 

Private Types

typedef NCBI_NS_NCBI::CSerialObject Tparent
 

Private Member Functions

 CPad_Base (const CPad_Base &)
 
CPad_Baseoperator= (const CPad_Base &)
 

Private Attributes

Uint4 m_set_State [1]
 
NCBI_NS_NCBI::CRef< TAttlistm_Attlist
 
NCBI_NS_STD::list< NCBI_NS_NCBI::CRef< C_E_Pad > > m_Pad
 

Detailed Description

CPad_Base –.

Definition at line 81 of file Pad_.hpp.


The documentation for this class was generated from the following files:
Modified on Tue May 28 05:49:46 2024 by modify_doxy.py rev. 669887