MCPcopy Create free account
hub / github.com/SoarGroup/Soar / GetNumberAttributes

Method GetNumberAttributes

Core/ClientSML/src/sml_ClientXML.cpp:132–135  ·  view source on GitHub ↗

* @brief Get the number of attributes attached to this element. *************************************************************/

Source from the content-addressed store, hash-verified

130* @brief Get the number of attributes attached to this element.
131*************************************************************/
132int ClientXML::GetNumberAttributes() const
133{
134 return m_pElementXML->GetNumberAttributes() ;
135}
136
137/*************************************************************
138* @brief Get the name of the n-th attribute of this element.

Callers 4

testSimpleMethod · 0.45
testChildrenMethod · 0.45
testParseMethod · 0.45
testBinaryDataMethod · 0.45

Calls

no outgoing calls

Tested by 4

testSimpleMethod · 0.36
testChildrenMethod · 0.36
testParseMethod · 0.36
testBinaryDataMethod · 0.36