#include <aims/io/fileFormat.h>
|
| static void | registerType (const std::string &objtype, const std::string &datatype, FormatInfo info) |
| |
| static bool | hasType (const std::string &objtype, const std::string &datatype) |
| |
| static std::map< std::string, std::map< std::string, FormatInfo > > & | types () |
| |
Definition at line 178 of file fileFormat.h.
◆ FormatInfo
| typedef std::set< std::string >(* aims::IOObjectTypesDictionary::FormatInfo) () |
◆ hasType()
| static bool aims::IOObjectTypesDictionary::hasType |
( |
const std::string & | objtype, |
|
|
const std::string & | datatype ) |
|
static |
◆ registerType()
| static void aims::IOObjectTypesDictionary::registerType |
( |
const std::string & | objtype, |
|
|
const std::string & | datatype, |
|
|
FormatInfo | info ) |
|
static |
◆ types()
| static std::map< std::string, std::map< std::string, FormatInfo > > & aims::IOObjectTypesDictionary::types |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following file: