ALPSCore reference
|
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... | |