#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 103 of file ALIUnitsTable.h.
ALIUnitsCategory::ALIUnitsCategory | ( | ALIstring | name | ) |
Definition at line 251 of file ALIUnitsTable.cc.
References UnitsList.
ALIUnitsCategory::~ALIUnitsCategory | ( | ) |
Definition at line 259 of file ALIUnitsTable.cc.
{}
ALIUnitsCategory::ALIUnitsCategory | ( | ALIUnitsCategory & | right | ) | [private] |
Definition at line 264 of file ALIUnitsTable.cc.
{
*this = right;
}
ALIstring ALIUnitsCategory::GetName | ( | ) | const [inline] |
ALIint ALIUnitsCategory::GetNameMxLen | ( | ) | const [inline] |
ALIint ALIUnitsCategory::GetSymbMxLen | ( | ) | const [inline] |
ALIUnitsContainer& ALIUnitsCategory::GetUnitsList | ( | ) | [inline] |
ALIint ALIUnitsCategory::operator!= | ( | const ALIUnitsCategory & | right | ) | const |
Definition at line 292 of file ALIUnitsTable.cc.
{ return (this != (ALIUnitsCategory *) &right); }
ALIUnitsCategory & ALIUnitsCategory::operator= | ( | const ALIUnitsCategory & | right | ) | [private] |
ALIint ALIUnitsCategory::operator== | ( | const ALIUnitsCategory & | right | ) | const |
Definition at line 285 of file ALIUnitsTable.cc.
{ return (this == (ALIUnitsCategory *) &right); }
void ALIUnitsCategory::PrintCategory | ( | ) |
void ALIUnitsCategory::UpdateNameMxLen | ( | ALIint | len | ) | [inline] |
Definition at line 123 of file ALIUnitsTable.h.
References NameMxLen.
void ALIUnitsCategory::UpdateSymbMxLen | ( | ALIint | len | ) | [inline] |
Definition at line 124 of file ALIUnitsTable.h.
References SymbMxLen.
ALIstring ALIUnitsCategory::Name [private] |
Definition at line 129 of file ALIUnitsTable.h.
Referenced by GetName(), operator=(), and PrintCategory().
ALIint ALIUnitsCategory::NameMxLen [private] |
Definition at line 131 of file ALIUnitsTable.h.
Referenced by GetNameMxLen(), operator=(), and UpdateNameMxLen().
ALIint ALIUnitsCategory::SymbMxLen [private] |
Definition at line 132 of file ALIUnitsTable.h.
Referenced by GetSymbMxLen(), operator=(), and UpdateSymbMxLen().
ALIUnitsContainer ALIUnitsCategory::UnitsList [private] |
Definition at line 130 of file ALIUnitsTable.h.
Referenced by ALIUnitsCategory(), GetUnitsList(), operator=(), and PrintCategory().