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

Function Next

3rdparty/tinyxml2/tinyxml2.h:1156–1158  ·  view source on GitHub ↗

The next attribute in the list.

Source from the content-addressed store, hash-verified

1154
1155 /// The next attribute in the list.
1156 const XMLAttribute* Next() const {
1157 return _next;
1158 }
1159
1160 /** IntValue interprets the attribute as an integer, and returns the value.
1161 If the value isn't an integer, 0 will be returned. There is no error checking;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected