Classes | |
struct | NameComponent |
struct | Binding |
interface | NamingContext |
Interface for managing name bindings and naming contexts. More... | |
interface | BindingIterator |
interface | NamingContextExt |
Typedefs | |
typedef string | Istring |
typedef sequence< NameComponent > | Name |
typedef sequence< Binding > | BindingList |
Enumerations | |
enum | BindingType { nobject, ncontext } |
typedef string CosNaming::Istring |
Define a typedef for String. Maybe at some point, <Istring> will be different to support Internationalization.
Definition at line 29 of file CosNaming.idl.
typedef sequence<NameComponent> CosNaming::Name |
This is a compound name: <c1; c2; c3; cn> where c1 to cn-1 are the names of the nested contexts, and cn is the name of the object bound in cn-1.
Definition at line 48 of file CosNaming.idl.
typedef sequence<Binding> CosNaming::BindingList |
Definition at line 69 of file CosNaming.idl.
Definition at line 50 of file CosNaming.idl.
00051 { 00052 /// object binding. 00053 nobject, 00054 00055 /// Naming context binding. 00056 ncontext 00057 };