nidas  v1.2-1520
Classes | Namespaces | Functions
Parameter.h File Reference
#include "DOMable.h"
#include <string>
#include <vector>
#include <sstream>
#include <iostream>

Go to the source code of this file.

Classes

class  nidas::core::Parameter
 
class  nidas::core::ParameterT< T >
 A typed Parameter, with data of type T. More...
 
class  nidas::core::ParameterNameTypeComparator
 Functor class for Parameter, doing an equality check of parameter name and type. More...
 

Namespaces

 nidas
 Root namespace for the NCAR In-Situ Data Acquisition Software.
 
 nidas::core
 The essential core classes of nidas.
 

Functions

Parameter::parType nidas::core::getParamType (std::string)
 Overloaded function to return a enumerated value corresponding to the type pointed to by the argument. More...
 
Parameter::parType nidas::core::getParamType (float)
 
Parameter::parType nidas::core::getParamType (int)
 
Parameter::parType nidas::core::getParamType (bool)