varpar.cpp v1.0.0-build
Parse variables in an env style for C++ from a .varpar file
Loading...
Searching...
No Matches
VP_Parse.cpp File Reference
#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 + "): ")

Macro Definition Documentation

◆ __VP_ERROR_THROW_DEFAULT_MSG

#define __VP_ERROR_THROW_DEFAULT_MSG    std::string("Parser(" + this->id + "): ")

Definition at line 11 of file VP_Parse.cpp.

11#define __VP_ERROR_THROW_DEFAULT_MSG \
12 std::string("Parser(" + this->id + "): ")

Referenced by vp::Parser::Parser().