tunableConstant Class Reference

#include <tunableConst.h>

Inheritance diagram for tunableConstant:
tunableBooleanConstant tunableFloatConstant

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 tunableConstantfindTunableConstant (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

Detailed Description

Definition at line 88 of file tunableConst.h.


Constructor & Destructor Documentation

tunableConstant::tunableConstant (  )  [inline]

Definition at line 100 of file tunableConst.h.

virtual tunableConstant::~tunableConstant (  )  [inline, virtual]

Definition at line 101 of file tunableConst.h.


Member Function Documentation

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]

Field Documentation

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.

Definition at line 92 of file tunableConst.h.

Referenced by getType().

Definition at line 93 of file tunableConst.h.

Referenced by getUse().


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 12 Jul 2013 for SymtabAPI by  doxygen 1.6.1