WPILibC++  trunk
Protected Member Functions | List of all members
InertStream Class Reference

This is used in case NULL is passed so all logic calls to IOstream can continue to assume there is never a null pointer. More...

Inheritance diagram for InertStream:
Inheritance graph
[legend]
Collaboration diagram for InertStream:
Collaboration graph
[legend]

Protected Member Functions

virtual int read (void *ptr, int numbytes)
 
virtual int write (const void *ptr, int numbytes)
 
virtual void flush ()
 
virtual void close ()
 

Additional Inherited Members

Detailed Description

This is used in case NULL is passed so all logic calls to IOstream can continue to assume there is never a null pointer.

Definition at line 9 of file DataIOStream.cpp.


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