Flow123d  jenkins-Flow123d-windows32-release-multijob-51
Classes | Namespaces | Functions
storage.hh File Reference
#include <iostream>
#include <string>
#include <vector>
#include "system/exceptions.hh"
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Input::StorageBase
 Base class for nodes of a data storage tree. More...
 
class  Input::StorageArray
 
class  Input::StorageBool
 
class  Input::StorageInt
 
class  Input::StorageDouble
 
class  Input::StorageString
 
class  Input::StorageNull
 

Namespaces

 Input
 

Functions

 Input::TYPEDEF_ERR_INFO (EI_RequestedType, const std::string)
 
 Input::TYPEDEF_ERR_INFO (EI_StoredType, const std::string)
 
 Input::DECLARE_EXCEPTION (ExcStorageTypeMismatch,<< "Storage type mismatch. You want value of type "<< EI_RequestedType::qval<< " but stored is value of type "<< EI_StoredType::qval)