ALPSCore reference
Classes | Namespaces | Functions
dict_value.hpp File Reference
#include <iosfwd>
#include <type_traits>
#include <stdexcept>
#include <boost/variant/variant.hpp>
#include "./dict_exceptions.hpp"
#include "./dict_types.hpp"
#include <alps/hdf5/archive.hpp>
#include "./dict_value_impl.hpp"
Include dependency graph for dict_value.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  alps::params_ns::dict_value
 

Namespaces

 alps
 
 alps::params_ns
 

Functions

std::ostream & alps::params_ns::operator<< (std::ostream &os, const dict_value &dv)
 Print the value together with type in some human-readable format. More...
 

Detailed Description

Defines type(s) used to populate alps::params_ns::dictionary container.

Definition in file dict_value.hpp.