libzypp  10.5.0
zypp::xml::parse_def_assign::Assigner< _Type > Struct Template Reference

Assigner assigns text to types constructible from char*. More...

#include <ParseDefConsume.h>

List of all members.

Public Member Functions

 Assigner (_Type &value_r)
virtual void assign (const char *text_r)

Private Attributes

_Type * _value

Detailed Description

template<class _Type>
struct zypp::xml::parse_def_assign::Assigner< _Type >

Assigner assigns text to types constructible from char*.

See also:
assigner consvenience constructor.

Definition at line 146 of file ParseDefConsume.h.


Constructor & Destructor Documentation

template<class _Type >
zypp::xml::parse_def_assign::Assigner< _Type >::Assigner ( _Type &  value_r) [inline]

Definition at line 148 of file ParseDefConsume.h.


Member Function Documentation

template<class _Type >
virtual void zypp::xml::parse_def_assign::Assigner< _Type >::assign ( const char *  text_r) [inline, virtual]

Definition at line 152 of file ParseDefConsume.h.


Member Data Documentation

template<class _Type >
_Type* zypp::xml::parse_def_assign::Assigner< _Type >::_value [private]

Definition at line 156 of file ParseDefConsume.h.


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