Index

Package: RTIDDS.Obj_Impl

Description

package RTIDDS.Obj_Impl is
(c) Copyright, Real-Time Innovations, $Date:: 2012-02-16 #$ All rights reserved. No duplications, whole or partial, manual or electronic, may be made without express written permission. Any such copies, or revisions thereof, must display this notice unaltered. This code contains trade secrets of Real-Time Innovations, Inc.

Classes

Ref

type Ref is new Ada.Finalization.Limited_Controlled  and RTIDDS.Obj.Ref with record
      native_Object  : System.Address;
   end record;

Ancestors:

Immediate Children:

Primitive operations:

GetInterface (overriding Ref)
Interface_Is_Null (overriding Ref)
SetInterface (overriding Ref)

Types

Ref_Access

type Ref_Access is access all Ref'Class;

Subprograms & Entries

GetInterface

function GetInterface 
(Self: not null access constant Ref) return System.Address;

SetInterface

procedure SetInterface 
(Self: not null access Ref;
To: System.Address);

Interface_Is_Null

function Interface_Is_Null 
(Self: not null access constant Ref) return Boolean;

Free

procedure Free 
(Self: in out Ref_Access);