a generic entry in the namespace. This is either a Folder or File More...
#include <nstream.h>
Public Types | |
enum | eType { eType_Folder = 1, eType_File = 2, eType_Invalid = 0 } |
Public Member Functions | |
virtual | ~Entry (void) throw () |
virtual eType | getType (void) const =0 throw () |
what type of entry is this? | |
virtual const char * | getName (void) const =0 throw () |
this Entry's name in the namespace (that is, relative to the root of the namespace). | |
virtual smart_ptr< Manager > | getManager (void)=0 |
the Manager of this namespace |
a generic entry in the namespace. This is either a Folder or File
Definition at line 129 of file nstream.h.