0.11.4
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345678]
 Pca
 Puqac
 Plif
 PcepElementary classes defining all the basic concepts of event stream processing
 PfunctionsDefinition of the Function object and basic concepts around functions
 PioProcessors to handle input and output of data from external sources, such as files and pipes
 PtmfProcessors to manipulate traces of generic events
 PutilUtility 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
 CCallAfterConnectAn object carrying a Processor to be connected, and which expects a call to its call() method after the connection is established
 CConnectorProvides a number of convenient methods for connecting the outputs of processors to the inputs of other processors
 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
 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