Pulsar::UnloadOptions Class Reference

Unload interpreter command line options. More...

#include <UnloadOptions.h>

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

Public Member Functions

 UnloadOptions ()
 Default constructor.
void set_output_each (bool)
 The application produces an output for each input.
std::string get_output_filename (const Archive *)
 Return the output filename for the input.
void set_extension (const std::string &)
 Set the extension added to output filenames.
std::string get_extension () const
void set_directory (const std::string &)
 Set the directory to which output files will be written.
std::string get_directory () const
bool get_unload_setup () const
 Return true if one or more unload options have been set.
virtual void add_options (CommandLine::Menu &)
 Add options to the menu.
virtual void setup ()
 Verify setup.
virtual void finish (Archive *)
 Unload the archive.
Public Member Functions inherited from Pulsar::Application::Options
virtual void process (Archive *)
 Additional per-Archive processing tasks.
virtual void finalize ()
 Additional one-time final tasks.
Public Member Functions inherited from Pulsar::Processor
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
Protected Attributes inherited from Pulsar::Application::Options
Reference::To< Application, false > application
 The application to which these options belong.

Detailed Description

Unload interpreter command line options.

Member Function Documentation

◆ add_options()

void Pulsar::UnloadOptions::add_options ( CommandLine::Menu & menu)
virtual

Add options to the menu.

Implements Pulsar::Application::Options.

References CommandLine::Menu::add().

◆ finish()

void Pulsar::UnloadOptions::finish ( Archive * archive)
virtual

Unload the archive.

Reimplemented from Pulsar::Application::Options.

References get_output_filename(), and get_unload_setup().

◆ setup()

void Pulsar::UnloadOptions::setup ( )
virtual

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

Generated using doxygen 1.14.0