SHORE API
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
filter.hpp File Reference

Connect file readers, writers and processing steps through a signal/slot pipeline system. More...

Go to the source code of this file.

Classes

class  shore::thru< T, U >
 Simply pass the data on, optionally perform a type cast. More...
 
struct  shore::conversion< T, U >
 Specializable assignment functor for use with conversion_pipe. More...
 
class  shore::conversion_pipe< T, U, Converter >
 Simply pass the data on, but perform a type conversion. More...
 
class  shore::filter< T >
 Takes up functors for filtering items from a pipeline. More...
 
class  shore::splitter< T >
 Takes up functors for filtering items from a pipeline. More...
 

Namespaces

 shore
 SHORE core API.
 

Constant Groups

 shore
 SHORE core API.
 

Detailed Description

Connect file readers, writers and processing steps through a signal/slot pipeline system.

Author
Felix Ott