Public Attributes | List of all members
VarDict Struct Reference

#include <VarDict.h>

Public Attributes

std::unordered_map< std::string, double > scalar
 
std::unordered_map< std::string, std::vector< double > > vector
 

Detailed Description

Definition at line 8 of file VarDict.h.

Member Data Documentation

std::unordered_map<std::string, double> VarDict::scalar

Definition at line 10 of file VarDict.h.

std::unordered_map<std::string, std::vector<double> > VarDict::vector

Definition at line 11 of file VarDict.h.


The documentation for this struct was generated from the following file: