![]() |
MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Template providing serialization specific information. More...
#include <mdsSerializationTraits.h>
Public Types | |
| enum | { VERSION = CSerializable::VERSION } |
| Current serialization interface version. More... | |
| enum | { isSerializable = SIsDerived<T, CSerializable>::RESULT } |
| Is the T type serializable? More... | |
Static Public Member Functions | |
| static int | getBlockSize () |
| Returns recommended binary block size. | |
| static int | getCompression () |
| Returns the recommended compression method. | |
| static const char * | getName () |
| Returns unique name of the T type. | |
| static int | getVersion () |
| Returns interface version number. | |
Template providing serialization specific information.
| static int mds::mod::CSerializationTraits< T >::getBlockSize | ( | ) | [static] |
Returns recommended binary block size.
| static int mds::mod::CSerializationTraits< T >::getCompression | ( | ) | [static] |
Returns the recommended compression method.
| static const char* mds::mod::CSerializationTraits< T >::getName | ( | ) | [static] |
Returns unique name of the T type.
| static int mds::mod::CSerializationTraits< T >::getVersion | ( | ) | [static] |
Returns interface version number.
1.7.6.1