RawSpeed
fast raw decoding library
Loading...
Searching...
No Matches
anonymous_namespace{main.cpp}::Entry Struct Referencefinal
Collaboration diagram for anonymous_namespace{main.cpp}::Entry:
[legend]

Public Member Functions

const rawspeed::BuffergetFileContents ()

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

Detailed Description

Definition at line 111 of file main.cpp.

Member Function Documentation

◆ getFileContents()

const rawspeed::Buffer & anonymous_namespace{main.cpp}::Entry::getFileContents ( )
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().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ Content

rawspeed::Buffer anonymous_namespace{main.cpp}::Entry::Content

Definition at line 117 of file main.cpp.

Referenced by getFileContents().

◆ Name

rawspeed::ChecksumFileEntry anonymous_namespace{main.cpp}::Entry::Name

Definition at line 112 of file main.cpp.

Referenced by getFileContents().

◆ Storage

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().


The documentation for this struct was generated from the following file: