SEVN
Loading...
Searching...
No Matches
params.h File Reference
#include <map>
#include <string>
#include <errhand.h>
#include <utilities.h>
#include <sstream>
#include <iostream>
#include <set>
#include <algorithm>
#include <sevnlog.h>
#include <lookup_and_phases.h>

Go to the source code of this file.

Classes

class  SEVNpar
 

Typedefs

typedef std::pair< double, std::string > num_entry
 
typedef std::pair< std::string, std::string > str_entry
 
typedef std::pair< bool, std::string > bool_entry
 
typedef std::map< std::string, num_entrymap_num
 
typedef std::map< std::string, str_entrymap_str
 
typedef std::map< std::string, bool_entrymap_bool
 

Typedef Documentation

◆ bool_entry

typedef std::pair<bool, std::string> bool_entry

◆ map_bool

typedef std::map<std::string, bool_entry> map_bool

◆ map_num

typedef std::map<std::string, num_entry> map_num

◆ map_str

typedef std::map<std::string, str_entry> map_str

◆ num_entry

typedef std::pair<double, std::string> num_entry

◆ str_entry

typedef std::pair<std::string, std::string> str_entry