Public Methods | |
DimensionPower () | |
DimensionPower ( Dimension* dim, int pwr ) | |
bool | operator== ( const DimensionPower& other ) const |
DimensionPower& | operator= ( const DimensionPower& other ) |
bool | isNull () const |
Public Attributes | |
Dimension* | m_dim |
int | m_pwr |
Static Public Methods | |
void | print ( const vector<DimensionPower>& dpwr, FILE* f=stderr) |
|
Default constructor |
|
Construct a DimensionPower given a Dimension and its exponent |
|
Check that this tuple has a meaningful dimension associated with it |
|
Assignment operator |
|
Test two tuples for equality. |
|
Print the contents of a collection of (Dimension, exponent) tuples |
|
The basic dimension |
|
The exponent (power) to which the dimension is raised. |
![]() |
C++ Reference Manual | 20010520 |