libzypp  13.10.6
zypp::NamedValue< _Tp, _WithAlias >::_Inserter Class Reference

#include <NamedValue.h>

Public Member Functions

 _Inserter (NamedValue &parent_r, const _Tp &value_r)
 
_Inserteroperator| (const std::string &name_r)
 

Private Attributes

NamedValue_parent
 
_Tp _value
 

Detailed Description

template<class _Tp, const bool _WithAlias = true>
class zypp::NamedValue< _Tp, _WithAlias >::_Inserter

Definition at line 109 of file NamedValue.h.

Constructor & Destructor Documentation

template<class _Tp , const bool _WithAlias = true>
zypp::NamedValue< _Tp, _WithAlias >::_Inserter::_Inserter ( NamedValue parent_r,
const _Tp &  value_r 
)
inline

Definition at line 112 of file NamedValue.h.

Member Function Documentation

template<class _Tp , const bool _WithAlias = true>
_Inserter& zypp::NamedValue< _Tp, _WithAlias >::_Inserter::operator| ( const std::string &  name_r)
inline

Definition at line 116 of file NamedValue.h.

Member Data Documentation

template<class _Tp , const bool _WithAlias = true>
NamedValue* zypp::NamedValue< _Tp, _WithAlias >::_Inserter::_parent
private

Definition at line 119 of file NamedValue.h.

template<class _Tp , const bool _WithAlias = true>
_Tp zypp::NamedValue< _Tp, _WithAlias >::_Inserter::_value
private

Definition at line 120 of file NamedValue.h.


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