Blender V4.3
OFileStream Class Reference

Inherits OStream.

Public Member Functions

 OFileStream (const char *filepath)
 
void write (const char c[], int n) override
 
exr_file_offset_t tellp () override
 
void seekp (exr_file_offset_t pos) override
 

Detailed Description

Definition at line 313 of file openexr_api.cpp.

Constructor & Destructor Documentation

◆ OFileStream()

OFileStream::OFileStream ( const char * filepath)
inline

Definition at line 315 of file openexr_api.cpp.

References alloc_utf16_from_8(), and free().

Member Function Documentation

◆ seekp()

void OFileStream::seekp ( exr_file_offset_t pos)
inlineoverride

Definition at line 343 of file openexr_api.cpp.

References pos.

◆ tellp()

exr_file_offset_t OFileStream::tellp ( )
inlineoverride

Definition at line 338 of file openexr_api.cpp.

◆ write()

void OFileStream::write ( const char c[],
int n )
inlineoverride

Definition at line 331 of file openexr_api.cpp.


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