Blender  V2.93
Public Member Functions | List of all members
OFileStream Class Reference

Inherits OStream.

Public Member Functions

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

Detailed Description

Definition at line 262 of file openexr_api.cpp.

Constructor & Destructor Documentation

◆ OFileStream()

OFileStream::OFileStream ( const char *  filename)
inline

Definition at line 264 of file openexr_api.cpp.

References alloc_utf16_from_8(), and free().

Member Function Documentation

◆ seekp()

void OFileStream::seekp ( Int64  pos)
inlineoverride

Definition at line 292 of file openexr_api.cpp.

References pos.

◆ tellp()

Int64 OFileStream::tellp ( )
inlineoverride

Definition at line 287 of file openexr_api.cpp.

◆ write()

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

Definition at line 280 of file openexr_api.cpp.

References Freestyle::c.


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