Shadowrun: Awakened 29 September 2011 - Build 871
Public Member Functions | Public Attributes
cat::Float32 Union Reference

#include <Platform.hpp>

List of all members.

Public Member Functions

 Float32 (float n)
 Float32 (u32 n)

Public Attributes

float f
u32 i

Detailed Description

Definition at line 381 of file Platform.hpp.


Constructor & Destructor Documentation

cat::Float32::Float32 ( float  n) [inline]

Definition at line 385 of file Platform.hpp.

References f.

{ f = n; }
cat::Float32::Float32 ( u32  n) [inline]

Definition at line 386 of file Platform.hpp.

References i.

{ i = n; }

Member Data Documentation

Definition at line 382 of file Platform.hpp.

Referenced by Float32().

Definition at line 383 of file Platform.hpp.

Referenced by Float32().


The documentation for this union was generated from the following file:

Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.

GNU Lesser General Public License 3 Sourceforge.net