|
SSAGES
0.9.3
Software Suite for Advanced General Ensemble Simulations
|
Requires value to be of type Null. More...
#include <NullRequirement.h>

Public Member Functions | |
| virtual void | Reset () |
| Reset this Requirement. | |
| virtual void | Parse (Value, const std::string &) |
| Parse JSON value to set up this Requirement. | |
| virtual void | Validate (const Value &json, const std::string &path) |
| Validate that JSON value is null. More... | |
Public Member Functions inherited from Json::Requirement | |
| bool | HasErrors () |
| Check if errors have occured. More... | |
| std::vector< std::string > | GetErrors () |
| Get list of error messages. More... | |
| virtual void | ClearErrors () |
| Clear list of error messages. | |
| virtual bool | HasNotices () |
| Check if notices have been queued. More... | |
| std::vector< std::string > | GetNotices () |
| Get list of notices. More... | |
| virtual void | ClearNotices () |
| Clear list of notice messages. | |
| virtual | ~Requirement () |
| Destructor. | |
Additional Inherited Members | |
Protected Member Functions inherited from Json::Requirement | |
| void | PushError (const std::string &error) |
| Add error to list of error messages. More... | |
| void | PushNotice (const std::string ¬ice) |
| Add message to list of notices. More... | |
Requires value to be of type Null.
Definition at line 36 of file NullRequirement.h.
|
inlinevirtual |
Validate that JSON value is null.
Implements Json::Requirement.
Definition at line 50 of file NullRequirement.h.
References Json::Requirement::PushError().
