Data types definitions for wfcamsrc. More...
#include <map>#include <string>

Go to the source code of this file.
Typedefs | |
| typedef double | Numeric | 
| Represent all numeric data as double.   | |
| typedef string | Metadata | 
| Represent all metadata as string.   | |
| typedef std::map< int, string > | StringMap | 
| Integer indexed container of String objects.   | |
| typedef std::map< int, int > | IntMap | 
| Integer indexed container of Integer objects.   | |
Data types definitions for wfcamsrc.
| typedef std::map<int, int> IntMap | 
Integer indexed container of Integer objects.
| typedef string Metadata | 
Represent all metadata as string.
| typedef double Numeric | 
Represent all numeric data as double.
| typedef std::map<int, string> StringMap | 
Integer indexed container of String objects.
 1.6.3