8#ifndef __LUAFILE_TOOL_H__ 
    9#define __LUAFILE_TOOL_H__ 
   14#define GC_LUA_VERBOSE false 
   20#define GC_LUA_DEBUG false 
   23#include <scp/report.h> 
   24#include <cci_configuration> 
   56    using key_val_args = std::vector<std::pair<std::string, std::string>>;
 
   58    std::string m_orig_name;
 
   60    std::string rel(std::string& 
n) 
const;
 
 
Tool which reads a Lua configuration file and sets parameters.
Definition biflow.cc:10