#include <boost/test/unit_test.hpp>
#include <boost/cstdint.hpp>
#include <boost/integer_traits.hpp>
#include "torc/common/EncapsulatedInteger.hpp"

Go to the source code of this file.
Namespaces | |
| namespace | torc |
| namespace | torc::common |
Defines | |
| #define | STANDARD_ENCAPSULATED_INTEGER_BLOCK(TYPE) |
| Standard macro to be used for each of the encapsulated integer types. | |
Functions | |
| torc::common::BOOST_AUTO_TEST_CASE (EncapsulatedIntegerSizeUnitTest) | |
| Unit test for standard integer sizes. | |
| torc::common::BOOST_AUTO_TEST_CASE (EncapsulatedIntegerLimitsUnitTest) | |
| Unit test for encapsulated integers. | |
Definition in file EncapsulatedIntegerUnitTest.cpp.
| #define STANDARD_ENCAPSULATED_INTEGER_BLOCK | ( | TYPE | ) |
Standard macro to be used for each of the encapsulated integer types.
Definition at line 54 of file EncapsulatedIntegerUnitTest.cpp.
1.5.6