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

Method Column

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

Source from the content-addressed store, hash-verified

244 */
245 int Row() const { return location.row + 1; }
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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected