#include <Parser.h>
Public Types | |
typedef std::map< std::string, hit::Node * > | ParamMap |
Public Member Functions | |
CompileParamWalker (ParamMap &map) | |
virtual void | walk (const std::string &fullpath, const std::string &, hit::Node *n) override |
Private Attributes | |
ParamMap & | _map |
typedef std::map<std::string, hit::Node *> CompileParamWalker::ParamMap |
|
inline |
|
overridevirtual |
|
private |