MCPcopy Create free account
hub / github.com/bytedance/Fastbot_Android / Next

Function Next

native/thirdpart/tinyxml2/tinyxml2.h:1154–1156  ·  view source on GitHub ↗

The next attribute in the list.

Source from the content-addressed store, hash-verified

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

Callers 1

ParseTableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected