#include <boost/test/auto_unit_test.hpp>
#include <lang/csupport/standard_types.hh>
#include <test/testsuite.hh>
#include <utilmm/configfile/configset.hh>
#include <typelib/pluginmanager.hh>
#include <typelib/importer.hh>
#include <typelib/typemodel.hh>
#include <typelib/registry.hh>
#include <typelib/value.hh>
#include <typelib/endianness.hh>
#include <typelib/value_cast.hh>
#include "test_cimport.1"
Go to the source code of this file.
Classes | |
struct | TestArrayVisitor |
Functions | |
BOOST_AUTO_TEST_CASE (test_value_simple) | |
BOOST_AUTO_TEST_CASE (test_value_struct) | |
BOOST_AUTO_TEST_CASE (test_value_array) | |
BOOST_AUTO_TEST_CASE (test_value_endian_swap) | |
BOOST_AUTO_TEST_CASE (test_compile_endian_swap) | |
BOOST_AUTO_TEST_CASE (test_apply_endian_swap) |
BOOST_AUTO_TEST_CASE | ( | test_value_simple | ) |
Definition at line 20 of file test_value.cc.
BOOST_AUTO_TEST_CASE | ( | test_value_struct | ) |
Definition at line 36 of file test_value.cc.
BOOST_AUTO_TEST_CASE | ( | test_value_array | ) |
Definition at line 90 of file test_value.cc.
BOOST_AUTO_TEST_CASE | ( | test_value_endian_swap | ) |
Definition at line 106 of file test_value.cc.
BOOST_AUTO_TEST_CASE | ( | test_compile_endian_swap | ) |
Definition at line 141 of file test_value.cc.
BOOST_AUTO_TEST_CASE | ( | test_apply_endian_swap | ) |
Definition at line 237 of file test_value.cc.