Honeycomb  0.1
Component-Model Framework
Real.h
Go to the documentation of this file.
1 // Honeycomb, Copyright (C) 2015 NewGamePlus Inc. Distributed under the Boost Software License v1.0.
2 #pragma once
3 
4 #include "Honey/Math/Numeral.h"
5 
6 namespace honey
7 {
8 
10 template<class Real_>
12 {
13 public:
14  typedef Real_ Real;
15 };
16 
19 
21 typedef float Real;
23 
26 
27 }
28 
Inherit to declare that class is not copyable.
Definition: Meta.h:286
Base class for real number operations.
Definition: Real.h:11
float Real
Real number type. See Real_ for real number operations and constants.
Definition: Real.h:21
Numeric type information, use numeral() to get instance safely from a static context.
Definition: Numeral.h:17
Real_ Real
Definition: Real.h:14
Numeral< Real >::Real_ Real_
Operations and constants for Real type. See Float_, Double_.
Definition: Real.h:25
Global Honeycomb namespace.