EpcTools
An event based multi-threaded C++ development framework.
|
#include <iostream>
#include "epctools.h"
#include "egetopt.h"
#include "rapidjson/filereadstream.h"
#include "rapidjson/document.h"
#include "rapidjson/prettywriter.h"
#include "rapidjson/pointer.h"
Macros | |
#define | RAPIDJSON_NAMESPACE egetoptrapidjson |
#define | CMDLINE "cmdline" |
#define | PROGRAM "program" |
#define | RAW "raw" |
#define | ARGS "args" |
#define | CMDLINEARGS CMDLINE "/" ARGS |
#define | CMDLINERAW CMDLINE "/" RAW |
#define | FILEBUFFER 512 |
#define | ADDRAW(__node__, __arg__, __allocator__) |
#define ADDRAW | ( | __node__, | |
__arg__, | |||
__allocator__ | |||
) |
#define ARGS "args" |
#define CMDLINE "cmdline" |
#define FILEBUFFER 512 |
#define PROGRAM "program" |
#define RAPIDJSON_NAMESPACE egetoptrapidjson |
#define RAW "raw" |