comp.lang.ada
 help / color / mirror / Atom feed
From: Seshu Kumar <seshucherukuri@gmail.com>
Subject: NULL_AVL_Tree
Date: Tue, 29 Oct 2013 07:21:59 -0700 (PDT)
Date: 2013-10-29T07:21:59-07:00	[thread overview]
Message-ID: <588ec06d-e3ba-40f2-903f-e6060f7ec10f@googlegroups.com> (raw)

Hello,

here, my code is 
type AVL_Tree is private;
Null_Avl_Tree : constant Avl_Tree;

in priviate i define:
   type AVL_Tree is record
      Rep : AVL_Node_Ref;
      Size : Natural := 0;
   end record;

   Null_Avl_Tree : constant Avl_Tree := ( Rep => null, Size => 0 );


here,  m accessing NULL_AVL_Tree from other file, is it gives me the same values
using like
VCAST_BITS_1_1_AVL : VCAST_BITS_TYPE_1_1_AVL :=
   ( others =>  VCAST_COVER_IO.Null_Avl_Tree );

here, i think my Null_Avl_tree is not null.

Thanks in advance.

Seshukumar.

             reply	other threads:[~2013-10-29 14:21 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-29 14:21 Seshu Kumar [this message]
2013-10-29 14:40 ` NULL_AVL_Tree Adam Beneschan
replies disabled

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