geolib2
Static Public Member Functions | Protected Member Functions | Static Protected Member Functions | Static Protected Attributes | Private Types | List of all members
geo::serialization Class Reference

#include <serialization.h>

Static Public Member Functions

static ShapePtr deserialize (std::istream &input)
 
static ShapePtr fromFile (const std::string &filename)
 
template<typename T >
static void registerDeserializer ()
 
static bool serialize (const Shape &shape, std::ostream &output)
 
static bool serialize (ShapeConstPtr shape, std::ostream &output)
 
static void toFile (const Shape &shape, const std::string &filename)
 
static void toFile (ShapeConstPtr shape, const std::string &filename)
 

Protected Member Functions

 serialization ()
 
virtual ~serialization ()
 

Static Protected Member Functions

static void registerDeserializer (const std::string &shape_type, deserialization_method method)
 

Static Protected Attributes

static deserializer_map deserializers_
 

Private Types

typedef ShapePtr(* deserialization_method) (std::istream &)
 
typedef std::map< std::string, deserialization_methoddeserializer_map
 

Detailed Description

Definition at line 11 of file serialization.h.

Member Typedef Documentation

◆ deserialization_method

typedef ShapePtr(* geo::serialization::deserialization_method) (std::istream &)
private

Definition at line 13 of file serialization.h.

◆ deserializer_map

Definition at line 15 of file serialization.h.

Constructor & Destructor Documentation

◆ serialization()

geo::serialization::serialization ( )
protected

Definition at line 11 of file serialization.cpp.

◆ ~serialization()

geo::serialization::~serialization ( )
protectedvirtual

Definition at line 15 of file serialization.cpp.

Member Function Documentation

◆ deserialize()

ShapePtr geo::serialization::deserialize ( std::istream input)
static

Definition at line 26 of file serialization.cpp.

◆ fromFile()

ShapePtr geo::serialization::fromFile ( const std::string filename)
static

Definition at line 46 of file serialization.cpp.

◆ registerDeserializer() [1/2]

template<typename T >
static void geo::serialization::registerDeserializer ( )
inlinestatic

Definition at line 33 of file serialization.h.

◆ registerDeserializer() [2/2]

void geo::serialization::registerDeserializer ( const std::string shape_type,
deserialization_method  method 
)
staticprotected

Definition at line 38 of file serialization.cpp.

◆ serialize() [1/2]

bool geo::serialization::serialize ( const Shape shape,
std::ostream output 
)
static

Definition at line 22 of file serialization.cpp.

◆ serialize() [2/2]

bool geo::serialization::serialize ( ShapeConstPtr  shape,
std::ostream output 
)
static

Definition at line 18 of file serialization.cpp.

◆ toFile() [1/2]

void geo::serialization::toFile ( const Shape shape,
const std::string filename 
)
static

Definition at line 61 of file serialization.cpp.

◆ toFile() [2/2]

void geo::serialization::toFile ( ShapeConstPtr  shape,
const std::string filename 
)
static

Definition at line 54 of file serialization.cpp.

Member Data Documentation

◆ deserializers_

serialization::deserializer_map geo::serialization::deserializers_
staticprotected

Definition at line 43 of file serialization.h.


The documentation for this class was generated from the following files: