#include <graphene/app/application.hpp>
#include <boost/program_options.hpp>
#include <fc/io/json.hpp>
Go to the source code of this file.
◆ DEFAULT_VALUE_VECTOR
◆ LOAD_VALUE_SET
#define LOAD_VALUE_SET |
( |
|
options, |
|
|
|
name, |
|
|
|
container, |
|
|
|
type |
|
) |
| |
Value:do { \
if( options.count(name) > 0 ) { \
const std::vector<std::string>& ops = options[name].as<std::vector<std::string>>();
\
std::transform(ops.begin(), ops.end(), std::inserter(container, container.end()), \
&graphene::app::impl::dejsonify<type>); \
} \
} while (false)
Definition at line 137 of file plugin.hpp.