|
varpar.cpp v1.0.0-build
Parse variables in an env style for C++ from a .varpar file
|
#include <filesystem>#include <iostream>#include <map>#include <fstream>#include <sstream>#include "../inc/varparse.cpp/VP_Parse.hpp"Go to the source code of this file.
Namespaces | |
| namespace | vp |
Macros | |
| #define | __VP_ERROR_THROW_DEFAULT_MSG std::string("Parser(" + this->id + "): ") |
| #define __VP_ERROR_THROW_DEFAULT_MSG std::string("Parser(" + this->id + "): ") |
Definition at line 11 of file VP_Parse.cpp.
Referenced by vp::Parser::Parser().