|
dune-grid 2.10
|
#include <dune/grid/common/boundarysegment.hh>

Public Types | |
| typedef std::stringstream | ObjectStreamType |
Protected Types | |
| typedef BndSeg | BoundarySegment |
| type of BoundarySegment interface class | |
| typedef Dune::ParameterizedObjectFactory< std::unique_ptr< BoundarySegment >(ObjectStreamType &), int > | FactoryType |
| type of factory creating a unique_ptr from an ObjectStreamType | |
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. | |
| 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 |