static os_namespace& create(const char* name);Creates a namespace typedef for the specified name.
static os_namespace& create(const char* name, os_members&) ;Creates a namespace typedef for the specified name and members.
const os_namespace* get_enclosing_namespace () const ; os_namespace* get_enclosing_namespace ();Returns the enclosing namespace if one exists, otherwise returns 0.
os_members get_members () ; os_const_members get_members () const ;
const char* get_name () const ;
void set_members(os_members&) ;
void set_name(const char*) ;
const os_namespace* set_enclosing_namespace () const ; os_namespace* set_enclosing_namespace ();Returns the enclosing namespace if one exists, otherwise returns 0.
Updated: 03/31/98 17:25:09