Toggle navigation
libopenraw
Main
Projects
libopenraw
Exempi
Raw Thumbnailer
File Formats
All
Canon CR2
Canon CR3
Canon CRW
Fujfilm
Nikon
Olympus
Panasonic
Pentax
Blog
Development
libopenraw
0.3.7
OpenRaw
IO
File
OpenRaw::IO::File Member List
This is the complete list of members for
OpenRaw::IO::File
, including all inherited members.
close
() override
OpenRaw::IO::File
virtual
Error
typedef
OpenRaw::IO::Stream
File
(const char *filename)
OpenRaw::IO::File
File
(const File &f)=delete (defined in
OpenRaw::IO::File
)
OpenRaw::IO::File
filesize
() override
OpenRaw::IO::File
virtual
get_error
() const
OpenRaw::IO::Stream
inline
get_path
() const
OpenRaw::IO::Stream
inline
open
() override
OpenRaw::IO::File
virtual
operator=
(const File &)=delete (defined in
OpenRaw::IO::File
)
OpenRaw::IO::File
operator=
(const Stream &)=delete (defined in
OpenRaw::IO::Stream
)
OpenRaw::IO::Stream
Ptr
typedef
OpenRaw::IO::Stream
read
(void *buf, size_t count) override
OpenRaw::IO::File
virtual
readByte
() noexcept(false)
OpenRaw::IO::Stream
seek
(off_t offset, int whence) override
OpenRaw::IO::File
virtual
set_error
(Error error)
OpenRaw::IO::Stream
inline
protected
Stream
(const char *filename)
OpenRaw::IO::Stream
Stream
(const Stream &f)=delete (defined in
OpenRaw::IO::Stream
)
OpenRaw::IO::Stream
~File
() (defined in
OpenRaw::IO::File
)
OpenRaw::IO::File
virtual
~Stream
() (defined in
OpenRaw::IO::Stream
)
OpenRaw::IO::Stream
virtual