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

Method SetValue

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

< Set the name of this attribute.

Source from the content-addressed store, hash-verified

834
835 void SetName( const char* _name ) { name = _name; } ///< Set the name of this attribute.
836 void SetValue( const char* _value ) { value = _value; } ///< Set the value.
837
838 void SetIntValue( int _value ); ///< Set the value from an integer.
839 void SetDoubleValue( double _value ); ///< Set the value from a double.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected