ldas-tools-diskcacheAPI
2.7.2
|
Classes | |
class | ASCII |
class | BadStream |
class | Binary |
class | IASCII |
class | IBinary |
class | IFStream |
File stream. More... | |
class | IInterface |
Interface for input streams. More... | |
class | Interface |
Interface for core stream. More... | |
class | OASCII |
class | OBinary |
class | OFStream |
File stream. More... | |
class | OInterface |
Interface for output streams. More... | |
class | Registry |
class | Streamable |
This class is the base class for objects to be streamed. More... | |
Functions | |
IBinary & | operator>> (IBinary &Stream, Cache::Directory::dirref_type &Data) |
OBinary & | operator<< (OBinary &Stream, Cache::Directory::dirref_type Data) |
OASCII & | operator<< (OASCII &Stream, Cache::Directory::dirref_type Data) |
OBinary & diskCache::Streams::operator<< | ( | OBinary & | Stream, |
Cache::Directory::dirref_type | Data | ||
) |
OASCII & diskCache::Streams::operator<< | ( | OASCII & | Stream, |
Cache::Directory::dirref_type | Data | ||
) |
IBinary & diskCache::Streams::operator>> | ( | IBinary & | Stream, |
Cache::Directory::dirref_type & | Data | ||
) |