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

std::_Rope_RopeConcatenation Struct Template Reference

#include <stl_rope.h>

Inheritance diagram for std::_Rope_RopeConcatenation:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef _Rope_rep_base<_CharT,
_Alloc>::allocator_type 
allocator_type

Public Methods

 _Rope_RopeConcatenation (_Rope_RopeRep< _CharT, _Alloc > *__l, _Rope_RopeRep< _CharT, _Alloc > *__r, allocator_type __a)
 ~_Rope_RopeConcatenation ()

Public Attributes

_Rope_RopeRep<_CharT,_Alloc>* _M_left
_Rope_RopeRep<_CharT,_Alloc>* _M_right

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


Member Typedef Documentation

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

Reimplemented from std::_Rope_RopeRep.

Definition at line 571 of file stl_rope.h.


Constructor & Destructor Documentation

template<class _CharT, class _Alloc>
std::_Rope_RopeConcatenation<_CharT, _Alloc>::_Rope_RopeConcatenation<_CharT, _Alloc> ( _Rope_RopeRep< _CharT, _Alloc > * __l,
_Rope_RopeRep< _CharT, _Alloc > * __r,
allocator_type __a ) [inline]
 

Definition at line 572 of file stl_rope.h.

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

Definition at line 583 of file stl_rope.h.


Member Data Documentation

template<class _CharT, class _Alloc>
_Rope_RopeRep<_CharT,_Alloc>* std::_Rope_RopeConcatenation<_CharT, _Alloc>::_M_left
 

Definition at line 568 of file stl_rope.h.

template<class _CharT, class _Alloc>
_Rope_RopeRep<_CharT,_Alloc>* std::_Rope_RopeConcatenation<_CharT, _Alloc>::_M_right
 

Definition at line 569 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