push_back
method.
More...
#include <stringhelper.h>
Public Types | |
typedef _Container | container_type |
typedef void | value_type |
typedef void | difference_type |
typedef void | pointer |
typedef void | reference |
Public Member Functions | |
string_append_iterator (_Container &__x) | |
string_append_iterator< _Container > & | operator= (const typename _Container::value_type &__value) |
string_append_iterator< _Container > & | operator * () |
string_append_iterator< _Container > & | operator++ () |
string_append_iterator< _Container > & | operator++ (int) |
Protected Attributes | |
_Container * | container |
push_back
method.
Definition at line 113 of file stringhelper.h.
|
Definition at line 117 of file stringhelper.h. |
|
Definition at line 119 of file stringhelper.h. |
|
Definition at line 120 of file stringhelper.h. |
|
Definition at line 121 of file stringhelper.h. |
|
Definition at line 118 of file stringhelper.h. |
|
Definition at line 123 of file stringhelper.h. References log4cplus::helpers::string_append_iterator< _Container >::container. |
|
Definition at line 129 of file stringhelper.h. |
|
Definition at line 131 of file stringhelper.h. |
|
Definition at line 130 of file stringhelper.h. |
|
Definition at line 125 of file stringhelper.h. References log4cplus::helpers::string_append_iterator< _Container >::container. |
|
Definition at line 115 of file stringhelper.h. Referenced by log4cplus::helpers::string_append_iterator< _Container >::operator=(), and log4cplus::helpers::string_append_iterator< _Container >::string_append_iterator(). |