MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / Next

Function Next

sourcecommon/tinyxml2.h:1042–1044  ·  view source on GitHub ↗

The next attribute in the list.

Source from the content-addressed store, hash-verified

1040
1041 /// The next attribute in the list.
1042 const XMLAttribute* Next() const {
1043 return _next;
1044 }
1045
1046 /** IntValue interprets the attribute as an integer, and returns the value.
1047 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