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

Inherits OStream.

Public Member Functions

 OMemStream (ImBuf *ibuf_)
 
void write (const char c[], int n) override
 
Int64 tellp () override
 
void seekp (Int64 pos) override
 

Detailed Description

Definition at line 220 of file openexr_api.cpp.

Constructor & Destructor Documentation

◆ OMemStream()

OMemStream::OMemStream ( ImBuf ibuf_)
inline

Definition at line 222 of file openexr_api.cpp.

Member Function Documentation

◆ seekp()

void OMemStream::seekp ( Int64  pos)
inlineoverride

Definition at line 239 of file openexr_api.cpp.

References pos.

◆ tellp()

Int64 OMemStream::tellp ( )
inlineoverride

Definition at line 234 of file openexr_api.cpp.

◆ write()

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

Definition at line 226 of file openexr_api.cpp.

References Freestyle::c.


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