A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/group__dataspec__soap__dataobj.html below:

Code generated by DATATOOL from 'soap_dataobj.xsd' (module 'soap_dataobj')

enum class   CDescriptionText_Base::E_memberIndex { CDescriptionText_Base::e__allMandatory = 0 , CDescriptionText_Base::e_Text }   enum class   CMath_Base::E_memberIndex {
  CMath_Base::e__allMandatory = 0 , CMath_Base::e_Attlist , CMath_Base::e_MathExpression , CMath_Base::e__allMandatory = 0 ,
  CMath_Base::e_Operand
}   enum class   CMathResponse_Base::E_memberIndex { CMathResponse_Base::e__allMandatory = 0 , CMathResponse_Base::e_MathResult }   enum   COperand_Base::C_Attlist::EAttlist_operation { COperand_Base::C_Attlist::eAttlist_operation_add = 1 , COperand_Base::C_Attlist::eAttlist_operation_subtract = 2 }   enum class   COperand_Base::C_Attlist::E_memberIndex { COperand_Base::C_Attlist::e__allMandatory = 0 , COperand_Base::C_Attlist::e_operation }   enum class   COperand_Base::E_memberIndex { COperand_Base::e__allMandatory = 0 , COperand_Base::e_Attlist , COperand_Base::e_x , COperand_Base::e_y }   enum class   CSampleVersion_Base::E_memberIndex { CSampleVersion_Base::e__allMandatory = 0 , CSampleVersion_Base::e_ClientID }   enum class   CVersionResponse_Base::E_memberIndex { CVersionResponse_Base::e__allMandatory = 0 , CVersionResponse_Base::e_VersionStruct }   enum class   CVersionStruct_Base::E_memberIndex { CVersionStruct_Base::e__allMandatory = 0 , CVersionStruct_Base::e_Major , CVersionStruct_Base::e_Minor , CVersionStruct_Base::e_ClientID }   ◆ C_E ◆ TAttlist ◆ TClientID [1/2] ◆ TClientID [2/2] ◆ TMajor ◆ TMathResult ◆ TmemberIndex [1/8] ◆ TmemberIndex [2/8] ◆ TmemberIndex [3/8] ◆ TmemberIndex [4/8] ◆ TmemberIndex [5/8] ◆ TmemberIndex [6/8] ◆ TmemberIndex [7/8] ◆ TmemberIndex [8/8] ◆ TMinor ◆ TOperand ◆ TOperation ◆ Tparent [1/17] ◆ Tparent [2/17] ◆ Tparent [3/17] ◆ Tparent [4/17] ◆ Tparent [5/17] ◆ Tparent [6/17] ◆ Tparent [7/17] ◆ Tparent [8/17] ◆ Tparent [9/17] ◆ Tparent [10/17] ◆ Tparent [11/17] ◆ Tparent [12/17] ◆ Tparent [13/17] ◆ Tparent [14/17] ◆ Tparent [15/17] ◆ Tparent [16/17] ◆ Tparent [17/17] ◆ TText ◆ TVersionStruct ◆ TX ◆ TY ◆ E_memberIndex [1/8] ◆ E_memberIndex [2/8] Enumerator e__allMandatory  e_Attlist  e_MathExpression  e__allMandatory  e_Operand 

Definition at line 93 of file Math_.hpp.

◆ E_memberIndex [3/8] ◆ E_memberIndex [4/8] Enumerator e__allMandatory  e_operation 

Definition at line 109 of file Operand_.hpp.

◆ E_memberIndex [5/8] Enumerator e__allMandatory  e_Attlist  e_x  e_y 

Definition at line 174 of file Operand_.hpp.

◆ E_memberIndex [6/8] Enumerator e__allMandatory  e_ClientID 

Definition at line 88 of file Version_.hpp.

◆ E_memberIndex [7/8] ◆ E_memberIndex [8/8] Enumerator e__allMandatory  e_Major  e_Minor  e_ClientID 

