ALPSCore reference
Classes | Namespaces | Functions
dictionary.hpp File Reference
#include <alps/config.hpp>
#include <map>
#include "./params/dict_value.hpp"
Include dependency graph for dictionary.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::dictionary
 Python-like dictionary. More...
 

Namespaces

 alps
 
 alps::params_ns
 

Functions

bool alps::params_ns::operator== (const dictionary &lhs, const dictionary &rhs)
 
bool alps::params_ns::operator!= (const dictionary &lhs, const dictionary &rhs)
 
template<typename F >
F::result_type alps::params_ns::apply_visitor (F &visitor, dictionary::const_iterator it)
 Const-access visitor to a value by an iterator. More...
 
template<typename F >
F::result_type alps::params_ns::apply_visitor (const F &visitor, dictionary::const_iterator it)
 Const-access visitor to a value by an iterator. More...