#include <dlrCommon/exception.h>
Include dependency graph for numericTraits.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | dlr |
| namespace | dlr::numeric |
Classes | |
| class | dlr::numeric::NumericTraits< Type > |
| This class is used to customize the behavior of dlr_libs classes & functions for specific numeric types. More... | |
| class | dlr::numeric::NumericTraits< char > |
| This class is used to customize the behavior of dlr_libs classes & functions for the char type. More... | |
| class | dlr::numeric::NumericTraits< unsigned char > |
| This class is used to customize the behavior of dlr_libs classes & functions for the unsigned char type. More... | |
| class | dlr::numeric::NumericTraits< short > |
| This class is used to customize the behavior of dlr_libs classes & functions for the short type. More... | |
| class | dlr::numeric::NumericTraits< int > |
| This class is used to customize the behavior of dlr_libs classes & functions for the int type. More... | |
| class | dlr::numeric::NumericTraits< long > |
| This class is used to customize the behavior of dlr_libs classes & functions for the long type. More... | |
| class | dlr::numeric::NumericTraits< float > |
| This class is used to customize the behavior of dlr_libs classes & functions for the float type. More... | |
| class | dlr::numeric::NumericTraits< double > |
| This class is used to customize the behavior of dlr_libs classes & functions for the double type. More... | |
The classes in this file need to be updated soon to use the new portable types from dlrCommon/types.h.
Copyright (C) 2003-2007, David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.
Definition in file numericTraits.h.
1.5.2