zenilib  0.5.3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ExtensionBehavior.h File Reference
#include <map>
#include <string>

Go to the source code of this file.

Typedefs

typedef std::map< std::string,
TBehavior
TExtensionBehavior
 

Enumerations

enum  TBehavior {
  EBhRequire, EBhEnable, EBhWarn, EBhDisable,
  EBhUndefined
}
 

Functions

const char * getBehaviorString (TBehavior b)
 

Typedef Documentation

Definition at line 35 of file ExtensionBehavior.h.

Enumeration Type Documentation

enum TBehavior
Enumerator
EBhRequire 
EBhEnable 
EBhWarn 
EBhDisable 
EBhUndefined 

Definition at line 13 of file ExtensionBehavior.h.

Function Documentation

const char* getBehaviorString ( TBehavior  b)
inline

Definition at line 22 of file ExtensionBehavior.h.

References EBhDisable, EBhEnable, EBhRequire, EBhWarn, and NULL.