ALPSCore reference
Namespaces | Functions
dict_value_impl.hpp File Reference
#include <alps/utilities/short_print.hpp>
#include <boost/type_index.hpp>
#include <boost/integer_traits.hpp>
#include <boost/static_assert.hpp>
#include <type_traits>
Include dependency graph for dict_value_impl.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 alps
 
 alps::params_ns
 

Functions

template<typename F >
F::result_type alps::params_ns::apply_visitor (F &visitor, const dict_value &dv)
 Const-access visitor to the bound value. More...
 
template<typename F >
F::result_type alps::params_ns::apply_visitor (const F &visitor, const dict_value &dv)
 Const-access visitor to the bound value. More...
 
template<typename T >
bool alps::params_ns::operator== (const T &lhs, const dict_value &rhs)
 
template<typename T >
bool alps::params_ns::operator!= (const T &lhs, const dict_value &rhs)
 
template<typename T >
bool alps::params_ns::operator== (const dict_value &lhs, const T &rhs)
 
template<typename T >
bool alps::params_ns::operator!= (const dict_value &lhs, const T &rhs)
 
bool alps::params_ns::operator== (const dict_value &lhs, const dict_value &rhs)
 
bool alps::params_ns::operator!= (const dict_value &lhs, const dict_value &rhs)
 
bool alps::params_ns::operator== (const dict_value &lhs, const char *rhs)
 
bool alps::params_ns::operator!= (const dict_value &lhs, const char *rhs)
 
bool alps::params_ns::operator== (const char *lhs, const dict_value &rhs)
 
bool alps::params_ns::operator!= (const char *lhs, const dict_value &rhs)
 

Detailed Description

Contains header-part implementation of dict_value. NOT TO BE INCLUDED DIRECTLY!

Definition in file dict_value_impl.hpp.