Rosetta
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
sbyte.fwd.hh
Go to the documentation of this file.
1 #ifndef INCLUDED_ObjexxFCL_sbyte_fwd_hh
2 #define INCLUDED_ObjexxFCL_sbyte_fwd_hh
3 
4 
5 // sbyte Forward Declarations
6 //
7 // Project: Objexx Fortran Compatibility Library (ObjexxFCL)
8 //
9 // Version: 3.0.0
10 //
11 // Language: C++
12 //
13 // Copyright (c) 2000-2009 Objexx Engineering, Inc. All Rights Reserved.
14 // Use of this source code or any derivative of it is restricted by license.
15 // Licensing is available from Objexx Engineering, Inc.: http://objexx.com Objexx@objexx.com
16 
17 
18 namespace ObjexxFCL {
19 
20 
21 // Forward Declarations
22 class byte;
23 typedef byte sbyte; // Alternative name making it clearer that it is a signed byte type
24 
25 
26 } // namespace ObjexxFCL
27 
28 
29 #endif // INCLUDED_ObjexxFCL_sbyte_fwd_HH
byte sbyte
Definition: byte.fwd.hh:22