Whole document tree
    

Whole document tree

Templatestd::_Rope_RopeFunction struct Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::_Rope_RopeFunction< _CharT, _Alloc > Struct Template Reference

#include <stl_rope.h>

Inheritance diagram for std::_Rope_RopeFunction:

Inheritance graph
[legend]
Collaboration diagram for std::_Rope_RopeFunction< _CharT, _Alloc >:

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< _CharT, _Alloc >


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< _CharT, _Alloc >.

Reimplemented in std::_Rope_RopeSubstring< _CharT, _Alloc >.

Definition at line 640 of file stl_rope.h.


Constructor & Destructor Documentation

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

Definition at line 641 of file stl_rope.h.

References __stl_assert, std::_Rope_RopeFunction< _CharT, _Alloc >::_M_delete_when_done, and std::_Rope_RopeRep< _CharT, _Alloc >::_S_function.

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

Definition at line 658 of file stl_rope.h.

References std::_Rope_RopeRep< _CharT, _Alloc >::_M_free_c_string().


Member Data Documentation

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

Definition at line 625 of file stl_rope.h.

Referenced by std::_Rope_RopeFunction< _CharT, _Alloc >::_Rope_RopeFunction().

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

Definition at line 623 of file stl_rope.h.


The documentation for this struct was generated from the following file:
Generated on Mon Apr 8 03:17:42 2002 for libstdc++-v3 Source by doxygen1.2.15