Wolframe, 0.0.3

filter Directory Reference

Files

file  envelopefilter.hpp [code]
 Filter serving as envelope for a typed filter with some addtionional context data. Used for functions that return a result of a function called as their own result. They need to add their closure so that it not get freed while the result is still processed by the caller.
 
file  execContextInputFilter.hpp [code]
 Execution context elements as input filter.
 
file  filter.hpp [code]
 Interface for filter class.
 
file  filterbase.hpp [code]
 Common definitions of input and output filter.
 
file  filterdef.hpp [code]
 Interface for parsing filter definitions.
 
file  inputfilter.hpp [code]
 Interface for input filter.
 
file  inputfilterScope.hpp [code]
 Interface to scope of an input filter.
 
file  joinfilter.hpp [code]
 Interface for a filter created from the join of two filters.
 
file  null_filter.hpp [code]
 Filter that emits an error for beeing undefined instead of doing something when used.
 
file  outputfilter.hpp [code]
 Interface for output filter.
 
file  ptreefilter.hpp [code]
 Filter for serialization/deserialization of a property tree.
 
file  redirectFilterClosure.hpp [code]
 Interface to redirect streaming from an input filter to an output filter interface.
 
file  singlefilter.hpp [code]
 Interface of input filter that returns one content element only.
 
file  tostringfilter.hpp [code]
 Interface for tostring methods in language bindings.
 
file  typedfilter.hpp [code]
 Typed interface for input/output filter.
 
file  typedfilterScope.hpp [code]
 Interface to scope of typed filter.
 
file  typingfilter.hpp [code]
 Interface of filters that wrap untyped to typed input/output filters.