Pulsar::Processor Class Referenceabstract

Interface to any object that processes data in an Archive. More...

#include <Processor.h>

Inheritance diagram for Pulsar::Processor:
Reference::Able Reference::HeapTracked Pulsar::Application::Options Pulsar::CommonOptions Pulsar::PlotOptions Pulsar::StandardOptions Pulsar::UnloadOptions

Public Member Functions

virtual void process (Archive *)=0
 Process the archive (either in place or out of place)
virtual Archiveresult ()
 If process if out of place, return pointer to new result.
Public Member Functions inherited from Reference::Able
 Able (const Able &)
Ableoperator= (const Able &)
unsigned get_reference_count () const
Public Member Functions inherited from Reference::HeapTracked
 HeapTracked (const HeapTracked &)
HeapTrackedoperator= (const HeapTracked &)
bool __is_on_heap () const

Additional Inherited Members

Static Public Member Functions inherited from Reference::Able
static size_t get_instance_count ()
Static Public Member Functions inherited from Reference::HeapTracked
static void * operator new (size_t size, void *ptr=0)
static void operator delete (void *location, void *ptr)
static void operator delete (void *location)
static size_t get_heap_queue_size ()
Protected Member Functions inherited from Reference::Able
Handle__reference (bool active) const
void __dereference (bool auto_delete=true) const

Detailed Description

Interface to any object that processes data in an Archive.

Member Function Documentation

◆ process()

virtual void Pulsar::Processor::process ( Archive * )
pure virtual

Process the archive (either in place or out of place)

Implemented in Pulsar::Application::Options, Pulsar::CommonOptions, and Pulsar::StandardOptions.

Referenced by Pulsar::PlotLoop::set_Archive().

◆ result()

virtual Archive * Pulsar::Processor::result ( )
inlinevirtual

If process if out of place, return pointer to new result.

By default, in place operations return a NULL pointer

Reimplemented in Pulsar::StandardOptions.

Referenced by Pulsar::PlotLoop::set_Archive().


The documentation for this class was generated from the following file:

Generated using doxygen 1.14.0