Ce graphe montre quels fichiers incluent directement ou indirectement ce fichier :Macros | |
| #define | CASTOR_USE_DOUBLE 0 |
| Tells whether or not to use doubles for type real (if not, floats are used). | |
| #define | CASTOR_USE_MT_CONTAINERS 0 |
| Tells whether or not to use Castor containers. | |
| #define | CASTOR_USE_MULTITHREADING 1 |
| Tells whether or not to use MultiThreading in Castor dependant projects, check MultithreadConfig.h to configure multithreading. | |
| #define | CASTOR_USE_TRACK 1 |
| Tells whether or not use function tracking. | |
| #define | CASTOR_USE_LOG_TRACK 1 |
| Tells whether or not use log for function tracking (if not, std::cout is used). | |
| #define CASTOR_USE_DOUBLE 0 |
Tells whether or not to use doubles for type real (if not, floats are used).
| #define CASTOR_USE_LOG_TRACK 1 |
Tells whether or not use log for function tracking (if not, std::cout is used).
| #define CASTOR_USE_MT_CONTAINERS 0 |
Tells whether or not to use Castor containers.
| #define CASTOR_USE_MULTITHREADING 1 |
Tells whether or not to use MultiThreading in Castor dependant projects, check MultithreadConfig.h to configure multithreading.
| #define CASTOR_USE_TRACK 1 |
Tells whether or not use function tracking.
1.7.1