#include <string>
#include <vector>
#include "MHO_DirectoryInterface.hh"
#include "MHO_JSONHeaderWrapper.hh"
Go to the source code of this file.
|
enum | hops::control_element_type {
hops::control_int_type
, hops::control_list_int_type
, hops::control_real_type
, hops::control_string_type
,
hops::control_list_string_type
, hops::control_fixed_length_list_string_type
, hops::control_list_real_type
, hops::control_conditional_type
,
hops::control_compound_type
, hops::control_bool_type
, hops::control_unknown_type
} |
|
◆ hops::MHO_ControlLine
struct hops::MHO_ControlLine |
Class Members |
string |
fContents |
|
size_t |
fLineNumber |
|
vector< MHO_Token > |
fTokens |
|
◆ hops::MHO_ControlStatement
struct hops::MHO_ControlStatement |
Class Members |
string |
fKeyword |
|
size_t |
fStartLineNumber |
|
vector< MHO_Token > |
fTokens |
|
◆ hops::MHO_Token
Class Members |
size_t |
fLineNumber |
|
string |
fValue |
|