Global dictionary of supported object types for IO.
More...
#include <soma-io/io/formatdictionary.h>
|
| static void | registerReadType (const std::string &datatype, FormatInfo info) |
| |
| static void | registerWriteType (const std::string &datatype, FormatInfo info) |
| |
| static bool | hasReadType (const std::string &datatype) |
| |
| static bool | hasWriteType (const std::string &datatype) |
| |
| static std::map< std::string, FormatInfo > & | readTypes () |
| |
| static std::map< std::string, FormatInfo > & | writeTypes () |
| |
Global dictionary of supported object types for IO.
Definition at line 105 of file formatdictionary.h.
◆ FormatInfo
| typedef std::set< std::string >(* soma::IOObjectTypesDictionary::FormatInfo) () |
◆ hasReadType()
| static bool soma::IOObjectTypesDictionary::hasReadType |
( |
const std::string & | datatype | ) |
|
|
static |
◆ hasWriteType()
| static bool soma::IOObjectTypesDictionary::hasWriteType |
( |
const std::string & | datatype | ) |
|
|
static |
◆ readTypes()
| static std::map< std::string, FormatInfo > & soma::IOObjectTypesDictionary::readTypes |
( |
| ) |
|
|
static |
◆ registerReadType()
| static void soma::IOObjectTypesDictionary::registerReadType |
( |
const std::string & | datatype, |
|
|
FormatInfo | info ) |
|
static |
◆ registerWriteType()
| static void soma::IOObjectTypesDictionary::registerWriteType |
( |
const std::string & | datatype, |
|
|
FormatInfo | info ) |
|
static |
◆ writeTypes()
| static std::map< std::string, FormatInfo > & soma::IOObjectTypesDictionary::writeTypes |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following file: