Blender  V3.3
Public Member Functions | List of all members
IFileStream Class Reference
Inheritance diagram for IFileStream:

Public Member Functions

 IFileStream (const char *filepath)
 
bool read (char c[], int n) override
 
exr_file_offset_t tellg () override
 
void seekg (exr_file_offset_t pos) override
 
void clear () override
 

Detailed Description

Definition at line 225 of file openexr_api.cpp.

Constructor & Destructor Documentation

◆ IFileStream()

IFileStream::IFileStream ( const char *  filepath)
inline

Definition at line 227 of file openexr_api.cpp.

References alloc_utf16_from_8(), and free().

Member Function Documentation

◆ clear()

void IFileStream::clear ( )
inlineoverride

Definition at line 265 of file openexr_api.cpp.

◆ read()

bool IFileStream::read ( char  c[],
int  n 
)
inlineoverride

Definition at line 243 of file openexr_api.cpp.

References Freestyle::c.

◆ seekg()

void IFileStream::seekg ( exr_file_offset_t  pos)
inlineoverride

Definition at line 259 of file openexr_api.cpp.

References pos.

◆ tellg()

exr_file_offset_t IFileStream::tellg ( )
inlineoverride

Definition at line 254 of file openexr_api.cpp.


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