dune-grid 2.9.0
|
#include <dune/grid/common/boundarysegment.hh>
Public Types | |
typedef std::stringstream | ObjectStreamType |
Protected Types | |
typedef BndSeg | BoundarySegment |
type of BoundarySegment interface class More... | |
typedef Dune::ParameterizedObjectFactory< std::unique_ptr< BoundarySegment >(ObjectStreamType &), int > | FactoryType |
type of factory creating a unique_ptr from an ObjectStreamType More... | |
Static Protected Member Functions | |
static std::unique_ptr< BoundarySegment > | restore (ObjectStreamType &in) |
create an object of BoundarySegment type from a previously registered factory linked to key. More... | |
template<class DerivedType > | |
static int | registerFactory () |
|
protected |
type of BoundarySegment interface class
|
protected |
type of factory creating a unique_ptr from an ObjectStreamType
typedef std::stringstream Dune::BoundarySegmentBackupRestore< BndSeg >::ObjectStreamType |
|
inlinestaticprotected |
|
inlinestaticprotected |
create an object of BoundarySegment type from a previously registered factory linked to key.
in | stream buffer previously written with backup containing key and object data |