#include <MemberValueIface.h>

Public Member Functions | |
| virtual bool | get (std::string const &key, typename icl_core::ConvertToRef< Q >::ToRef value) const =0 |
| virtual std::string | getStringValue () const =0 |
| virtual std::string | getSuffix () const =0 |
| virtual | ~MemberValueIface () |
Abstract interface for member value configuration readers.
Definition at line 37 of file MemberValueIface.h.
| virtual icl_core::config::impl::MemberValueIface< Q >::~MemberValueIface | ( | ) | [inline, virtual] |
Definition at line 40 of file MemberValueIface.h.
| virtual bool icl_core::config::impl::MemberValueIface< Q >::get | ( | std::string const & | key, |
| typename icl_core::ConvertToRef< Q >::ToRef | value | ||
| ) | const [pure virtual] |
| virtual std::string icl_core::config::impl::MemberValueIface< Q >::getStringValue | ( | ) | const [pure virtual] |
| virtual std::string icl_core::config::impl::MemberValueIface< Q >::getSuffix | ( | ) | const [pure virtual] |