| soma-io
    5.1.2
    | 
To check the syntax of an AttributedObject. More...
#include <soma-io/checker/achecker.h>
| Public Member Functions | |
| Constructors, destructor | |
| AttributedChecker (const carto::SyntaxSet &syntax) | |
| virtual | ~AttributedChecker () | 
| Check method | |
| std::set< std::string > | check (const carto::GenericObject &object) const | 
| checks whether a mandatory semantic attribute is missing from an object  More... | |
To check the syntax of an AttributedObject.
Definition at line 56 of file achecker.h.
| soma::AttributedChecker::AttributedChecker | ( | const carto::SyntaxSet & | syntax | ) | 
| 
 | virtual | 
| std::set<std::string> soma::AttributedChecker::check | ( | const carto::GenericObject & | object | ) | const | 
checks whether a mandatory semantic attribute is missing from an object
| object | object to check |