|
C++ Utilities 5.36.0
Useful C++ classes and routines such as argument parser, IO and conversion utilities
|
#include "../chrono/datetime.h"#include "../chrono/format.h"#include "../chrono/period.h"#include "../chrono/timespan.h"#include "../conversion/conversionexception.h"#include "../tests/testutils.h"#include <cppunit/TestFixture.h>#include <cppunit/extensions/HelperMacros.h>#include <chrono>#include <cmath>#include <iostream>Go to the source code of this file.
Classes | |
| class | ChronoTests |
| The ChronoTests class tests classes and functions provided by the files inside the chrono directory. More... | |
Macros | |
| #define | CHRONO_UTILITIES_TIMESPAN_INTEGER_SCALE_OVERLOADS |
Functions | |
| CPPUNIT_TEST_SUITE_REGISTRATION (ChronoTests) | |
| #define CHRONO_UTILITIES_TIMESPAN_INTEGER_SCALE_OVERLOADS |
Definition at line 1 of file chronotests.cpp.
| CPPUNIT_TEST_SUITE_REGISTRATION | ( | ChronoTests | ) |