lace_c_math_0.1.0_e47df28c/source/thin/c_math_c-pointers.ads

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
-- This file is generated by SWIG. Please do *not* modify by hand.
--
with Interfaces.C;

package c_math_c.Pointers is

   -- Real_Pointer
   --
   type Real_Pointer is access all c_math_c.Real;

   -- Real_Pointers
   --
   type Real_Pointers is
     array
       (Interfaces.C
          .size_t range <>) of aliased c_math_c.Pointers.Real_Pointer;

   -- Index_Pointer
   --
   type Index_Pointer is access all c_math_c.Index;

   -- Index_Pointers
   --
   type Index_Pointers is
     array
       (Interfaces.C
          .size_t range <>) of aliased c_math_c.Pointers.Index_Pointer;

end c_math_c.Pointers;