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

Method IsCharacterDataBinary

Core/ClientSML/src/sml_ClientXML.cpp:185–188  ·  view source on GitHub ↗

* @brief Returns true if the character data should be treated as a binary buffer * rather than a null-terminated character string. *************************************************************/

Source from the content-addressed store, hash-verified

183* rather than a null-terminated character string.
184*************************************************************/
185bool ClientXML::IsCharacterDataBinary() const
186{
187 return m_pElementXML->IsCharacterDataBinary() ;
188}
189
190/*************************************************************
191* @brief Converts a character data buffer into binary data.

Callers 1

testBinaryDataMethod · 0.45

Calls

no outgoing calls

Tested by 1

testBinaryDataMethod · 0.36