Definition at line 90 of file VersionStruct_.hpp.

◆ EAttlist_operation Enumerator eAttlist_operation_add  eAttlist_operation_subtract 

Definition at line 97 of file Operand_.hpp.

◆ C_Attlist() [1/2] ◆ C_Attlist() [2/2] ◆ CanGet() bool CDescription_Base::CanGet ( void  ) const inline

Check if value of member is getatable.

Returns

Definition at line 132 of file Description_.hpp.

◆ CanGetAttlist() bool COperand_Base::CanGetAttlist ( void  ) const inline

Check if it is safe to call GetAttlist method.

Returns

Definition at line 375 of file Operand_.hpp.

◆ CanGetClientID() [1/2] bool CSampleVersion_Base::CanGetClientID ( void  ) const inline ◆ CanGetClientID() [2/2] bool CVersionStruct_Base::CanGetClientID ( void  ) const inline ◆ CanGetMajor() bool CVersionStruct_Base::CanGetMajor ( void  ) const inline ◆ CanGetMathResult() bool CMathResponse_Base::CanGetMathResult ( void  ) const inline

Check if it is safe to call GetMathResult method.

Returns

Definition at line 158 of file MathResponse_.hpp.

◆ CanGetMinor() bool CVersionStruct_Base::CanGetMinor ( void  ) const inline ◆ CanGetOperand() bool CMath_Base::CanGetOperand ( void  ) const inline

Check if it is safe to call GetOperand method.

Returns

Definition at line 163 of file Math_.hpp.

◆ CanGetOperation() bool COperand_Base::C_Attlist::CanGetOperation ( void  ) const inline

Check if it is safe to call GetOperation method.

Returns

Definition at line 328 of file Operand_.hpp.

◆ CanGetText() bool CDescriptionText_Base::CanGetText ( void  ) const inline ◆ CanGetVersionStruct() bool CVersionResponse_Base::CanGetVersionStruct ( void  ) const inline

Check if it is safe to call GetVersionStruct method.

Returns

Definition at line 164 of file VersionResponse_.hpp.

◆ CanGetX() bool COperand_Base::CanGetX ( void  ) const inline ◆ CanGetY() bool COperand_Base::CanGetY ( void  ) const inline ◆ CDescription() [1/2] ◆ CDescription() [2/2] CDescription::CDescription ( void  ) inline

Definition at line 86 of file Description.hpp.

◆ CDescription_Base() [1/2] ◆ CDescription_Base() [2/2] ◆ CDescriptionText() [1/2] ◆ CDescriptionText() [2/2] ◆ CDescriptionText_Base() [1/2] ◆ CDescriptionText_Base() [2/2] ◆ CMath() [1/2] ◆ CMath() [2/2] ◆ CMath_Base() [1/2] ◆ CMath_Base() [2/2] CMath_Base::CMath_Base ( void  ) ◆ CMathResponse() [1/2] ◆ CMathResponse() [2/2] CMathResponse::CMathResponse ( void  ) inline

Definition at line 86 of file MathResponse.hpp.

◆ CMathResponse_Base() [1/2] ◆ CMathResponse_Base() [2/2] ◆ COperand() [1/2] ◆ COperand() [2/2] COperand::COperand ( void  ) inline

Definition at line 86 of file Operand.hpp.

◆ COperand_Base() [1/2] ◆ COperand_Base() [2/2] ◆ CSampleVersion() [1/2] ◆ CSampleVersion() [2/2] CSampleVersion::CSampleVersion ( void  ) inline

Definition at line 86 of file Version.hpp.

◆ CSampleVersion_Base() [1/2] ◆ CSampleVersion_Base() [2/2] ◆ CVersionResponse() [1/2] ◆ CVersionResponse() [2/2] ◆ CVersionResponse_Base() [1/2] ◆ CVersionResponse_Base() [2/2] ◆ CVersionStruct() [1/2] ◆ CVersionStruct() [2/2] CVersionStruct::CVersionStruct ( void  ) inline

