the object that manages a particular space of named streams More...
#include <nstream.h>
Public Member Functions | |
virtual | ~Manager (void) throw () |
virtual smart_ptr< Entry > | getEntry (IN const char *name)=0 |
get the entry with the given name. | |
virtual smart_ptr< Folder > | getRoot (void)=0 |
get the root Folder object for this namespace | |
virtual std::string | getFullName (IN const char *name)=0 |
get the full name (absolute path, URL, ...) for this name |
the object that manages a particular space of named streams
Definition at line 218 of file nstream.h.
nstream::Manager::~Manager | ( | void | ) | throw () [virtual] |
Definition at line 50 of file nstream.cpp.