Skip to content

Struct SandwichIO

ClassList > SandwichIO

A generic I/O interface.

  • #include <io.h>

Public Attributes

Type Name
SandwichIOFlushFunctionPtr flush
The flush function.
SandwichIOReadFunctionPtr read
The read function.
void * uarg
Opaque argument to forward to read, write and flush.
SandwichIOWriteFunctionPtr write
The write function.

Public Attributes Documentation

variable flush

The flush function.

SandwichIOFlushFunctionPtr SandwichIO::flush;

NULL is a valid value for flush.

variable read

SandwichIOReadFunctionPtr SandwichIO::read;

variable uarg

void* SandwichIO::uarg;

variable write

SandwichIOWriteFunctionPtr SandwichIO::write;

The documentation for this class was generated from the following file docs/sandwich_c/io.h