#include <IOInterfaceList.h>
Public Member Functions | |
IOInterfaceList () | |
Constructor. | |
IOInterface * | GetIOInterfaceFirst () |
Returns the first IOInterface object. | |
IOInterface * | GetIOInterfaceNext (IOInterface *cur) |
Returns the next IOInterface object. | |
bool | AddIOInterface (IOInterface *sif) |
Adds an IOInterface to the list. | |
bool | RemoveIOInterface (IOInterface *sif) |
Removes an IOInterface from the list. | |
void | Report (const std::string &name, std::ostream &out, int ccindent=0) const |
Writes a report of this object to the given stream. This is mainly useful for debugging. | |
Protected Attributes | |
IOInterface * | mIOInterfaceFirst |
The first IOInterface object. |