Definition at line 86 of file VersionStruct.hpp.

◆ CVersionStruct_Base() [1/2] ◆ CVersionStruct_Base() [2/2] ◆ DECLARE_INTERNAL_TYPE_INFO() [1/9] CDescription_Base::DECLARE_INTERNAL_TYPE_INFO ( ) ◆ DECLARE_INTERNAL_TYPE_INFO() [2/9] CDescriptionText_Base::DECLARE_INTERNAL_TYPE_INFO ( ) ◆ DECLARE_INTERNAL_TYPE_INFO() [3/9] CMath_Base::DECLARE_INTERNAL_TYPE_INFO ( ) ◆ DECLARE_INTERNAL_TYPE_INFO() [4/9] CMathResponse_Base::DECLARE_INTERNAL_TYPE_INFO ( ) ◆ DECLARE_INTERNAL_TYPE_INFO() [5/9] COperand_Base::DECLARE_INTERNAL_TYPE_INFO ( ) ◆ DECLARE_INTERNAL_TYPE_INFO() [6/9] COperand_Base::C_Attlist::DECLARE_INTERNAL_TYPE_INFO ( ) ◆ DECLARE_INTERNAL_TYPE_INFO() [7/9] CSampleVersion_Base::DECLARE_INTERNAL_TYPE_INFO ( ) ◆ DECLARE_INTERNAL_TYPE_INFO() [8/9] CVersionResponse_Base::DECLARE_INTERNAL_TYPE_INFO ( ) ◆ DECLARE_INTERNAL_TYPE_INFO() [9/9] CVersionStruct_Base::DECLARE_INTERNAL_TYPE_INFO ( ) ◆ EAttlist_operation()

Access to EAttlist_operation's attributes (values, names) as defined in spec.

◆ GetAttlist() ◆ GetClientID() [1/2] ◆ GetClientID() [2/2] ◆ GetMajor() ◆ GetMathResult() ◆ GetMinor() ◆ GetOperand() ◆ GetOperation() ◆ GetText() ◆ GetVersionStruct() ◆ GetX() ◆ GetY() ◆ IsSet() bool CDescription_Base::IsSet ( void  ) const inline ◆ IsSetAttlist() bool COperand_Base::IsSetAttlist ( void  ) const inline

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'

Returns

Definition at line 369 of file Operand_.hpp.

References COperand_Base::m_Attlist.

◆ IsSetClientID() [1/2] bool CSampleVersion_Base::IsSetClientID ( void  ) const inline ◆ IsSetClientID() [2/2] bool CVersionStruct_Base::IsSetClientID ( void  ) const inline ◆ IsSetMajor() bool CVersionStruct_Base::IsSetMajor ( void  ) const inline ◆ IsSetMathResult() bool CMathResponse_Base::IsSetMathResult ( void  ) const inline

Check if a value has been assigned to MathResult data member.

Data member MathResult is mandatory; its type is defined as 'typedef list< int > TMathResult'

Returns

Definition at line 152 of file MathResponse_.hpp.

References CMathResponse_Base::m_set_State.

◆ IsSetMinor() bool CVersionStruct_Base::IsSetMinor ( void  ) const inline ◆ IsSetOperand() bool CMath_Base::IsSetOperand ( void  ) const inline

Check if a value has been assigned to Operand data member.

Data member Operand is mandatory; its type is defined as 'typedef list< CRef< COperand > > TOperand'

Returns

Definition at line 157 of file Math_.hpp.

References CMath_Base::m_set_State.

◆ IsSetOperation() bool COperand_Base::C_Attlist::IsSetOperation ( void  ) const inline

Check if a value has been assigned to Operation data member.

Data member Operation is mandatory; its type is defined as 'typedef EAttlist_operation TOperation'

