Template specialization for boolean MemberValues. More...
#include <MemberValue.h>

Public Member Functions | |
| virtual bool | get (std::string const &key, typename icl_core::ConvertToRef< Q >::ToRef value) const |
| virtual std::string | getStringValue () const |
| virtual std::string | getSuffix () const |
| MemberValue (std::string const &config_suffix, boost::function< bool &(Q &)> accessor) | |
| virtual | ~MemberValue () |
Private Attributes | |
| boost::function< bool &(Q &)> | m_accessor |
| std::string | m_config_suffix |
| std::string | m_str_value |
Template specialization for boolean MemberValues.
Definition at line 117 of file MemberValue.h.
| icl_core::config::MemberValue< bool, Q >::MemberValue | ( | std::string const & | config_suffix, |
| boost::function< bool &(Q &)> | accessor | ||
| ) | [inline] |
Definition at line 120 of file MemberValue.h.
| virtual icl_core::config::MemberValue< bool, Q >::~MemberValue | ( | ) | [inline, virtual] |
Definition at line 126 of file MemberValue.h.
| virtual bool icl_core::config::MemberValue< bool, Q >::get | ( | std::string const & | key, |
| typename icl_core::ConvertToRef< Q >::ToRef | value | ||
| ) | const [inline, virtual] |
Implements icl_core::config::impl::MemberValueIface< Q >.
Definition at line 128 of file MemberValue.h.
| virtual std::string icl_core::config::MemberValue< bool, Q >::getStringValue | ( | ) | const [inline, virtual] |
Implements icl_core::config::impl::MemberValueIface< Q >.
Definition at line 152 of file MemberValue.h.
| virtual std::string icl_core::config::MemberValue< bool, Q >::getSuffix | ( | ) | const [inline, virtual] |
Implements icl_core::config::impl::MemberValueIface< Q >.
Definition at line 151 of file MemberValue.h.
boost::function<bool&(Q&)> icl_core::config::MemberValue< bool, Q >::m_accessor [private] |
Definition at line 156 of file MemberValue.h.
std::string icl_core::config::MemberValue< bool, Q >::m_config_suffix [private] |
Definition at line 155 of file MemberValue.h.
std::string icl_core::config::MemberValue< bool, Q >::m_str_value [mutable, private] |
Definition at line 157 of file MemberValue.h.