#include <general-functions.hh>
Public Methods | |
MAppend (const TSourceItem &rktSOURCE_ITEM) | |
void | operator() (TTargetItem &rtTARGET_ITEM) const |
Public Attributes | |
const TSourceItem & | rktSourceItem |
Source item for append from. |
Definition at line 50 of file general-functions.hh.
|
Builds a new instance for appending rktSOURCE_ITEM to a provided TTargetItem instance (that must be a pointer). Definition at line 65 of file general-functions.hh. References mpcl::util::MAppend< TTargetItem, TSourceItem >::rktSourceItem. |
|
Appends the item rktSourceItem to rktTARGET_ITEM (that must be have support for the operator '<<').
Definition at line 73 of file general-functions.hh. References mpcl::util::MAppend< TTargetItem, TSourceItem >::rktSourceItem. |