33#ifndef BESContainerStorageCatalog_h_
34#define BESContainerStorageCatalog_h_ 1
40#include "BESContainerStorageVolatile.h"
84 virtual void add_container(
const std::string &sym_name,
const std::string &real_name,
const std::string &type);
85 virtual bool isData(
const std::string &inQuestion, std::list<std::string> &provides);
87 virtual void dump(std::ostream &strm)
const;
BESContainerStorageVolatile(const std::string &n)
create an instance of this persistent store with the given name.
virtual void add_container(const std::string &sym_name, const std::string &real_name, const std::string &type)
adds a container with the provided information
BESFileContainerStorage(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 bool isData(const std::string &inQuestion, std::list< std::string > &provides)
is the specified node in question served by a request handler