Blender V5.0
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 338 of file openexr_api.cpp.

Constructor & Destructor Documentation

◆ OFileStream()

OFileStream::OFileStream ( const char * filepath)
inline

Definition at line 340 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 368 of file openexr_api.cpp.

References exr_file_offset_t, and pos.

◆ tellp()

exr_file_offset_t OFileStream::tellp ( )
inlineoverride

Definition at line 363 of file openexr_api.cpp.

References exr_file_offset_t.

◆ write()

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

Definition at line 356 of file openexr_api.cpp.


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