#include <ALIUnitsTable.h>
Public Member Functions | |
ALIUnitsCategory (ALIstring name) | |
ALIstring | GetName () const |
ALIint | GetNameMxLen () const |
ALIint | GetSymbMxLen () const |
ALIUnitsContainer & | GetUnitsList () |
ALIint | operator!= (const ALIUnitsCategory &) const |
ALIint | operator== (const ALIUnitsCategory &) const |
void | PrintCategory () |
void | UpdateNameMxLen (ALIint len) |
void | UpdateSymbMxLen (ALIint len) |
~ALIUnitsCategory () | |
Private Member Functions | |
ALIUnitsCategory (ALIUnitsCategory &) | |
ALIUnitsCategory & | operator= (const ALIUnitsCategory &) |
Private Attributes | |
ALIstring | Name |
ALIint | NameMxLen |
ALIint | SymbMxLen |
ALIUnitsContainer | UnitsList |
Definition at line 94 of file ALIUnitsTable.h.
ALIUnitsCategory::ALIUnitsCategory | ( | ALIstring | name | ) |
Definition at line 240 of file ALIUnitsTable.cc.
References UnitsList.
ALIUnitsCategory::~ALIUnitsCategory | ( | ) |
Definition at line 246 of file ALIUnitsTable.cc.
|
private |
Definition at line 250 of file ALIUnitsTable.cc.
|
inline |
|
inline |
|
inline |
|
inline |
ALIint ALIUnitsCategory::operator!= | ( | const ALIUnitsCategory & | right | ) | const |
Definition at line 270 of file ALIUnitsTable.cc.
|
private |
ALIint ALIUnitsCategory::operator== | ( | const ALIUnitsCategory & | right | ) | const |
Definition at line 266 of file ALIUnitsTable.cc.
void ALIUnitsCategory::PrintCategory | ( | ) |
Definition at line 274 of file ALIUnitsTable.cc.
References gather_cfg::cout, mps_fire::i, Name, and UnitsList.
|
inline |
|
inline |
|
private |
Definition at line 121 of file ALIUnitsTable.h.
Referenced by GetName(), operator=(), and PrintCategory().
|
private |
Definition at line 123 of file ALIUnitsTable.h.
Referenced by GetNameMxLen(), operator=(), and UpdateNameMxLen().
|
private |
Definition at line 124 of file ALIUnitsTable.h.
Referenced by GetSymbMxLen(), operator=(), and UpdateSymbMxLen().
|
private |
Definition at line 122 of file ALIUnitsTable.h.
Referenced by ALIUnitsCategory(), GetUnitsList(), operator=(), and PrintCategory().