Rosetta
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Star.cc
Go to the documentation of this file.
1 // Star: Sentinel for Assumed Size Array Upper Bound
2 //
3 // Project: Objexx Fortran Compatibility Library (ObjexxFCL)
4 //
5 // Version: 3.0.0
6 //
7 // Language: C++
8 //
9 // Copyright (c) 2000-2009 Objexx Engineering, Inc. All Rights Reserved.
10 // Use of this source code or any derivative of it is restricted by license.
11 // Licensing is available from Objexx Engineering, Inc.: http://objexx.com Objexx@objexx.com
12 
13 
14 // ObjexxFCL Headers
15 #include <ObjexxFCL/Star.hh>
16 
17 
18 namespace ObjexxFCL {
19 
20 
21 Star const star;
22 
23 
24 } // namespace ObjexxFCL
Star const star
Definition: Star.cc:21
Star: Sentinel for Assumed Size Array Upper Bound.
Definition: Star.hh:22