NASA Astrobee Robot Software
0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
|
#include <validation.h>
Public Member Functions | |
ObjectField (std::string const &name, Fields const &fields, bool required=true) | |
bool | Validate (Json::Value const &obj) const override |
Public Member Functions inherited from jsonloader::Field | |
Field (std::string const &name, Json::ValueType type, bool required=true) | |
Additional Inherited Members | |
Protected Member Functions inherited from jsonloader::Field | |
std::string const & | name () const noexcept |
jsonloader::ObjectField::ObjectField | ( | std::string const & | name, |
jsonloader::Fields const & | fields, | ||
bool | required = true |
||
) |
|
overridevirtual |
Reimplemented from jsonloader::Field.