|
NCBI C++ ToolKit
|
Search Toolkit Book for CApad_Base::C_Attlist
#include <Apad_.hpp>
Public Types | |
| enum | EAttlist_align { eAttlist_align_left = 1, eAttlist_align_right = 2 } |
| typedef NCBI_NS_STD::string | TWith |
| typedef NCBI_NS_STD::string | TWidth |
| typedef EAttlist_align | TAlign |
Public Member Functions | |
| C_Attlist (void) | |
| ~C_Attlist (void) | |
| DECLARE_INTERNAL_TYPE_INFO () | |
| bool | IsSetWith (void) const |
| Check if a value has been assigned to With data member. | |
| bool | CanGetWith (void) const |
| Check if it is safe to call GetWith method. | |
| void | ResetWith (void) |
| Reset With data member. | |
| const TWith & | GetWith (void) const |
| Get the With member data. | |
| void | SetWith (const TWith &value) |
| Assign a value to With data member. | |
| TWith & | SetWith (void) |
| Assign a value to With data member. | |
| bool | IsSetWidth (void) const |
| Check if a value has been assigned to Width data member. | |
| bool | CanGetWidth (void) const |
| Check if it is safe to call GetWidth method. | |
| void | ResetWidth (void) |
| Reset Width data member. | |
| const TWidth & | GetWidth (void) const |
| Get the Width member data. | |
| void | SetWidth (const TWidth &value) |
| Assign a value to Width data member. | |
| TWidth & | SetWidth (void) |
| Assign a value to Width data member. | |
| bool | IsSetAlign (void) const |
| Check if a value has been assigned to Align data member. | |
| bool | CanGetAlign (void) const |
| Check if it is safe to call GetAlign method. | |
| void | ResetAlign (void) |
| Reset Align data member. | |
| TAlign | GetAlign (void) const |
| Get the Align member data. | |
| void | SetAlign (TAlign value) |
| Assign a value to Align data member. | |
| TAlign & | SetAlign (void) |
| Assign a value to Align data member. | |
| void | Reset (void) |
| Reset the whole object. | |
Static Public Member Functions | |
| static const NCBI_NS_NCBI::CEnumeratedTypeValues *ENUM_METHOD_NAME() | EAttlist_align (void) |
| Access to EAttlist_align's attributes (values, names) as defined in spec. | |
Private Types | |
| typedef NCBI_NS_NCBI::CSerialObject | Tparent |
Private Member Functions | |
| C_Attlist (const C_Attlist &) | |
| C_Attlist & | operator= (const C_Attlist &) |
Private Attributes | |
| Uint4 | m_set_State [1] |
| TWith | m_With |
| TWidth | m_Width |
| TAlign | m_Align |
typedef NCBI_NS_NCBI::CSerialObject CApad_Base::C_Attlist::Tparent [private] |
| typedef NCBI_NS_STD::string CApad_Base::C_Attlist::TWidth |
| typedef NCBI_NS_STD::string CApad_Base::C_Attlist::TWith |
| END_CLASS_INFO CApad_Base::C_Attlist::C_Attlist | ( | void | ) |
Definition at line 94 of file Apad_.cpp.
References m_set_State.
| CApad_Base::C_Attlist::C_Attlist | ( | const C_Attlist & | ) | [private] |
| bool CApad_Base::C_Attlist::CanGetAlign | ( | void | ) | const [inline] |
| bool CApad_Base::C_Attlist::CanGetWidth | ( | void | ) | const [inline] |
| bool CApad_Base::C_Attlist::CanGetWith | ( | void | ) | const [inline] |
| CApad_Base::C_Attlist::DECLARE_INTERNAL_TYPE_INFO | ( | ) |
| static const NCBI_NS_NCBI::CEnumeratedTypeValues* ENUM_METHOD_NAME() CApad_Base::C_Attlist::EAttlist_align | ( | void | ) | [static] |
Access to EAttlist_align's attributes (values, names) as defined in spec.
| CApad_Base::C_Attlist::TAlign CApad_Base::C_Attlist::GetAlign | ( | void | ) | const [inline] |
| const CApad_Base::C_Attlist::TWidth & CApad_Base::C_Attlist::GetWidth | ( | void | ) | const [inline] |
| const CApad_Base::C_Attlist::TWith & CApad_Base::C_Attlist::GetWith | ( | void | ) | const [inline] |
| bool CApad_Base::C_Attlist::IsSetAlign | ( | void | ) | const [inline] |
Check if a value has been assigned to Align data member.
Data member Align is mandatory with default eAttlist_align_right; its type is defined as 'typedef EAttlist_align TAlign'
Definition at line 756 of file Apad_.hpp.
References CApad_Base::m_set_State.
| bool CApad_Base::C_Attlist::IsSetWidth | ( | void | ) | const [inline] |
Check if a value has been assigned to Width data member.
Data member Width is mandatory; its type is defined as 'typedef NCBI_NS_STD::string TWidth'
Definition at line 716 of file Apad_.hpp.
References CApad_Base::m_set_State.
| bool CApad_Base::C_Attlist::IsSetWith | ( | void | ) | const [inline] |
Check if a value has been assigned to With data member.
Data member With is mandatory; its type is defined as 'typedef NCBI_NS_STD::string TWith'
Definition at line 676 of file Apad_.hpp.
References m_set_State.
| void CApad_Base::C_Attlist::Reset | ( | void | ) |
| void CApad_Base::C_Attlist::ResetAlign | ( | void | ) | [inline] |
Reset Align data member.
Definition at line 768 of file Apad_.hpp.
References CApad_Base::m_set_State.
| void CApad_Base::C_Attlist::ResetWidth | ( | void | ) |
Reset Width data member.
Definition at line 69 of file Apad_.cpp.
References CApad_Base::m_set_State.
| END_ENUM_INFO void CApad_Base::C_Attlist::ResetWith | ( | void | ) |
Reset With data member.
Definition at line 63 of file Apad_.cpp.
References m_set_State, and m_With.
| void CApad_Base::C_Attlist::SetAlign | ( | TAlign | value | ) | [inline] |
Assign a value to Align data member.
| value | Value to assign |
Definition at line 781 of file Apad_.hpp.
References CApad_Base::m_set_State.
| CApad_Base::C_Attlist::TAlign & CApad_Base::C_Attlist::SetAlign | ( | void | ) | [inline] |
Assign a value to Align data member.
Definition at line 788 of file Apad_.hpp.
References CApad_Base::m_set_State.
| void CApad_Base::C_Attlist::SetWidth | ( | const TWidth & | value | ) | [inline] |
Assign a value to Width data member.
| value | Value to assign |
Definition at line 737 of file Apad_.hpp.
References CApad_Base::m_set_State.
| CApad_Base::C_Attlist::TWidth & CApad_Base::C_Attlist::SetWidth | ( | void | ) | [inline] |
Assign a value to Width data member.
Definition at line 744 of file Apad_.hpp.
References CApad_Base::m_set_State.
| void CApad_Base::C_Attlist::SetWith | ( | const TWith & | value | ) | [inline] |
Assign a value to With data member.
| value | Value to assign |
Definition at line 697 of file Apad_.hpp.
References CApad_Base::m_set_State.
| CApad_Base::C_Attlist::TWith & CApad_Base::C_Attlist::SetWith | ( | void | ) | [inline] |
Assign a value to With data member.
Definition at line 704 of file Apad_.hpp.
References CApad_Base::m_set_State.
TAlign CApad_Base::C_Attlist::m_Align [private] |
Uint4 CApad_Base::C_Attlist::m_set_State[1] [private] |
Definition at line 247 of file Apad_.hpp.
Referenced by C_Attlist(), IsSetWith(), and ResetWith().
TWidth CApad_Base::C_Attlist::m_Width [private] |
TWith CApad_Base::C_Attlist::m_With [private] |
Definition at line 248 of file Apad_.hpp.
Referenced by ResetWith().
1.7.5.1
Modified on Wed Feb 08 09:09:51 2012 by modify_doxy.py rev. 337098