Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::char_producer Class Template Reference

#include <stl_rope.h>

Inheritance diagram for std::char_producer:

Inheritance graph
[legend]
List of all members.

Public Methods

virtual ~char_producer ()
virtual void operator() (size_t __start_pos, size_t __len, _CharT *__buffer)=0

template<class _CharT> class std::char_producer


Constructor & Destructor Documentation

template<class _CharT>
std::char_producer<_CharT>::~char_producer<_CharT> ( ) [inline, virtual]
 

Definition at line 74 of file stl_rope.h.


Member Function Documentation

template<class _CharT>
virtual void std::char_producer<_CharT>::operator() ( size_t __start_pos,
size_t __req_len,
_CharT * __buffer ) [pure virtual]
 

Reimplemented in std::_Rope_RopeSubstring.


The documentation for this class was generated from the following file:
Generated at Tue May 1 16:30:09 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001