#include <Unit.h>
Inheritance diagram for unit::Units:
Static Public Member Functions | |
const std::string | Version (void) |
return the version of the Units classes; | |
const std::string | version (void) |
return the version of a Units object; | |
Static Public Attributes | |
const std::string | TAG = "unit" |
definition of Units xml tag | |
const std::string | TYPETAG = "type" |
definition of Unit type xml tag |
Definition at line 130 of file Unit.h.
|
return the version of a Units object; The version is returned by static function as a std::string; dynamic access. Definition at line 145 of file Unit.h. References Version(). |
|
return the version of the Units classes; The version is returned by a static function as a std::string; static access. Definition at line 137 of file Unit.h. Referenced by version(). |
|
definition of Units xml tag define outside of class |
|
definition of Unit type xml tag define outside of class |