ldas-tools-framecpp 3.0.4
Loading...
Searching...
No Matches
serialization_test.cc File Reference
#include <algorithm>
#include <exception>
#include <fstream>
#include <sstream>
#include <typeinfo>
#include <boost/config.hpp>
#include <boost/core/demangle.hpp>
#include <boost/archive/text_iarchive.hpp>
#include <boost/archive/text_oarchive.hpp>
#include <boost/archive/xml_iarchive.hpp>
#include <boost/archive/xml_oarchive.hpp>
#include "gtest/gtest.h"
#include "framecpp/Common/Description.hh"
#include "FrSE_test.icc"
#include "FrSH_test.icc"
#include "FrDetector_test.icc"
#include "FrEndOfFile_test.icc"
#include "FrEndOfFrame_test.icc"
#include "FrEvent_test.icc"
#include "FrHistory_test.icc"
#include "FrMsg_test.icc"
#include "FrVect_test.icc"
Include dependency graph for serialization_test.cc:

Classes

class  test_source< FR_TYPE >
 

Functions

template<typename INPUT_ARCHIVE_T , typename OUTPUT_ARCHIVE_T , typename T >
int test_read_write (const T &Source)
 
template<typename SOURCE_TYPE >
int test_using_text_archiver (const SOURCE_TYPE &Source)
 
template<typename SOURCE_TYPE >
int test_using_xml_archiver (const SOURCE_TYPE &Source)
 
int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

◆ test_read_write()

template<typename INPUT_ARCHIVE_T , typename OUTPUT_ARCHIVE_T , typename T >
int test_read_write ( const T & Source)

◆ test_using_text_archiver()

template<typename SOURCE_TYPE >
int test_using_text_archiver ( const SOURCE_TYPE & Source)

◆ test_using_xml_archiver()

template<typename SOURCE_TYPE >
int test_using_xml_archiver ( const SOURCE_TYPE & Source)