MCPcopy Create free account
hub / github.com/BehaviorTree/BehaviorTree.CPP / SetCData

Function SetCData

3rdparty/tinyxml2/tinyxml2.h:1007–1009  ·  view source on GitHub ↗

Declare whether this should be CDATA or standard text.

Source from the content-addressed store, hash-verified

1005
1006 /// Declare whether this should be CDATA or standard text.
1007 void SetCData( bool isCData ) {
1008 _isCData = isCData;
1009 }
1010 /// Returns true if this is a CDATA text element.
1011 bool CData() const {
1012 return _isCData;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected