ORIGINAL
Loading...
Searching...
No Matches
transformStream.h File Reference

Transform pipeline composition and execution. More...

#include "transform.h"
#include "chain.h"
#include "refCntPtr.h"
Include dependency graph for transformStream.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  original::transformStream< TYPE >
 Ordered sequence of transformation operations. More...
 

Namespaces

namespace  original
 Main namespace for the project Original.
 

Detailed Description

Transform pipeline composition and execution.

Defines a stream of transformations that can be sequentially applied to data. Supports building transformation pipelines through operator chaining.