Pulsar::StandardOptions Class Reference

Standard interpreter command line options. More...

#include <StandardOptions.h>

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

Public Member Functions

 StandardOptions ()
 Default constructor.
 
void process (Archive *)
 Preprocess the archive using the standard_shell interpreter. More...
 
Archiveresult ()
 Return the top of the interpreter stack.
 
virtual void add_job (const std::string &job)
 Add to the jobs.
 
virtual void add_script (const std::string &job)
 Load a script into the jobs.
 
virtual void add_default_job (const std::string &job)
 Add to the default preprocessing jobs (ignored if jobs are set)
 
virtual Interpreterget_interpreter ()
 Provide access to the interpreter.
 
- Public Member Functions inherited from Pulsar::Application::Options
virtual void setup ()
 Additional one-time setup tasks. More...
 
virtual void finish (Archive *)
 Additional per-Archive finishing tasks (e.g., unload) More...
 
virtual void finalize ()
 Additional one-time final tasks. More...
 
- 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
 
- Protected Attributes inherited from Pulsar::Application::Options
Reference::To< Application, false > application
 The application to which these options belong.
 

Detailed Description

Standard interpreter command line options.

Member Function Documentation

◆ process()

void Pulsar::StandardOptions::process ( Archive archive)
virtual

Preprocess the archive using the standard_shell interpreter.

Preprocessing tasks implemented by partially derived classes.

Reimplemented from Pulsar::Application::Options.

References Reference::To< class, active >::get().

Referenced by Pulsar::TimeFrequencyZap::transform().


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

Generated using doxygen 1.8.17