Pages containing all of the words "Interfaces.C.Strings"
On the sites:
Ada Power,
Ada Organizations,
ARA Members,
Ada Vendors,
Ada Libraries, and
Other Ada Sites
Matches 1 to 20 of 66 found in 8.0754 seconds
glut.adb
...
array (0 .. 500) of aliased Interfaces.C.Strings.chars_ptr; type Arg_Type ...
record v : Argvz:= (others => Interfaces.C.Strings.Null_Ptr); v_Count : Natural ...
in out Arg_Type) is use Interfaces.C.Strings; begin if Self.v(0) /= Interfaces.C.Strings.Null_Ptr then ...
http://globe3d.sourceforge.net/g3d_html/glut__adb.htm
- 11 Sep 2017
- 20K
Index - OC Systems Wiki!
...
Interfaces.COBOL B.4(29) C C child of Interfaces B.3( ...
23) char_array_access in Interfaces.C.Strings B.3.1(4) CHAR_BIT in Interfaces.C B.3(6) character 2.1( ...
Ada A.3.1(2) chars_ptr in Interfaces.C.Strings B.3.1(5) chars_ptr_array in Interfaces.C.Strings B.3.1(6) check ...
http://www.ocsystems.com/w/index.php/Guide:95lrm/RM-0-29
- 09 Jan 2021
Index
...
Interfaces.COBOL B.4(29) C C child of Interfaces B.3( ...
23) char_array_access in Interfaces.C.Strings B.3.1(4) CHAR_BIT in Interfaces.C B.3(6) character 2.1( ...
Ada A.3.1(2) chars_ptr in Interfaces.C.Strings B.3.1(5) chars_ptr_array in Interfaces.C.Strings B.3.1(6) check ...
http://www.adapower.com/rm95/RM-0-29.html
- 11 Apr 2003
- 565K
Ada95 - Index
...
Interfaces.COBOL B.4(29) C C child of Interfaces B.3( ...
23) char_array_access in Interfaces.C.Strings B.3.1(4) CHAR_BIT in Interfaces.C B.3(6) character 2.1( ...
Ada A.3.1(2) chars_ptr in Interfaces.C.Strings B.3.1(5) chars_ptr_array in Interfaces.C.Strings B.3.1(6) check ...
http://archive.adaic.com/ase/ase02_01/bookcase/ada_sh/lrm95/RM-0-29.html
- 09 Sep 2006
- 560K
glut.ads
...
with Interfaces.C; with Interfaces.C.Strings; with System.Storage_Elements ...
InitDisplayString (String : Interfaces.C.Strings.chars_ptr); pragma Import ...
function CreateWindow (Title : Interfaces.C.Strings.chars_ptr) return Integer ...
http://globe3d.sourceforge.net/g3d_html/glut__ads.htm
- 11 Sep 2017
- 84K
B.3.1 The Package Interfaces.C.Strings - OC Systems Wiki!
...
Upload B.3.1 The Package Interfaces.C.Strings From OC Systems Wiki! < ...
Previous ;| ;Next The package Interfaces.C.Strings declares types and subprograms ...
;by ;the ;language end ;Interfaces.C.Strings; The type chars_ptr is C-compatible and corresponds ...
http://www.ocsystems.com/w/index.php/Guide:95lrm/RM-B-3-1
- 09 Jan 2021
Ada95 Reference Manual - B.3.1 The Package Interfaces.C.Strings
...
contents. B.3.1 The Package Interfaces.C.Strings The package Interfaces.C.Strings declares types ...
specified by the language end Interfaces.C.Strings; The type chars_ptr is C-compatible and corresponds ...
http://www.adapower.com/adapower1/rm95/arm95_268.html
- 07 Jul 2003
- 9K
Ada95 Reference Manual - L index
...
section B.3.1 The Package Interfaces.C.Strings(3) Interfaces.COBOL See ...
section B.3.1 The Package Interfaces.C.Strings(4) Character, in Standard ...
section B.3.1 The Package Interfaces.C.Strings(5) chars_ptr_array, in ...
http://www.adapower.com/adapower1/rm95/arm95_368.html
- 07 Jul 2003
- 46K
The Package Interfaces.C.Strings
...
Previous Next B.3.1 The Package Interfaces.C.Strings 1 The package Interfaces.C.Strings declares types ...
specified by the language end Interfaces.C.Strings; 22 The type chars_ptr is C-compatible and corresponds ...
http://www.adapower.com/rm95/RM-B-3-1.html
- 11 Apr 2003
- 24K
Ada95 - The Package Interfaces.C.Strings
...
Previous Next B.3.1 The Package Interfaces.C.Strings 1 The package Interfaces.C.Strings declares types ...
specified by the language end Interfaces.C.Strings; 22 The type chars_ptr is C-compatible and corresponds ...
http://archive.adaic.com/ase/ase02_01/bookcase/ada_sh/lrm95/RM-B-3-1.html
- 09 Sep 2006
- 24K
gl.adb
...
suffixes in progress with Interfaces.C.Strings; package body GL is procedure ...
Unchecked_Conversion(uBytePtr,Interfaces.C.Strings.chars_ptr); ps: constant Interfaces.C.Strings.chars_ptr:= Cvt ...
GL.GetString(name)); use Interfaces.C.Strings; begin -- OpenGL doc: If ...
http://globe3d.sourceforge.net/g3d_html/gl__adb.htm
- 11 Sep 2017
- 8K
win32.adb
...
To_Chars_Ptr (STR : PSTR) return Interfaces.C.Strings.chars_ptr is function UC1 ...
Unchecked_Conversion (PSTR, Interfaces.C.Strings.chars_ptr); begin return ...
To_Chars_Ptr (STR : PCSTR) return Interfaces.C.Strings.chars_ptr is function UC2 ...
http://unzip-ada.sourceforge.net/za_html/win32__adb.htm
- 14 Nov 2017
- 20K
win32.ads
...
with Interfaces.C; with Interfaces.C.Strings; with System; package ...
To_Chars_Ptr (STR : PSTR) return Interfaces.C.Strings.chars_ptr; function To_Chars_Ptr ...
http://unzip-ada.sourceforge.net/za_html/win32__ads.htm
- 14 Nov 2017
- 41K
Gem #60: Generating Ada bindings for C++ headers | Ada Gem of the ...
...
Generating Ada bindings for C++ headers Ada Answers Overview ...
access Domestic; ; Name : Interfaces.C.Strings.chars_ptr) is abstract; ...
: aliased int; ; Owner : Interfaces.C.Strings.chars_ptr; ; end record ...
this : access Dog; Name : Interfaces.C.Strings.chars_ptr); ; pragma Import ...
http://www.adacore.com/adaanswers/gems/gem-60-generating-ada-bindings-for-c-headers
- 04 Oct 2017
Gem #60: Generating Ada bindings for C++ headers | Ada Gem of the ...
...
Generating Ada bindings for C++ headers Ada Answers Overview ...
access Domestic; ; Name : Interfaces.C.Strings.chars_ptr) is abstract; ...
: aliased int; ; Owner : Interfaces.C.Strings.chars_ptr; ; end record ...
this : access Dog; Name : Interfaces.C.Strings.chars_ptr); ; pragma Import ...
http://www.adacore.com/adaanswers/gems/gem-60-generating-ada-bindings-for-c-headers/
- 04 Oct 2017
B.3.2 The Generic Package Interfaces.C.Pointers - OC Systems Wiki!
...
the array is Index'First. Interfaces.C.Strings.Dereference_Error is propagated ...
to by Ref. The exception Interfaces.C.Strings.Dereference_Error is propagated ...
Interfaces.C.Pointers; with ;Interfaces.C.Strings; procedure ;Test_Pointers ...
http://www.ocsystems.com/w/index.php/Guide:95lrm/RM-B-3-2
- 09 Jan 2021
Annex B. Interface to Other Languages - Ada 95 Rationale - OC Systems Wiki!
...
. Further child packages Interfaces.C.Strings and Interfaces.C.Pointers provide specialized ...
function. The child package Interfaces.C.Strings provides a private type ...
function Value(chars_ptr) in Interfaces.C.Strings returns a char_array up ...
http://www.ocsystems.com/w/index.php/Guide:9x_rationale/rat95-p3-b
- 09 Jan 2021
PowerAda 78 - OC Systems Wiki!
...
Interfaces.C.Pointers 1.4 Interfaces.C.Strings (78) The contents of the ...
Interfaces.C.Pointers; Interfaces.C.Strings WITH System.Storage_Elements; PACKAGE Interfaces.C.Strings IS PRAGMA Preelaborate ...
Update_Error : EXCEPTION; END Interfaces.C.Strings; Retrieved from "http: ...
http://www.ocsystems.com/w/index.php/PowerAda:APPENDIX_C._Implementation_Characteristics/Annex_M/78
- 09 Jan 2021
Hypertext Ada 95 Rationale - Part Three -Chapter B
...
Further child packages Interfaces.C.Strings and Interfaces.C.Pointers provide specialized ...
function. The child package Interfaces.C.Strings provides a private type ...
function Value(chars_ptr) in Interfaces.C.Strings returns a char_array up ...
http://www.adapower.com/adapower1/rationale/rat95-p3-b.html
- 07 Jul 2003
- 27K
Ada95 Reference Manual - B.3.2 The Generic Package Interfaces.C.Pointers
...
the array is Index'First. Interfaces.C.Strings.Dereference_Error is propagated ...
to by Ref. The exception Interfaces.C.Strings.Dereference_Error is propagated ...
http://www.adapower.com/adapower1/rm95/arm95_269.html
- 07 Jul 2003
- 10K
Result Pages: Previous | Next New Search
Total time: 8.6570 seconds