CCAFFEINE
0.8.8
|
#include <PropertiesHelper.h>
Public Member Functions | |
static::std::map < ::std::string, enum ccafeopq::Type > & | getProtKeys () |
static::std::map < ::std::string, enum ccafeopq::Type > & | getPrivKeys () |
Static Private Member Functions | |
static void | init () |
Private Attributes | |
static::std::map < ::std::string, enum ccafeopq::Type > | privKeys |
static::std::map < ::std::string, enum ccafeopq::Type > | protKeys |
Static Private Attributes | |
static bool | inited |
One of the points of the class, which will doubtless accumulate more functions later, is to provide maps for filtering user TypeMap input. See util/TypeMap.h for functions that can use the filters provided here by privKeys and protKeys.
::std::map< ::std::string, enum ccafeopq::Type> PropertiesHelper::privKeys [private] |
The stuff the user can never change directly.
::std::map< ::std::string, enum ccafeopq::Type> PropertiesHelper::protKeys [private] |
The stuff the user can only specify during create/add/register.
bool PropertiesHelper::inited [static, private] |
did we set up yet?