|
RawSpeed
fast raw decoding library
|
Public Member Functions | |
| const rawspeed::Buffer & | getFileContents () |
Public Attributes | |
| rawspeed::ChecksumFileEntry | Name |
| std::unique_ptr< std::vector< uint8_t, rawspeed::DefaultInitAllocatorAdaptor< uint8_t, rawspeed::AlignedAllocator< uint8_t, 16 > > > > | Storage |
| rawspeed::Buffer | Content |
|
inline |
Definition at line 119 of file main.cpp.
References Content, Name, rawspeed::FileReader::readFile(), and Storage.
Referenced by anonymous_namespace{main.cpp}::BM_RawSpeed().
| rawspeed::Buffer anonymous_namespace{main.cpp}::Entry::Content |
Definition at line 117 of file main.cpp.
Referenced by getFileContents().
| rawspeed::ChecksumFileEntry anonymous_namespace{main.cpp}::Entry::Name |
Definition at line 112 of file main.cpp.
Referenced by getFileContents().
| std::unique_ptr<std::vector< uint8_t, rawspeed::DefaultInitAllocatorAdaptor< uint8_t, rawspeed::AlignedAllocator<uint8_t, 16> > > > anonymous_namespace{main.cpp}::Entry::Storage |
Definition at line 116 of file main.cpp.
Referenced by getFileContents().