16 bool initialize(StateP state);
27 std::map <std::string, FunctionP> mAllFunctions;
28 std::vector <FunctionP> vFunctions;
33 typedef std::shared_ptr<FunctionSet> FunctionSetP;
34 typedef std::map <std::string, FunctionP>::iterator func_iter;
std::map< std::string, unsigned int > mFunctionSet
map of indexes of active (actual used) functions
bool addFunction(std::string name)