Interface CORBA::TypeCode

IDL source    Global index
interface TypeCode


Operation index.

  • content_type
  • default_index
  • discriminator_type
  • equal
  • fixed_digits
  • fixed_scale
  • id
  • kind
  • length
  • member_count
  • member_label
  • member_name
  • member_type
  • name
  • param_count
  • parameter
  • Exception index.

  • BadKind
  • Bounds
  • Operations.

  • content_type

      TypeCode content_type()
        raises(BadKind);

  • default_index

      long default_index()
        raises(BadKind);

  • discriminator_type

      TypeCode discriminator_type()
        raises(BadKind);

  • equal

      boolean equal(in TypeCode tc);

  • fixed_digits

      unsigned short fixed_digits()
        raises(BadKind);

  • fixed_scale

      short fixed_scale()
        raises(BadKind);

  • id

      RepositoryId id()
        raises(BadKind);

  • kind

      TCKind kind();

  • length

      unsigned long length()
        raises(BadKind);

  • member_count

      unsigned long member_count()
        raises(BadKind);

  • member_label

      any member_label(in unsigned long index)
        raises(BadKind, Bounds);

  • member_name

      Identifier member_name(in unsigned long index)
        raises(BadKind, Bounds);

  • member_type

      TypeCode member_type(in unsigned long index)
        raises(BadKind, Bounds);

  • name

      Identifier name()
        raises(BadKind);

  • param_count

      long param_count();

  • parameter

      any parameter(in long index)
        raises(Bounds);

    Exceptions.

  • BadKind

      exception BadKind {
      }; 
    

  • Bounds

      exception Bounds {
      }; 
    


    Generated by Sandia idldoc 1.0.