Skip to content

Namespace boost::serialization

Namespace List > boost > serialization

Public Functions

Type Name
void load (boost::archive::text_iarchive & ar, CGAL::Gmpz & z, const unsigned int version)
void load (boost::archive::binary_iarchive & ar, CGAL::Gmpz & z, const unsigned int version)
void load (Archive & ar, CGAL::Gmpq & q, const unsigned int)
void load (Archive & ar, SFCGAL::Kernel::FT & q, const unsigned int)
void save (boost::archive::text_oarchive & ar, const CGAL::Gmpz & z, const unsigned int version)
void save (boost::archive::binary_oarchive & ar, const CGAL::Gmpz & z, const unsigned int version)
void save (Archive & ar, const CGAL::Gmpq & q, const unsigned int)
void save (Archive & ar, const SFCGAL::Kernel::FT & q, const unsigned int)
void serialize (Archive & ar, CGAL::Gmpz & z, const unsigned int version)
void serialize (Archive & ar, CGAL::Gmpq & q, const unsigned int version)
void serialize (Archive & ar, SFCGAL::Kernel::FT & q, const unsigned int version)

Public Functions Documentation

function load

void boost::serialization::load (
    boost::archive::text_iarchive & ar,
    CGAL::Gmpz & z,
    const unsigned int version
) 

Unserialization of Gmpz for text archives


function load

void boost::serialization::load (
    boost::archive::binary_iarchive & ar,
    CGAL::Gmpz & z,
    const unsigned int version
) 

Unserialization of Gmpz for binary archives


function load

template<class Archive>
void boost::serialization::load (
    Archive & ar,
    CGAL::Gmpq & q,
    const unsigned int
) 

Unserializer of Gmpq


function load

template<class Archive>
void boost::serialization::load (
    Archive & ar,
    SFCGAL::Kernel::FT & q,
    const unsigned int
) 

Unserializer of Kernel::FT


function save

void boost::serialization::save (
    boost::archive::text_oarchive & ar,
    const CGAL::Gmpz & z,
    const unsigned int version
) 

Serialization of Gmpz for text archives


function save

void boost::serialization::save (
    boost::archive::binary_oarchive & ar,
    const CGAL::Gmpz & z,
    const unsigned int version
) 

Serialization of Gmpz for binary archives


function save

template<class Archive>
void boost::serialization::save (
    Archive & ar,
    const CGAL::Gmpq & q,
    const unsigned int
) 

Serializer of Gmpq


function save

template<class Archive>
void boost::serialization::save (
    Archive & ar,
    const SFCGAL::Kernel::FT & q,
    const unsigned int
) 

Serializer of Kernel::FT


function serialize

template<class Archive>
void boost::serialization::serialize (
    Archive & ar,
    CGAL::Gmpz & z,
    const unsigned int version
) 

function serialize

template<class Archive>
void boost::serialization::serialize (
    Archive & ar,
    CGAL::Gmpq & q,
    const unsigned int version
) 

function serialize

template<class Archive>
void boost::serialization::serialize (
    Archive & ar,
    SFCGAL::Kernel::FT & q,
    const unsigned int version
) 


The documentation for this class was generated from the following file /builds/sfcgal/SFCGAL/src/detail/io/Serialization.cpp