HOPS
HOPS class reference
Classes | Namespaces | Enumerations | Functions
MHO_VexDefinitions.hh File Reference
#include "MHO_Message.hh"
#include <string>
#include <vector>
#include <regex>

Go to the source code of this file.

Classes

class  hops::MHO_VexDefinitions
 Class MHO_VexDefinitions. More...
 

Namespaces

 hops
 

Enumerations

enum  hops::vex_element_type {
  hops::vex_int_type , hops::vex_list_int_type , hops::vex_real_type , hops::vex_string_type ,
  hops::vex_list_string_type , hops::vex_epoch_type , hops::vex_radec_type , hops::vex_list_real_type ,
  hops::vex_compound_type , hops::vex_list_compound_type , hops::vex_link_type , hops::vex_keyword_type ,
  hops::vex_reference_type , hops::vex_unknown_type
}
 

Functions

std::string hops::string_pattern_replace (const std::string &value, const std::string &pattern, const std::string &replacement)
 Replaces occurrences of pattern in value with replacement. More...