ObjFW
Classes | Variables
OFStdIOStream.h File Reference
#import "OFStream.h"

Go to the source code of this file.

Classes

class  OFStdIOStream
 A class for providing standard input, output and error as OFStream. More...
 

Variables

OFStdIOStream *OF_NULLABLE of_stdin
 The standard input as an OFStream.
 
OFStdIOStream *OF_NULLABLE of_stdout
 The standard output as an OFStream.
 
OFStdIOStream *OF_NULLABLE of_stderr
 The standard error as an OFStream.