stlsoft/iterators/cstring_concatenator_iterator.hpp File Reference


Detailed Description

[C++ only] Definition of the stlsoft::cstring_concatenator_iterator class template (Iterators Library).

#include <stlsoft/stlsoft.h>
#include <stlsoft/util/std/iterator_helper.hpp>
#include <stlsoft/algorithms/pod.hpp>
#include <stlsoft/shims/access/string.hpp>

Go to the source code of this file.

Namespaces

namespace  stlsoft

Classes

class  cstring_concatenator_iterator
 This output iterator adaptor template wraps a C-style string pointer as an output iterator, to enable a C-style string to be built up as a result of the application of an algorithm. More...
class  cstring_concatenator_iterator::deref_proxy

Functions

template<typename C>
cstring_concatenator_iterator< C > make_cstring_concatenator_iterator (C *s, size_t *pNumWritten=NULL)
 Creator function for cstring_concatenator_iterator.
template<typename C>
cstring_concatenator_iterator< C > cstring_concatenator (C *s, size_t *pNumWritten=NULL)
 Creates an instance of the cstring_concatenator_iterator from the given c-string pointer.


Generated on Thu Jun 10 08:58:07 2010 for STLSoft by  doxygen 1.5.6