Returns

Definition at line 322 of file Operand_.hpp.

References COperand_Base::C_Attlist::m_set_State.

◆ IsSetText() bool CDescriptionText_Base::IsSetText ( void  ) const inline ◆ IsSetVersionStruct() bool CVersionResponse_Base::IsSetVersionStruct ( void  ) const inline ◆ IsSetX() bool COperand_Base::IsSetX ( void  ) const inline ◆ IsSetY() bool COperand_Base::IsSetY ( void  ) const inline ◆ operator=() [1/17] ◆ operator=() [2/17] ◆ operator=() [3/17] ◆ operator=() [4/17] ◆ operator=() [5/17] ◆ operator=() [6/17] ◆ operator=() [7/17] ◆ operator=() [8/17] ◆ operator=() [9/17] ◆ operator=() [10/17] ◆ operator=() [11/17] ◆ operator=() [12/17] ◆ operator=() [13/17] ◆ operator=() [14/17] ◆ operator=() [15/17] ◆ operator=() [16/17] ◆ operator=() [17/17] ◆ Reset() [1/9] void CDescription_Base::Reset ( void  ) inline ◆ Reset() [2/9] void CDescriptionText_Base::Reset ( void  ) virtual ◆ Reset() [3/9] virtual void CMath_Base::Reset ( void  ) virtual

Reset the whole object.

◆ Reset() [4/9] void CMathResponse_Base::Reset ( void  ) virtual ◆ Reset() [5/9] ◆ Reset() [6/9] void COperand_Base::Reset ( void  ) virtual ◆ Reset() [7/9] void CSampleVersion_Base::Reset ( void  ) virtual ◆ Reset() [8/9] void CVersionResponse_Base::Reset ( void  ) virtual ◆ Reset() [9/9] void CVersionStruct_Base::Reset ( void  ) virtual ◆ ResetAttlist() void COperand_Base::ResetAttlist ( void  ) ◆ ResetClientID() [1/2] void CSampleVersion_Base::ResetClientID ( void  ) ◆ ResetClientID() [2/2] void CVersionStruct_Base::ResetClientID ( void  ) ◆ ResetMajor() void CVersionStruct_Base::ResetMajor ( void  ) inline ◆ ResetMathResult() void CMathResponse_Base::ResetMathResult ( void  ) ◆ ResetMinor() void CVersionStruct_Base::ResetMinor ( void  ) inline ◆ ResetOperand() void CMath_Base::ResetOperand ( void  ) ◆ ResetOperation() void COperand_Base::C_Attlist::ResetOperation ( void  ) inline ◆ ResetText() void CDescriptionText_Base::ResetText ( void  ) ◆ ResetVersionStruct() void CVersionResponse_Base::ResetVersionStruct ( void  ) ◆ ResetX() void COperand_Base::ResetX ( void  ) inline ◆ ResetY() void COperand_Base::ResetY ( void  ) inline ◆ Set() void CDescription_Base::Set ( void  ) inline ◆ SetAttlist() [1/2] ◆ SetAttlist() [2/2] ◆ SetClientID() [1/6] ◆ SetClientID() [2/6] ◆ SetClientID() [3/6] ◆ SetClientID() [4/6] ◆ SetClientID() [5/6] ◆ SetClientID() [6/6] ◆ SetMajor() [1/2] ◆ SetMajor() [2/2] ◆ SetMathResult() ◆ SetMinor() [1/2] ◆ SetMinor() [2/2] ◆ SetOperand() ◆ SetOperation() [1/2] void COperand_Base::C_Attlist::SetOperation ( TOperation  value ) inline ◆ SetOperation() [2/2] ◆ SetText() [1/3] void CDescriptionText_Base::SetText ( const TTextvalue ) inline ◆ SetText() [2/3] ◆ SetText() [3/3] ◆ SetVersionStruct() [1/2] ◆ SetVersionStruct() [2/2] ◆ SetX() [1/2] ◆ SetX() [2/2] ◆ SetY() [1/2] ◆ SetY() [2/2] ◆ ~C_Attlist() COperand_Base::C_Attlist::~C_Attlist ( void  )

