pelib  2.0.0
src/Task.cpp File Reference
#include <iostream>
#include <sstream>
#include <string>
#include <pelib/pelib_exprtk.hpp>
#include <pelib/Task.hpp>
#include <pelib/ParseException.hpp>
Include dependency graph for Task.cpp:

Go to the source code of this file.

Namespaces

namespace  pelib

Defines

#define debug(expr)   cout << "[" << __FILE__ << ":" << __FUNCTION__ << ":" << __LINE__ << "] " << #expr << " = \"" << (expr) << "\"." << endl;

Define Documentation

#define debug (   expr)    cout << "[" << __FILE__ << ":" << __FUNCTION__ << ":" << __LINE__ << "] " << #expr << " = \"" << (expr) << "\"." << endl;

Definition at line 34 of file Task.cpp.