#include <OpenMesh/Core/IO/SR_binary.hh>
|
static size_t | size_of (void) |
|
static size_t | size_of (const value_type &) |
|
static size_t | store (std::ostream &, const value_type &, bool) |
|
static size_t | restore (std::istream &, value_type &, bool) |
|
|
static const bool | is_streamable = false |
|
template<typename T>
struct OpenMesh::IO::binary< T >
The struct defines how to store and restore the type T. It's used by the OM reader/writer modules.
The following specialization are provided:
- Fundamental types except
long
double
- OpenMesh vector types
- OpenMesh::StatusInfo
- std::string (max. length 65535)
- Todo:
- Complete documentation of members
Definition at line 100 of file SR_binary.hh.
The documentation for this struct was generated from the following file:
- OpenFlipper/libs_required/OpenMesh/src/OpenMesh/Core/IO/SR_binary.hh