TuttleOFX  1
TuttleOFX/libraries/tuttle/tests/ofx/properties/serialization.cpp File Reference
#include <tuttle/test/unit_test.hpp>
#include <tuttle/common/utils/global.hpp>
#include <tuttle/host/Core.hpp>
#include <boost/archive/xml_oarchive.hpp>
#include <boost/archive/binary_oarchive.hpp>
#include <boost/archive/text_oarchive.hpp>
#include <boost/archive/xml_iarchive.hpp>
#include <boost/archive/binary_iarchive.hpp>
#include <boost/archive/text_iarchive.hpp>
#include <boost/serialization/serialization.hpp>
#include <boost/serialization/export.hpp>
#include <boost/serialization/extended_type_info.hpp>
#include <fstream>
#include <iostream>
Include dependency graph for serialization.cpp:

Go to the source code of this file.

Defines

#define testString_1_ro   "testString_1_ro"
#define testString_2_rw   "testString_2_rw"
#define testPointer_1_rw   "testPointer_1_rw"
#define testDouble_2_ro   "testDouble_2_ro"
#define testDouble_1_rw   "testDouble_1_rw"
#define testInt_1_rw   "testInt_1_rw"
#define testInt_2_rw   "testInt_2_rw"
#define testInt_4_ro   "testInt_4_ro"

Functions

 BOOST_AUTO_TEST_CASE (properties_serialization)

Define Documentation

#define testDouble_1_rw   "testDouble_1_rw"
#define testDouble_2_ro   "testDouble_2_ro"
#define testInt_1_rw   "testInt_1_rw"
#define testInt_2_rw   "testInt_2_rw"
#define testInt_4_ro   "testInt_4_ro"
#define testPointer_1_rw   "testPointer_1_rw"
#define testString_1_ro   "testString_1_ro"
#define testString_2_rw   "testString_2_rw"

Function Documentation