Class MHO_VexParser.
More...
#include <MHO_VexParser.hh>
Class MHO_VexParser.
Parser for a vex file (stores results in a JSON object)
- Author
- J. Barrett - barre.nosp@m.ttj@.nosp@m.mit.e.nosp@m.du
- Date
- Wed May 25 17:04:24 2022 -0400
◆ MHO_VexParser()
hops::MHO_VexParser::MHO_VexParser |
( |
| ) |
|
◆ ~MHO_VexParser()
hops::MHO_VexParser::~MHO_VexParser |
( |
| ) |
|
|
virtual |
◆ ParseVex()
mho_json hops::MHO_VexParser::ParseVex |
( |
| ) |
|
Parses Vex file, processes blocks and returns JSON object with Vex revision flag.
- Returns
- mho_json object containing Vex revision flag
◆ SetVexFile()
void hops::MHO_VexParser::SetVexFile |
( |
std::string |
filename | ) |
|
Setter for vex file.
- Parameters
-
filename | Vex file path as string |
◆ SetVexVersion() [1/2]
void hops::MHO_VexParser::SetVexVersion |
( |
const char * |
version | ) |
|
|
inline |
Setter for vex version.
- Parameters
-
version | New vex version as string |
◆ SetVexVersion() [2/2]
void hops::MHO_VexParser::SetVexVersion |
( |
std::string |
version | ) |
|
Setter for vex version.
- Parameters
-
version | New vex version as string |
The documentation for this class was generated from the following files: