![]() |
Scarab
v3.2.0
Project 8 C++ Utility Library
|
#include <param_node.hh>
Classes | |
struct | enabler |
Public Member Functions | |
map_deref_iterator () | |
map_deref_iterator (const x_iiterator &other) | |
template<class x_other_value , class x_other_iiterator > | |
map_deref_iterator (const map_deref_iterator< x_key, x_other_value, x_other_iiterator > &other, typename boost::enable_if< boost::is_convertible< x_other_value, x_value >, enabler >::type=enabler()) | |
const x_key & | name () const |
Private Member Functions | |
x_value & | dereference () const |
Friends | |
class | boost::iterator_core_access |
Definition at line 28 of file param_node.hh.
|
inline |
Definition at line 35 of file param_node.hh.
|
inline |
Definition at line 38 of file param_node.hh.
|
inline |
Definition at line 44 of file param_node.hh.
|
inlineprivate |
Definition at line 56 of file param_node.hh.
|
inline |
Definition at line 48 of file param_node.hh.
|
friend |
Definition at line 54 of file param_node.hh.