#include <FdoCommon.h>
Go to the source code of this file.
Classes | |
class | FdoIoStream |
FdoIoStream defines the interface for all FDO streams. Streamed I/O support for various locations, such as files, memory, etc. can be provided by classes that implement this interface. More... | |
Typedefs | |
typedef FdoPtr< FdoIoStream > | FdoIoStreamP |
FdoIoStreamP is a FdoPtr on FdoIoStream, provided for convenience. |