MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / Next

Method Next

Source/3rdParty/tinyxml2/tinyxml2.h:970–972  ·  view source on GitHub ↗

The next attribute in the list.

Source from the content-addressed store, hash-verified

968 }
969 /// The next attribute in the list.
970 const XMLAttribute* Next() const {
971 return _next;
972 }
973
974 /** IntAttribute interprets the attribute as an integer, and returns the value.
975 If the value isn't an integer, 0 will be returned. There is no error checking;

Callers 7

NFD_PathSet_EnumNextNFunction · 0.80
execCommitFileDiffFunction · 0.80
commitChangedFilesFunction · 0.80
VisitEnterMethod · 0.80
ShallowCloneMethod · 0.80
ShallowEqualMethod · 0.80
VisitEnterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected