Useful utilities for interfacing with app(let)'s execution environment. More...
#include <string>
#include "dxjson/dxjson.h"
Go to the source code of this file.
Namespaces | |
dx | |
An executable object that can be published for others to discover. | |
Functions | |
void | dx::dxLoadInput (dx::JSON &input) |
void | dx::dxWriteOutput (const dx::JSON &output) |
void | dx::dxReportError (const std::string &message, const bool internal=false) |
Useful utilities for interfacing with app(let)'s execution environment.