0.10.8-alpha
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345678]
 Nca
 Nuqac
 Nlif
 NcepElementary classes defining all the basic concepts of event stream processing
 NfunctionsDefinition of the Function object and basic concepts around functions
 NioProcessors to handle input and output of data from external sources, such as files and pipes
 NtmfProcessors to manipulate traces of generic events
 NutilUtility processors and functions to manipulate strings, arrays, and a few other data structures
 CAdderA simple processor that adds two integers
 CAsynchronousProcessorProcessor that handles its inputs asynchronously
 CCompoundFutureA Future object whose termination and output value depends on the termination and output values of multiple other Future objects
 CContextAssociative map used by processors to store persistent data
 CContextualizableInterface implemented by all BeepBeep objects that manipulate a Context
 CDoublerA processor that doubles every number it is given
 CDuplicableInterface indicating that an object can be duplicated
 CDuplicableProcessorAn override on the return type of Duplicable that enforces the return of a processor
 CEventNodeFunction
 CEventTrackerTracks the relationship between output events produced by processors, and the input events that were used to compute them
 CFutureDoneA Future object indicating that the computation is completed
 CGroupProcessorEncapsulates a chain of processors as if it were a single one
 CMainA dummy main file defining a few system-wide constants
 CPipeCrawlerAn object that visits every processor in a chain, from a processor used as a starting point
 CProcessorReceives zero or more input events, and produces zero or more output events
 CProcessorExceptionGeneric class for any exception thrown in the lifecycle of a processor
 CPullableQueries events on one of a processor's outputs
 CPushableGives events to some of a processor's input
 CStatefulInterface implemented by processors that can publicly expose a token equivalent to their internal state
 CSynchronousProcessorPerforms a computation on input events to produce output events
 CTypedPullableA Pullable object that casts all its output to a given type
 CUniformProcessorProcessor that produces exactly one output front for each input front received
 CUtilityMethodsA few methods repeatedly used throughout the code repository examples