Open Lighting Architecture  Latest Git
Public Member Functions | Static Public Member Functions | List of all members
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:
Inheritance graph
[legend]

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

◆ 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: