HOPS
HOPS class reference
Classes | Namespaces | Enumerations
MHO_ControlDefinitions.hh File Reference
#include <string>
#include <vector>
#include "MHO_DirectoryInterface.hh"
#include "MHO_JSONHeaderWrapper.hh"

Go to the source code of this file.

Classes

class  hops::MHO_ControlDefinitions
 Class MHO_ControlDefinitions. More...
 
struct  hops::MHO_ControlLine
 Class MHO_ControlLine. More...
 
struct  hops::MHO_ControlStatement
 Class MHO_ControlStatement. More...
 
struct  hops::MHO_Token
 Class MHO_Token. More...
 

Namespaces

 hops
 

Enumerations

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
}
 

Class Documentation

◆ 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

struct hops::MHO_Token

Class MHO_Token.

Class Members
size_t fLineNumber
string fValue