MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / SetUserData

Method SetUserData

cpp/tinyxml/tinyxml.h:248–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246 int Column() const { return location.col + 1; } ///< See Row()
247
248 void SetUserData( void* user ) { userData = user; } ///< Set a pointer to arbitrary user data.
249 void* GetUserData() { return userData; } ///< Get a pointer to arbitrary user data.
250 const void* GetUserData() const { return userData; } ///< Get a pointer to arbitrary user data.
251

Callers 10

ReadXMLMethod · 0.80
ReadXMLMethod · 0.80
ParseOptionsXMLMethod · 0.80
ReadCacheMethod · 0.80
ReadButtonsMethod · 0.80
ReloadNodeMethod · 0.80
ReadDeviceClassesMethod · 0.80
LoadProductXMLMethod · 0.80
LoadConfigXMLMethod · 0.80

Calls

no outgoing calls

Tested by 3

LoadProductXMLMethod · 0.64
LoadConfigXMLMethod · 0.64