3-12
SOMobjects Base Toolkit Programmer’s Reference Manual
Container Class
Description
The Container class is a generic interface that is common to all of the SOM
CORBA-compliant Interface Repository (IR) objects that can hold or contain other objects. A
Container object can be one of three types: ModuleDef, InterfaceDef, or OperationDef.
File Stem
containr
Base
SOMObject
Metaclass
SOMClass
Ancestor Classes
SOMObject
Types
typedef string InterfaceName;
// Valid values for InterfaceName are limited to the following set:
// {“AttributeDef”, “ConstantDef”, “ExceptionDef”, “InterfaceDef”,
// “ModuleDef”, “ParameterDef”, “OperationDef”, “TypeDef”, “all”}
struct ContainerDescription {
Contained *contained_object;
Identifier name;
any value;
};
New Methods
contents
describe_contents
lookup_name
Overriding Methods
somInit
somUninit
somDumpSelf
somDumpSelfInt
Commenti su questo manuale