tunableConst.h File Reference

#include <assert.h>
#include "util/h/stringPool.h"
#include "util/h/list.h"

Go to the source code of this file.

Data Structures

class  tunableConstant
class  tunableBooleanConstant
class  tunableFloatConstant

Typedefs

typedef bool(* isValidFunc )(float newVal)
typedef void(* booleanChangeValCallBackFunc )(bool value)
typedef void(* floatChangeValCallBackFunc )(float value)

Enumerations

enum  tunableUse { developerConstant, userConstant }
enum  tunableType { tunableBoolean, tunableFloat }

Typedef Documentation

typedef void(* booleanChangeValCallBackFunc)(bool value)

Definition at line 142 of file tunableConst.h.

typedef void(* floatChangeValCallBackFunc)(float value)

Definition at line 143 of file tunableConst.h.

typedef bool(* isValidFunc)(float newVal)

Definition at line 141 of file tunableConst.h.


Enumeration Type Documentation

Enumerator:
tunableBoolean 
tunableFloat 

Definition at line 83 of file tunableConst.h.

enum tunableUse
Enumerator:
developerConstant 
userConstant 

Definition at line 82 of file tunableConst.h.

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 12 Jul 2013 for SymtabAPI by  doxygen 1.6.1