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

Method GetCharacterDataLength

Core/ClientSML/src/sml_ClientXML.cpp:218–221  ·  view source on GitHub ↗

* @brief Returns the length of the character data. * * If the data is a binary buffer this is the size of that buffer. * If the data is a null terminated string this is the length of the string + 1 (for the null). *************************************************************/

Source from the content-addressed store, hash-verified

216* If the data is a null terminated string this is the length of the string + 1 (for the null).
217*************************************************************/
218int ClientXML::GetCharacterDataLength() const
219{
220 return m_pElementXML->GetCharacterDataLength() ;
221}
222
223/*************************************************************
224* @brief Converts the XML object to a string.

Callers 1

testBinaryDataMethod · 0.45

Calls

no outgoing calls

Tested by 1

testBinaryDataMethod · 0.36