33#include "NCMLContainerStorage.h" 
   34#include "NCMLContainer.h" 
   36string NCMLContainerStorage::NCML_TempDir;
 
   50NCMLContainerStorage::~NCMLContainerStorage()
 
   76    strm << BESIndent::LMarg << 
"NCMLContainerStorage::dump - (" << (
void *) 
this << 
")" << endl;
 
   79    BESIndent::UnIndent();
 
 
BESContainerStorageVolatile(const std::string &n)
create an instance of this persistent store with the given name.
virtual void dump(std::ostream &strm) const
dumps information about this object
virtual void add_container(BESContainer *c)
add the passed container to the list of containers in volatile storage
A container is something that holds data. E.G., a netcdf file or a database entry.
NCMLContainerStorage(const string &n)
create an instance of this persistent store with the given name.
virtual void add_container(const string &s_name, const string &r_name, const string &type)
adds a container with the provided information
virtual void dump(ostream &strm) const
dumps information about this object
Container representing a NCML request.