|
NCBI C++ ToolKit
|
Search Toolkit Book for CApad_Base
CApad_Base --. More...
#include <Apad_.hpp>
Inheritance diagram for CApad_Base:Classes | |
| class | C_Attlist |
| C_Attlist --. More... | |
| class | C_E_Apad |
| C_E_Apad --. More... | |
Public Types | |
| typedef C_Attlist | TAttlist |
| typedef C_E_Apad | C_E |
| typedef NCBI_NS_STD::list < NCBI_NS_NCBI::CRef< C_E_Apad > > | TApad |
Public Member Functions | |
| CApad_Base (void) | |
| virtual | ~CApad_Base (void) |
| DECLARE_INTERNAL_TYPE_INFO () | |
| bool | IsSetAttlist (void) const |
| used to mark up strings that require padding to create fixed-length string attributes. | |
| bool | CanGetAttlist (void) const |
| Check if it is safe to call GetAttlist method. | |
| void | ResetAttlist (void) |
| Reset Attlist data member. | |
| const TAttlist & | GetAttlist (void) const |
| Get the Attlist member data. | |
| void | SetAttlist (TAttlist &value) |
| Assign a value to Attlist data member. | |
| TAttlist & | SetAttlist (void) |
| Assign a value to Attlist data member. | |
| bool | IsSetApad (void) const |
| Check if a value has been assigned to Apad data member. | |
| bool | CanGetApad (void) const |
| Check if it is safe to call GetApad method. | |
| void | ResetApad (void) |
| Reset Apad data member. | |
| const TApad & | GetApad (void) const |
| Get the Apad member data. | |
| TApad & | SetApad (void) |
| Assign a value to Apad data member. | |
| virtual void | Reset (void) |
| Reset the whole object. | |
Private Types | |
| typedef NCBI_NS_NCBI::CSerialObject | Tparent |
Private Member Functions | |
| CApad_Base (const CApad_Base &) | |
| CApad_Base & | operator= (const CApad_Base &) |
Private Attributes | |
| Uint4 | m_set_State [1] |
| NCBI_NS_NCBI::CRef< TAttlist > | m_Attlist |
| TApad | m_Apad |
CApad_Base --.
| typedef C_E_Apad CApad_Base::C_E |
| typedef NCBI_NS_STD::list< NCBI_NS_NCBI::CRef< C_E_Apad > > CApad_Base::TApad |
| typedef C_Attlist CApad_Base::TAttlist |
typedef NCBI_NS_NCBI::CSerialObject CApad_Base::Tparent [private] |
| END_CLASS_INFO CApad_Base::CApad_Base | ( | void | ) |
Definition at line 415 of file Apad_.cpp.
References m_set_State, and ResetAttlist().
| CApad_Base::CApad_Base | ( | const CApad_Base & | ) | [private] |
| bool CApad_Base::CanGetApad | ( | void | ) | const [inline] |
| bool CApad_Base::CanGetAttlist | ( | void | ) | const [inline] |
| CApad_Base::DECLARE_INTERNAL_TYPE_INFO | ( | ) |
| const CApad_Base::TApad & CApad_Base::GetApad | ( | void | ) | const [inline] |
| const CApad_Base::TAttlist & CApad_Base::GetAttlist | ( | void | ) | const [inline] |
Get the Attlist member data.
Definition at line 903 of file Apad_.hpp.
References m_Attlist, and ResetAttlist().
| bool CApad_Base::IsSetApad | ( | void | ) | const [inline] |
Check if a value has been assigned to Apad data member.
Data member Apad is optional; its type is defined as 'typedef NCBI_NS_STD::list< NCBI_NS_NCBI::CRef< C_E_Apad > > TApad'
Definition at line 921 of file Apad_.hpp.
References m_set_State.
| bool CApad_Base::IsSetAttlist | ( | void | ) | const [inline] |
used to mark up strings that require padding to create fixed-length string attributes.
It skips all preceding alpha characters before padding Check if a value has been assigned to Attlist data member.
Data member Attlist is mandatory; its type is defined as 'typedef C_Attlist TAttlist'
Definition at line 891 of file Apad_.hpp.
References m_Attlist.
| CApad_Base& CApad_Base::operator= | ( | const CApad_Base & | ) | [private] |
| void CApad_Base::Reset | ( | void | ) | [virtual] |
Reset the whole object.
Definition at line 399 of file Apad_.cpp.
References ResetApad(), and ResetAttlist().
Referenced by CApad_Base::C_E_Apad::~C_E_Apad().
| void CApad_Base::ResetApad | ( | void | ) |
Reset Apad data member.
Definition at line 393 of file Apad_.cpp.
References m_Apad, and m_set_State.
Referenced by Reset().
| void CApad_Base::ResetAttlist | ( | void | ) |
Reset Attlist data member.
Definition at line 379 of file Apad_.cpp.
References m_Attlist.
Referenced by CApad_Base(), GetAttlist(), Reset(), and SetAttlist().
| CApad_Base::TApad & CApad_Base::SetApad | ( | void | ) | [inline] |
Assign a value to Apad data member.
Definition at line 939 of file Apad_.hpp.
References m_Apad, and m_set_State.
| void CApad_Base::SetAttlist | ( | CApad_Base::TAttlist & | value | ) |
| CApad_Base::TAttlist & CApad_Base::SetAttlist | ( | void | ) | [inline] |
Assign a value to Attlist data member.
Definition at line 912 of file Apad_.hpp.
References m_Attlist, and ResetAttlist().
TApad CApad_Base::m_Apad [private] |
Definition at line 663 of file Apad_.hpp.
Referenced by BEGIN_NAMED_BASE_CLASS_INFO(), GetApad(), ResetApad(), and SetApad().
NCBI_NS_NCBI::CRef< TAttlist > CApad_Base::m_Attlist [private] |
Definition at line 662 of file Apad_.hpp.
Referenced by BEGIN_NAMED_BASE_CLASS_INFO(), GetAttlist(), IsSetAttlist(), ResetAttlist(), and SetAttlist().
Uint4 CApad_Base::m_set_State[1] [private] |
Definition at line 661 of file Apad_.hpp.
Referenced by BEGIN_NAMED_BASE_CLASS_INFO(), BEGIN_NAMED_CLASS_INFO(), CApad_Base(), CApad_Base::C_Attlist::IsSetAlign(), IsSetApad(), CApad_Base::C_Attlist::IsSetWidth(), CApad_Base::C_Attlist::ResetAlign(), ResetApad(), CApad_Base::C_Attlist::ResetWidth(), CApad_Base::C_Attlist::SetAlign(), SetApad(), CApad_Base::C_Attlist::SetWidth(), and CApad_Base::C_Attlist::SetWith().
1.7.5.1
Modified on Wed Feb 08 09:07:18 2012 by modify_doxy.py rev. 337098