fixed.h

Go to the documentation of this file.
00001 /* -*- C++ -*- ------------------------------------------------------------
00002  
00003 Copyright (c) 2007 Jesse Anders and Demian Nave http://cmldev.net/
00004 
00005 The Configurable Math Library (CML) is distributed under the terms of the
00006 Boost Software License, v1.0 (see cml/LICENSE for details).
00007 
00008  *-----------------------------------------------------------------------*/
00013 #ifndef fixed_h
00014 #define fixed_h
00015 
00016 namespace cml {
00017 
00018 
00028 template<int Dim1 = -1, int Dim2 = -1> struct fixed {
00029 
00034     template<int D> struct rebind { typedef fixed<D> other; };
00035 };
00036 
00037 } // namespace cml
00038 
00039 #endif
00040 
00041 // -------------------------------------------------------------------------
00042 // vim:ft=cpp

Generated on Sat Jul 18 19:35:21 2009 for CML 1.0 by  doxygen 1.5.9