Public Methods | |
Dimension ( const char* init) | |
Dimension ( const char* name, const char symbol ) | |
~Dimension () | |
const char* | name () const |
char | symbol () const |
const Dimension* | next () const |
Protected Methods | |
void | p_Dimension ( const char*, const char ) |
Protected Attributes | |
char | m_symbol |
char* | m_name |
Dimension* | m_next |
|
Create a dimension.
|
|
Create a dimension.
|
|
Destroy a dimension. This should probably never happen for the duration of the program. |
|
Return the text name of the dimension |
|
Get the next dimension in a list of all dimensions |
|
A private subroutine called by several constructors. It initializes the name and symbol fields. |
|
Return the character used to represent the dimension |
|
The name of the dimension |
|
The next in a list of all dimensions. |
|
The symbol representing the dimension. |
![]() |
C++ Reference Manual | 20010520 |