Main Page
Class Categories
Classes
Namespaces
File List
File Members
exper-sw
cosmosw
AugerSW
Offline
source
main
Utilities
ExpressionEvaluator
SymbolTable.h
Go to the documentation of this file.
1
#ifndef _utl_SymbolTable_h_
2
#define _utl_SymbolTable_h_
3
4
#include <string>
5
#include <map>
6
7
8
namespace
utl {
9
10
typedef
std::map<std::string, double>
SymbolTable
;
11
12
}
13
14
15
#endif
utl::SymbolTable
std::map< std::string, double > SymbolTable
Definition:
SymbolTable.h:10
, generated on Tue Sep 26 2023.