Open Lighting Architecture  0.9.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions | List of all members
ola::io::IOVecInterface Class Reference

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

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: