Public Member Functions | Private Attributes | List of all members
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]

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 ()
 
- Public Member Functions inherited from icl_core::config::impl::MemberValueIface< Q >
virtual ~MemberValueIface ()
 

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 ( )
inlinevirtual

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
inlinevirtual

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
inlinevirtual

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
inlinevirtual

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
mutableprivate

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 Mon Jun 10 2019 13:17:59