1#ifndef TRANSFORMSTREAM_H
2#define TRANSFORMSTREAM_H
28 template<
typename TYPE>
105 template <
typename T>
109 template<
typename TYPE>
112 template<
typename TYPE>
113 auto original::transformStream<TYPE>::pushEnd(
const transform<TYPE>& t) ->
void
118 template<
typename TYPE>
125 template <
typename TYPE>
132 template <
typename TYPE>
142 template<
typename TYPE>
150 template <
typename TYPE>
151 auto original::operator+(
const transform<TYPE>& t,
const transformStream<TYPE>& ots) -> transformStream<TYPE>
153 transformStream<TYPE> ts;
Non-cyclic doubly linked list implementation.
Non-cyclic doubly linked list container.
Definition chain.h:36
Shared ownership smart pointer with strong references.
Definition refCntPtr.h:100
Main namespace for the project Original.
Definition algorithms.h:21
auto operator+(const iterator< T > &it, integer steps) -> iterator< T > *
Adds a number of steps to the iterator's current position and returns a new iterator.
Reference-counted smart pointer hierarchy.