#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; |
Definition at line 125 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 140 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 132 of file Unit.h. Referenced by version(). |