#include <command.h>
|
virtual | ~Command () |
|
virtual bool | valid () const noexcept |
|
bool | blocking () const noexcept |
|
std::string const & | type () const noexcept |
|
◆ ~Command()
jsonloader::Command::~Command |
( |
| ) |
|
|
virtual |
◆ Command()
jsonloader::Command::Command |
( |
Json::Value const & |
obj | ) |
|
|
explicitprotected |
◆ blocking()
bool jsonloader::Command::blocking |
( |
| ) |
const |
|
noexcept |
◆ Make()
◆ set_valid()
void jsonloader::Command::set_valid |
( |
const bool |
valid | ) |
|
|
protectednoexcept |
◆ type()
std::string const & jsonloader::Command::type |
( |
| ) |
const |
|
noexcept |
◆ valid()
bool jsonloader::Command::valid |
( |
| ) |
const |
|
virtualnoexcept |
The documentation for this class was generated from the following files: