Open Lighting Architecture 0.10.9
Loading...
Searching...
No Matches
ola::io::IOVecInterface Class Referenceabstract

Detailed Description

The interface for an object which can be converted to an array of IOVecs for use with the sendmsg() or WSASendMsg call.

Inheritance diagram for ola::io::IOVecInterface:
ola::io::IOQueue ola::io::IOStack

Public Member Functions

virtual const struct IOVecAsIOVec (int *io_count) const =0
 
virtual void Pop (unsigned int bytes)=0
 

Static Public Member Functions

static void FreeIOVec (const struct IOVec *iov)
 

Member Function Documentation

◆ AsIOVec()

virtual const struct IOVec * ola::io::IOVecInterface::AsIOVec ( int * io_count) const
pure virtual

Implemented in ola::io::IOQueue, and ola::io::IOStack.

◆ Pop()

virtual void ola::io::IOVecInterface::Pop ( unsigned int bytes)
pure virtual

Removes the specified number of bytes from the object.

Implemented in ola::io::IOQueue, and ola::io::IOStack.


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