Public Member Functions | Private Attributes
icl_core::config::MemberValue< bool, Q > Class Template Reference

Template specialization for boolean MemberValues. More...

#include <MemberValue.h>

Inheritance diagram for icl_core::config::MemberValue< bool, Q >:
Inheritance graph
[legend]

List of all members.

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

Detailed Description

template<typename Q>
class icl_core::config::MemberValue< bool, Q >

Template specialization for boolean MemberValues.

Definition at line 117 of file MemberValue.h.


Constructor & Destructor Documentation

template<typename Q >
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.

template<typename Q >
virtual icl_core::config::MemberValue< bool, Q >::~MemberValue ( ) [inline, virtual]

Definition at line 126 of file MemberValue.h.


Member Function Documentation

template<typename Q >
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.

template<typename Q >
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.

template<typename Q >
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.


Member Data Documentation

template<typename Q >
boost::function<bool&(Q&)> icl_core::config::MemberValue< bool, Q >::m_accessor [private]

Definition at line 156 of file MemberValue.h.

template<typename Q >
std::string icl_core::config::MemberValue< bool, Q >::m_config_suffix [private]

Definition at line 155 of file MemberValue.h.

template<typename Q >
std::string icl_core::config::MemberValue< bool, Q >::m_str_value [mutable, private]

Definition at line 157 of file MemberValue.h.


The documentation for this class was generated from the following file:


fzi_icl_core
Author(s):
autogenerated on Thu Jun 6 2019 20:22:26