![]() |
Scarab
v2.0.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 25 of file param_node.hh.
|
inline |
Definition at line 32 of file param_node.hh.
|
inline |
Definition at line 35 of file param_node.hh.
|
inline |
Definition at line 41 of file param_node.hh.
|
inlineprivate |
Definition at line 53 of file param_node.hh.
|
inline |
Definition at line 45 of file param_node.hh.
|
friend |
Definition at line 51 of file param_node.hh.