Interface CORBA::Repository

interface Repository
inherits from CORBA::Container

Operation Index

create_array
create_sequence
create_string
get_primitive
lookup_id

Operations

create_array
ArrayDef create_array(in unsigned long length,
                      in IDLType element_type);
create_sequence
SequenceDef create_sequence(in unsigned long bound,
                            in IDLType element_type);
create_string
StringDef create_string(in unsigned long bound);
get_primitive
PrimitiveDef get_primitive(in PrimitiveKind kind);
lookup_id
Contained lookup_id(in RepositoryId search_id);

Generated by the ORBacus IDL-to-HTML translator (non-commercial)