![]() |
ROOT
6.06/09
Reference Guide
|
Include dependency graph for casts.cpp:Go to the source code of this file.
Macros | |
| #define | _CONCAT(A, B) A ## _ ## B |
| #define | CONCAT(A, B) _CONCAT(A, B) |
| #define | TEST(v1, v2) |
Functions | |
| template<typename V1 , typename V2 > | |
| void | testNumber (double n) |
| template<typename T > | |
| double | maxHelper () |
| template<> | |
| double | maxHelper< int > () |
| template<> | |
| double | maxHelper< unsigned int > () |
| template<typename V1 , typename V2 > | |
| void | testCast2 () |
| template<typename T > | |
| void | testCast () |
| void | testFloatIndexesFromZero () |
| int | main (int argc, char **argv) |