__gnu_cxx::sequence_buffer< Sequence, Buf_sz > Class Template Reference

Inheritance diagram for __gnu_cxx::sequence_buffer< Sequence, Buf_sz >:

Inheritance graph
[legend]
Collaboration diagram for __gnu_cxx::sequence_buffer< Sequence, Buf_sz >:

Collaboration graph
[legend]

List of all members.

Public Types

typedef
Sequence::value_type 
value_type
 The type "pointed to" by the iterator.
typedef
std::output_iterator_tag 
iterator_category
 One of the tag types.
typedef void difference_type
 Distance between iterators is represented as this type.
typedef void pointer
 This type represents a pointer-to-value_type.
typedef void reference
 This type represents a reference-to-value_type.

Public Member Functions

void flush ()
 ~sequence_buffer ()
 sequence_buffer ()
 sequence_buffer (const sequence_buffer &x)
 sequence_buffer (sequence_buffer &x)
 sequence_buffer (Sequence &s)
sequence_bufferoperator= (sequence_buffer &x)
sequence_bufferoperator= (const sequence_buffer &x)
void push_back (value_type x)
void append (value_type *s, size_t __len)
sequence_bufferwrite (value_type *s, size_t __len)
sequence_bufferput (value_type x)
sequence_bufferoperator= (const value_type &__rhs)
sequence_bufferoperator * ()
sequence_bufferoperator++ ()
sequence_buffer operator++ (int)

Protected Attributes

Sequence * M_prefix
value_type M_buffer [Buf_sz]
size_t M_buf_count


Detailed Description

template<class Sequence, size_t Buf_sz = 100>
class __gnu_cxx::sequence_buffer< Sequence, Buf_sz >

Definition at line 137 of file rope.


Member Typedef Documentation

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 140 of file rope.

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 107 of file stl_iterator_base_types.h.

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 111 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 113 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 115 of file stl_iterator_base_types.h.


The documentation for this class was generated from the following file:
Generated on Wed Oct 3 06:18:20 2007 for libstdc++-v3 Source by  doxygen 1.5.3