ParameterSetParser.cc
50 LOG(fatal) << "Exception while trying to parse parameter " << p.getModuleType() << "." << p.getModuleName() << "::" << key;
size_t get_index(lua_State *L, int index)
Convert a negative lua stack index to an absolute index.
Definition: utils.cc:116
static void parse(ParameterSet &p, lua_State *L, int index)
Convert a lua table to a ParameterSet.
Definition: ParameterSetParser.cc:26
virtual bool lazy() const
A flag indicating if this ParameterSet lazy loads its fields or not.
Definition: ParameterSet.cc:39
std::pair< momemta::any, bool > to_any(lua_State *L, int index)
Convert a lua type to momemta::any.
Definition: utils.cc:191
Definition: any.h:49