comp.lang.ada
 help / color / mirror / Atom feed
From: Adam Beneschan <adambeneschan@aol.com>
Subject: Re: How to do null comparision with pointers in ADA83?
Date: Fri, 25 Oct 2013 11:40:30 -0700 (PDT)
Date: 2013-10-25T11:40:30-07:00	[thread overview]
Message-ID: <36a35fe3-58bf-44b4-af99-3d2c42b559ed@googlegroups.com> (raw)
In-Reply-To: <0d509f96-1f16-4553-8e31-245ab7298322@googlegroups.com>

On Friday, October 25, 2013 11:33:14 AM UTC-7, seshuch...@gmail.com wrote:

> Here my code is 
> 
> type AVL_Node_Ref is access AVL_Node;
> 
> procedure Search_Insert (T : in out AVL_Tree;
>                             Element : VCAST_MCDC_Statement_Ptr;
>                             Node : in out AVL_Node_Ref;
>                             Increased : in out Boolean;
>                             Inserted : out Boolean)
> 
> begin
> if Node = null then

Is the place where AVL_Node_Ref is declared in the "private" part of a package?  And is there something that says "type AVL_Node_Ref is private;"?

                        -- Adam

  reply	other threads:[~2013-10-25 18:40 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-25 18:12 How to do null comparision with pointers in ADA83? seshucherukuri
2013-10-25 18:18 ` Adam Beneschan
2013-10-25 18:33 ` seshucherukuri
2013-10-25 18:40   ` Adam Beneschan [this message]
2013-10-25 18:48     ` seshucherukuri
2013-10-25 18:56       ` Adam Beneschan
2013-10-25 19:27 ` seshucherukuri
2013-10-25 19:34   ` Adam Beneschan
2013-10-25 19:40 ` Seshu Kumar
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox