Definition at line 33 of file rawfilefactory.hpp.
◆ Table
the factory type for raw files key is the extension. file is factory method
Definition at line 40 of file rawfilefactory.hpp.
◆ extensions()
| static const Extensions& OpenRaw::Internals::RawFileFactory::extensions |
( |
| ) |
|
|
inlinestatic |
Access the extensions table. Ensure that it has been constructed.
Definition at line 51 of file rawfilefactory.hpp.
◆ fileExtensions()
| const char ** OpenRaw::Internals::RawFileFactory::fileExtensions |
( |
| ) |
|
|
static |
access the the list of file extenstions registered.
Definition at line 78 of file rawfilefactory.cpp.
◆ registerType()
| void OpenRaw::Internals::RawFileFactory::registerType |
( |
RawFile::Type |
type, |
|
|
const raw_file_factory_t & |
fn, |
|
|
const char * |
ext |
|
) |
| |
|
static |
register a filetype with the factory
- Parameters
-
| type | the type of file |
| fn | the factory method |
| ext | the extension associated |
- Note
- it is safe to call this method with the same fn and type to register a different extension
Definition at line 56 of file rawfilefactory.cpp.
◆ table()
| static const Table& OpenRaw::Internals::RawFileFactory::table |
( |
| ) |
|
|
inlinestatic |
Access the table. Ensure that it has been constructed.
Definition at line 47 of file rawfilefactory.hpp.
The documentation for this class was generated from the following files: