MCPcopy Create free account
hub / github.com/AllentDan/LibtorchTutorials / GetUserData

Method GetUserData

lesson7-Detection/src/utils/tinyxml.h:248–248  ·  view source on GitHub ↗

< Set a pointer to arbitrary user data.

Source from the content-addressed store, hash-verified

246
247 void SetUserData( void* user ) { userData = user; } ///< Set a pointer to arbitrary user data.
248 void* GetUserData() { return userData; } ///< Get a pointer to arbitrary user data.
249 const void* GetUserData() const { return userData; } ///< Get a pointer to arbitrary user data.
250
251 // Table that returs, for a given lead byte, the total number of bytes

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected