Crossfire JXClient, Trunk
Classes | Modules | Typedefs | Enumerations | Variables
ir.idl File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

interface  CORBA::AliasDef
 
interface  CORBA::ArrayDef
 
interface  CORBA::AttributeDef
 
struct  CORBA::AttributeDescription
 
interface  CORBA::ConstantDef
 
struct  CORBA::ConstantDescription
 
interface  CORBA::Contained
 
struct  CORBA::Contained::Description
 
interface  CORBA::Container
 
struct  CORBA::Container::Description
 
interface  CORBA::EnumDef
 
interface  CORBA::ExceptionDef
 
struct  CORBA::ExceptionDescription
 
interface  CORBA::IDLType
 
struct  CORBA::Initializer
 
interface  CORBA::InterfaceDef
 
struct  CORBA::InterfaceDef::FullInterfaceDescription
 
struct  CORBA::InterfaceDescription
 
interface  CORBA::IRObject
 
interface  CORBA::ModuleDef
 
struct  CORBA::ModuleDescription
 
interface  CORBA::NativeDef
 
interface  CORBA::OperationDef
 
struct  CORBA::OperationDescription
 
struct  CORBA::ParameterDescription
 
interface  CORBA::PrimitiveDef
 
interface  CORBA::Repository
 
interface  CORBA::SequenceDef
 
interface  CORBA::StringDef
 
interface  CORBA::StructDef
 
struct  CORBA::StructMember
 
interface  CORBA::TypedefDef
 
struct  CORBA::TypeDescription
 
interface  CORBA::UnionDef
 
struct  CORBA::UnionMember
 
interface  CORBA::ValueBoxDef
 
interface  CORBA::ValueDef
 
struct  CORBA::ValueDef::FullValueDescription
 
struct  CORBA::ValueDescription
 
struct  CORBA::ValueMember
 
interface  CORBA::ValueMemberDef
 

Modules

module  CORBA
 

Typedefs

typedef sequence< AttributeDescription > CORBA::AttrDescriptionSeq
 
typedef sequence< Contained > CORBA::ContainedSeq
 
typedef Identifier CORBA::ContextIdentifier
 
typedef sequence< ContextIdentifier > CORBA::ContextIdSeq
 
typedef sequence< Identifier > CORBA::EnumMemberSeq
 
typedef sequence< ExceptionDescription > CORBA::ExcDescriptionSeq
 
typedef sequence< ExceptionDef > CORBA::ExceptionDefSeq
 
typedef string CORBA::Identifier
 
typedef sequence< Initializer > CORBA::InitializerSeq
 
typedef sequence< InterfaceDef > CORBA::InterfaceDefSeq
 
typedef sequence< OperationDescription > CORBA::OpDescriptionSeq
 
typedef sequence< ParameterDescription > CORBA::ParDescriptionSeq
 
typedef string CORBA::RepositoryId
 
typedef sequence< RepositoryId > CORBA::RepositoryIdSeq
 
typedef string CORBA::ScopedName
 
typedef sequence< StructMember > CORBA::StructMemberSeq
 
typedef sequence< UnionMember > CORBA::UnionMemberSeq
 
typedef sequence< ValueDef > CORBA::ValueDefSeq
 
typedef sequence< ValueMember > CORBA::ValueMemberSeq
 
typedef string CORBA::VersionSpec
 
typedef short CORBA::Visibility
 

Enumerations

enum  CORBA::AttributeMode { CORBA::ATTR_NORMAL, CORBA::ATTR_READONLY }
 
enum  CORBA::DefinitionKind {
  CORBA::dk_none, CORBA::dk_all, CORBA::dk_Attribute, CORBA::dk_Constant,
  CORBA::dk_Exception, CORBA::dk_Interface, CORBA::dk_Module, CORBA::dk_Operation,
  CORBA::dk_Typedef, CORBA::dk_Alias, CORBA::dk_Struct, CORBA::dk_Union,
  CORBA::dk_Enum, CORBA::dk_Primitive, CORBA::dk_String, CORBA::dk_Sequence,
  CORBA::dk_Array, CORBA::dk_Repository, CORBA::dk_Wstring, CORBA::dk_Fixed,
  CORBA::dk_Value, CORBA::dk_ValueBox, CORBA::dk_ValueMember, CORBA::dk_Native
}
 
enum  CORBA::OperationMode { CORBA::OP_NORMAL, CORBA::OP_ONEWAY }
 
enum  CORBA::ParameterMode { CORBA::PARAM_IN, CORBA::PARAM_OUT, CORBA::PARAM_INOUT }
 
enum  CORBA::PrimitiveKind {
  CORBA::pk_null, CORBA::pk_void, CORBA::pk_short, CORBA::pk_long,
  CORBA::pk_ushort, CORBA::pk_ulong, CORBA::pk_float, CORBA::pk_double,
  CORBA::pk_boolean, CORBA::pk_char, CORBA::pk_octet, CORBA::pk_any,
  CORBA::pk_TypeCode, CORBA::pk_Principal, CORBA::pk_string, CORBA::pk_objref
}
 

Variables

const Visibility CORBA::PRIVATE_MEMBER = 0
 
const Visibility CORBA::PUBLIC_MEMBER = 1