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

std::_Rope_RopeFunction Struct Template Reference

#include <stl_rope.h>

Inheritance diagram for std::_Rope_RopeFunction:

Inheritance graph
[legend]
Collaboration diagram for std::_Rope_RopeFunction:

Collaboration graph
[legend]
List of all members.

Public Types

typedef _Rope_rep_base<_CharT,
_Alloc>::allocator_type 
allocator_type

Public Methods

 _Rope_RopeFunction (char_producer< _CharT > *__f, size_t __size, bool __d, allocator_type __a)
 ~_Rope_RopeFunction ()

Public Attributes

char_producer<_CharT>* _M_fn
bool _M_delete_when_done

template<class _CharT, class _Alloc> struct std::_Rope_RopeFunction


Member Typedef Documentation

template<class _CharT, class _Alloc>
typedef _Rope_rep_base<_CharT,_Alloc>::allocator_type std::_Rope_RopeFunction<_CharT, _Alloc>::allocator_type
 

Reimplemented from std::_Rope_RopeRep.

Reimplemented in std::_Rope_RopeSubstring.

Definition at line 611 of file stl_rope.h.


Constructor & Destructor Documentation

template<class _CharT, class _Alloc>
std::_Rope_RopeFunction<_CharT, _Alloc>::_Rope_RopeFunction<_CharT, _Alloc> ( char_producer< _CharT > * __f,
size_t __size,
bool __d,
allocator_type __a ) [inline]
 

Definition at line 612 of file stl_rope.h.

template<class _CharT, class _Alloc>
std::_Rope_RopeFunction<_CharT, _Alloc>::~_Rope_RopeFunction<_CharT, _Alloc> ( ) [inline]
 

Definition at line 629 of file stl_rope.h.


Member Data Documentation

template<class _CharT, class _Alloc>
bool std::_Rope_RopeFunction<_CharT, _Alloc>::_M_delete_when_done
 

Definition at line 596 of file stl_rope.h.

template<class _CharT, class _Alloc>
char_producer<_CharT>* std::_Rope_RopeFunction<_CharT, _Alloc>::_M_fn
 

Definition at line 594 of file stl_rope.h.


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