Public Member Functions

stream::unique< Input, Stopper > Class Template Reference
[Stream package]

Equivalent to std::unique algorithms. More...

#include <stream.h>

List of all members.

Public Member Functions

uniqueoperator++ ()
 Standard stream method.
value_type operator* () const
 Standard stream method.
const value_type * operator-> () const
 Standard stream method.
bool empty () const
 Standard stream method.

Detailed Description

template<class Input>
class stream::unique< Input, Stopper >

Equivalent to std::unique algorithms.

Removes consecutive duplicates from the stream.


Member Function Documentation

template<class Input >
bool stream::unique< Input, Stopper >::empty (  )  const [inline]

Standard stream method.

template<class Input >
value_type stream::unique< Input, Stopper >::operator* (  )  const [inline]

Standard stream method.

template<class Input >
unique& stream::unique< Input, Stopper >::operator++ (  )  [inline]

Standard stream method.

template<class Input >
const value_type* stream::unique< Input, Stopper >::operator-> (  )  const [inline]

Standard stream method.


The documentation for this class was generated from the following file: