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

std::_Rope_RopeLeaf Struct Template Reference

#include <stl_rope.h>

Inheritance diagram for std::_Rope_RopeLeaf:

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef _Rope_rep_base<_CharT,
_Alloc>::allocator_type 
allocator_type
enum  { _S_alloc_granularity = 8 }

Public Methods

 _Rope_RopeLeaf (__GC_CONST _CharT *__d, size_t __size, allocator_type __a)
 ~_Rope_RopeLeaf ()

Public Attributes

__GC_CONST _CharT* _M_data

Static Public Methods

size_t _S_rounded_up_size (size_t __n)

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


Member Typedef Documentation

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

Reimplemented from std::_Rope_RopeRep.

Definition at line 541 of file stl_rope.h.


Member Enumeration Documentation

template<class _CharT, class _Alloc>
anonymous enum
 

Enumeration values:
_S_alloc_granularity  

Definition at line 518 of file stl_rope.h.


Constructor & Destructor Documentation

template<class _CharT, class _Alloc>
std::_Rope_RopeLeaf<_CharT, _Alloc>::_Rope_RopeLeaf<_CharT, _Alloc> ( __GC_CONST _CharT * __d,
size_t __size,
allocator_type __a ) [inline]
 

Definition at line 542 of file stl_rope.h.

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

Definition at line 556 of file stl_rope.h.


Member Function Documentation

template<class _CharT, class _Alloc>
size_t std::_Rope_RopeLeaf<_CharT, _Alloc>::_S_rounded_up_size ( size_t __n ) [inline, static]
 

Definition at line 519 of file stl_rope.h.


Member Data Documentation

template<class _CharT, class _Alloc>
__GC_CONST _CharT* std::_Rope_RopeLeaf<_CharT, _Alloc>::_M_data
 

Definition at line 535 of file stl_rope.h.


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