WPILibC++ 2024.3.2
|
Raw struct schema parser. More...
#include <wpi/struct/SchemaParser.h>
Public Member Functions | |
Parser (std::string_view in) | |
Construct a raw struct schema parser. More... | |
bool | Parse (ParsedSchema *out) |
Parses the schema. More... | |
const std::string & | GetError () const |
Gets the parser error if one occurred. More... | |
Raw struct schema parser.
|
inlineexplicit |
Construct a raw struct schema parser.
in | schema |
|
inline |
Gets the parser error if one occurred.
bool wpi::structparser::Parser::Parse | ( | ParsedSchema * | out | ) |
Parses the schema.
[out] | out | parsed schema object |