Definition at line 83 of file Operand_.cpp.

◆ ~CDescription() ◆ ~CDescription_Base() CDescription_Base::~CDescription_Base ( void  ) virtual

Definition at line 68 of file Description_.cpp.

◆ ~CDescriptionText() ◆ ~CDescriptionText_Base() CDescriptionText_Base::~CDescriptionText_Base ( void  ) virtual

Definition at line 79 of file DescriptionText_.cpp.

◆ ~CMath() ◆ ~CMath_Base() virtual CMath_Base::~CMath_Base ( void  ) virtual ◆ ~CMathResponse() ◆ ~CMathResponse_Base() CMathResponse_Base::~CMathResponse_Base ( void  ) virtual

Definition at line 79 of file MathResponse_.cpp.

◆ ~COperand() COperand::~COperand ( void  )

Definition at line 50 of file Operand.cpp.

◆ ~COperand_Base() COperand_Base::~COperand_Base ( void  ) virtual

Definition at line 133 of file Operand_.cpp.

◆ ~CSampleVersion() CSampleVersion::~CSampleVersion ( void  )

Definition at line 50 of file Version.cpp.

◆ ~CSampleVersion_Base() CSampleVersion_Base::~CSampleVersion_Base ( void  ) virtual

Definition at line 79 of file Version_.cpp.

◆ ~CVersionResponse() ◆ ~CVersionResponse_Base() CVersionResponse_Base::~CVersionResponse_Base ( void  ) virtual

Definition at line 91 of file VersionResponse_.cpp.

◆ ~CVersionStruct() ◆ ~CVersionStruct_Base() CVersionStruct_Base::~CVersionStruct_Base ( void  ) virtual

Definition at line 84 of file VersionStruct_.cpp.

◆ m_Attlist ◆ m_ClientID [1/2] string CSampleVersion_Base::m_ClientID private ◆ m_ClientID [2/2] string CVersionStruct_Base::m_ClientID private ◆ m_Major int CVersionStruct_Base::m_Major private ◆ m_MathResult list< int > CMathResponse_Base::m_MathResult private ◆ m_Minor int CVersionStruct_Base::m_Minor private ◆ m_Operand ◆ m_Operation ◆ m_set_State [1/8] Uint4 CDescription_Base::m_set_State[1] private ◆ m_set_State [2/8] Uint4 CDescriptionText_Base::m_set_State[1] private ◆ m_set_State [3/8] Uint4 CMathResponse_Base::m_set_State[1] private ◆ m_set_State [4/8] Uint4 COperand_Base::C_Attlist::m_set_State[1] private ◆ m_set_State [5/8] Uint4 COperand_Base::m_set_State[1] private

Definition at line 306 of file Operand_.hpp.

Referenced by BEGIN_NAMED_BASE_CLASS_INFO(), BEGIN_NAMED_CLASS_INFO(), COperand_Base::COperand_Base(), COperand_Base::IsSetX(), COperand_Base::IsSetY(), COperand_Base::C_Attlist::ResetOperation(), COperand_Base::ResetX(), COperand_Base::ResetY(), COperand_Base::C_Attlist::SetOperation(), COperand_Base::SetX(), and COperand_Base::SetY().

◆ m_set_State [6/8] Uint4 CSampleVersion_Base::m_set_State[1] private ◆ m_set_State [7/8] Uint4 CVersionResponse_Base::m_set_State[1] private ◆ m_set_State [8/8] Uint4 CVersionStruct_Base::m_set_State[1] private ◆ m_Text string CDescriptionText_Base::m_Text private ◆ m_VersionStruct ◆ m_X ◆ m_Y

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4