LeviLamina
Loading...
Searching...
No Matches
bx::FileReaderImpl Class Reference
Inheritance diagram for bx::FileReaderImpl:

Public Member Functions

virtual bool open (::bx::FilePath const &, ::bx::Error *)
virtual void close ()
virtual int64 seek (int64, ::bx::Whence::Enum)
virtual int read (void *, int, ::bx::Error *)

Public Attributes

::ll::TypedStorage< 8, 8, ::_iobuf * > m_file
::ll::TypedStorage< 1, 1, bool > m_open

Member Function Documentation

◆ open()

virtual bool bx::FileReaderImpl::open ( ::bx::FilePath const & ,
::bx::Error *  )
virtual

Implements bx::ReaderOpenI.

◆ close()

virtual void bx::FileReaderImpl::close ( )
virtual

Implements bx::CloserI.

◆ seek()

virtual int64 bx::FileReaderImpl::seek ( int64 ,
::bx::Whence::Enum  )
virtual

Implements bx::SeekerI.

◆ read()

virtual int bx::FileReaderImpl::read ( void * ,
int ,
::bx::Error *  )
virtual

Implements bx::ReaderI.


The documentation for this class was generated from the following files: