20 #ifndef GEOS_FILEIO_OUTPUTS_OUTPUTMANAGER_HPP_ 
   21 #define GEOS_FILEIO_OUTPUTS_OUTPUTMANAGER_HPP_ 
   28 namespace dataRepository
 
   44                  Group * 
const parent );
 
   50   virtual Group * 
createChild( 
string const & childKey, 
string const & childName ) 
override;
 
virtual ~OutputManager() override
Destructor.
 
virtual Group * createChild(string const &childKey, string const &childName) override
Creates a new sub-Group using the ObjectCatalog functionality.
 
OutputManager(string const &name, Group *const parent)
Constructor.
 
virtual void expandObjectCatalogs() override
This function is used to expand any catalogs in the data structure.
 
Group::wrapperMap::KeyIndex ViewKey
Type alias for KeyIndexT type used for wrapper lookups.
 
Structure to hold scoped key names.