Pulsar::ArchiveEditor Class Reference

Edit the metadata in a pulsar archive. More...

#include <ArchiveEditor.h>

Inheritance diagram for Pulsar::ArchiveEditor:
TextEditor< Archive > Reference::Able Reference::HeapTracked

Public Member Functions

void add_extension (Archive *, const std::string &name)
 Add the named extension to the given archive.
void remove_extension (Archive *, const std::string &name)
 Remove the named extension from the given archive.
std::string get_identifier (const Archive *)
 Return the archive filename.
Public Member Functions inherited from TextEditor< Archive >
void add_commands (const std::string &str)
void add_extensions (const std::string &str)
void remove_extensions (const std::string &str)
bool will_modify () const
std::string process (T *)
virtual void add_extension (T *, const std::string &name)
virtual void remove_extension (T *, const std::string &name)
virtual std::string get_identifier (const T *)
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 ()
Public Attributes inherited from TextEditor< Archive >
bool prefix_name
bool output_identifier
std::string delimiter
Protected Member Functions inherited from Reference::Able
Handle__reference (bool active) const
void __dereference (bool auto_delete=true) const
Protected Attributes inherited from TextEditor< Archive >
std::vector< std::string > commands
std::vector< std::string > extensions_to_add
std::vector< std::string > extensions_to_remove

Detailed Description

Edit the metadata in a pulsar archive.

Member Function Documentation

◆ get_identifier()

string Pulsar::ArchiveEditor::get_identifier ( const Archive * archive)

Return the archive filename.

Get the identifier for this instance.


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

Generated using doxygen 1.14.0