|
ldas-tools-al 2.6.7
|
#include <InfixIterator.hh>


Public Types | |
| typedef charT | char_type |
| typedef traits | traits_type |
| typedef std::basic_ostream< charT, traits > | ostream_type |
| typedef charT | char_type |
| typedef traits | traits_type |
| typedef std::basic_ostream< charT, traits > | ostream_type |
Public Member Functions | |
| infix_ostream_iterator (ostream_type &s) | |
| infix_ostream_iterator (ostream_type &s, charT const *d) | |
| infix_ostream_iterator< T, charT, traits > & | operator= (T const &item) |
| infix_ostream_iterator< T, charT, traits > & | operator* () |
| infix_ostream_iterator< T, charT, traits > & | operator++ () |
| infix_ostream_iterator< T, charT, traits > & | operator++ (int) |
| infix_ostream_iterator (ostream_type &s) | |
| infix_ostream_iterator (ostream_type &s, charT const *d) | |
| infix_ostream_iterator< T, charT, traits > & | operator= (T const &item) |
| infix_ostream_iterator< T, charT, traits > & | operator* () |
| infix_ostream_iterator< T, charT, traits > & | operator++ () |
| infix_ostream_iterator< T, charT, traits > & | operator++ (int) |
Private Attributes | |
| std::basic_ostream< charT, traits > * | os |
| charT const * | delimiter |
| bool | first_elem |
| typedef charT LDASTools::AL::infix_ostream_iterator< T, charT, traits >::char_type |
| typedef charT LDASTools::AL::infix_ostream_iterator< T, charT, traits >::char_type |
| typedef std::basic_ostream< charT, traits > LDASTools::AL::infix_ostream_iterator< T, charT, traits >::ostream_type |
| typedef std::basic_ostream< charT, traits > LDASTools::AL::infix_ostream_iterator< T, charT, traits >::ostream_type |
| typedef traits LDASTools::AL::infix_ostream_iterator< T, charT, traits >::traits_type |
| typedef traits LDASTools::AL::infix_ostream_iterator< T, charT, traits >::traits_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |