#include <tunableConst.h>
Public Member Functions | |
| tunableConstant () | |
| virtual | ~tunableConstant () |
| const char * | getDesc () const |
| const char * | getName () const |
| tunableUse | getUse () const |
| tunableType | getType () const |
| virtual void | print () |
Static Public Member Functions | |
| static tunableConstant * | findTunableConstant (const char *name) |
| static List< tunableConstant * > | beginIteration () |
| static int | numTunables () |
Protected Attributes | |
| char * | desc |
| char * | name |
| tunableType | typeName |
| tunableUse | use |
Static Protected Attributes | |
| static stringPool * | pool |
| static List< tunableConstant * > * | allConstants |
Definition at line 88 of file tunableConst.h.
| tunableConstant::tunableConstant | ( | ) | [inline] |
Definition at line 100 of file tunableConst.h.
| virtual tunableConstant::~tunableConstant | ( | ) | [inline, virtual] |
Definition at line 101 of file tunableConst.h.
| static List<tunableConstant *> tunableConstant::beginIteration | ( | ) | [inline, static] |
Definition at line 119 of file tunableConst.h.
References allConstants.
| static tunableConstant* tunableConstant::findTunableConstant | ( | const char * | name | ) | [static] |
| const char* tunableConstant::getDesc | ( | ) | const [inline] |
Definition at line 103 of file tunableConst.h.
References desc.
| const char* tunableConstant::getName | ( | ) | const [inline] |
Definition at line 106 of file tunableConst.h.
References name.
| tunableType tunableConstant::getType | ( | ) | const [inline] |
Definition at line 112 of file tunableConst.h.
References typeName.
| tunableUse tunableConstant::getUse | ( | ) | const [inline] |
Definition at line 109 of file tunableConst.h.
References use.
| static int tunableConstant::numTunables | ( | ) | [inline, static] |
Definition at line 130 of file tunableConst.h.
References allConstants, and ListBase< DataType, KeyType >::count().
| virtual void tunableConstant::print | ( | ) | [virtual] |
Reimplemented in tunableBooleanConstant, and tunableFloatConstant.
List<tunableConstant*>* tunableConstant::allConstants [static, protected] |
Definition at line 97 of file tunableConst.h.
Referenced by beginIteration(), and numTunables().
char* tunableConstant::desc [protected] |
Definition at line 90 of file tunableConst.h.
Referenced by getDesc().
char* tunableConstant::name [protected] |
Definition at line 91 of file tunableConst.h.
Referenced by getName().
stringPool* tunableConstant::pool [static, protected] |
Definition at line 95 of file tunableConst.h.
tunableType tunableConstant::typeName [protected] |
Definition at line 92 of file tunableConst.h.
Referenced by getType().
tunableUse tunableConstant::use [protected] |
Definition at line 93 of file tunableConst.h.
Referenced by getUse().
1.6.1