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

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 331 of file openexr_api.cpp.

Constructor & Destructor Documentation

◆ OFileStream()

OFileStream::OFileStream ( const char *  filepath)
inline

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

References pos.

◆ tellp()

exr_file_offset_t OFileStream::tellp ( )
inlineoverride

Definition at line 356 of file openexr_api.cpp.

◆ write()

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

Definition at line 349 of file openexr_api.cpp.

References Freestyle::c.


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