__gnu_cxx::sequence_buffer< _Sequence, _Buf_sz > Class Template Reference

Inheritance diagram for __gnu_cxx::sequence_buffer< _Sequence, _Buf_sz >:

Inheritance graph
List of all members.

Detailed Description

template<class _Sequence, size_t _Buf_sz = 100>
class __gnu_cxx::sequence_buffer< _Sequence, _Buf_sz >

Definition at line 165 of file rope.

Public Types

Public Member Functions

Protected Attributes


Member Typedef Documentation

typedef void std::iterator< std::output_iterator_tag , void , void , void , void >::difference_type [inherited]

Distance between iterators is represented as this type.

Definition at line 117 of file stl_iterator_base_types.h.

typedef std::output_iterator_tag std::iterator< std::output_iterator_tag , void , void , void , void >::iterator_category [inherited]

One of the tag types.

Definition at line 113 of file stl_iterator_base_types.h.

typedef void std::iterator< std::output_iterator_tag , void , void , void , void >::pointer [inherited]

This type represents a pointer-to-value_type.

Definition at line 119 of file stl_iterator_base_types.h.

typedef void std::iterator< std::output_iterator_tag , void , void , void , void >::reference [inherited]

This type represents a reference-to-value_type.

Definition at line 121 of file stl_iterator_base_types.h.

template<class _Sequence, size_t _Buf_sz = 100>
typedef _Sequence::value_type __gnu_cxx::sequence_buffer< _Sequence, _Buf_sz >::value_type

The type "pointed to" by the iterator.

Reimplemented from std::iterator< std::output_iterator_tag, void, void, void, void >.

Definition at line 169 of file rope.


The documentation for this class was generated from the following file:
Generated on Wed Mar 26 00:44:04 2008 for libstdc++ by  doxygen 1.5.1