ldas-tools-diskcacheAPI  2.5.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Typedefs | Functions
diskCache::Cache Namespace Reference

Classes

class  Device
 
class  Devices
 
class  Directory
 Directory caching scheme. More...
 
class  DirectoryManager
 
struct  DirectoryScanData
 
class  ExcludedDirectories
 
class  ExcludedDirectoriesSingleton
 
class  ExcludedPattern
 Manages set of filename exclusion patterns. More...
 
class  HotDirectory
 Information about a directory that is being actively watched. More...
 
class  Interface
 Interface for cached data. More...
 
class  QueryAnswer
 
class  QueryParams
 
class  Registry
 
class  RegistrySingleton
 
class  SDGTx
 SDGTx caching scheme. More...
 
class  SearchInterface
 SearchInterface for cached data. More...
 

Typedefs

typedef WeakPtr
< Directory::dirref_type::element_type > 
weakdirref_type
 
typedef Streams::OASCII OStream
 

Functions

 SINGLETON_TS_INST (RegistrySingleton)
 
Streams::OInterfaceSDGTxAsciiWriter (Streams::OASCII &Stream, const RegistrySingleton::indexing_type Data)
 
Streams::IInterfaceSDGTxBinaryReader (Streams::IBinary &Stream)
 
Streams::OInterfaceSDGTxBinaryWriter (Streams::OBinary &Stream, const RegistrySingleton::indexing_type Data)
 
void SDGTxDirectoryInfoToOASCII (Streams::OASCII &Stream, const Streams::Streamable &Data)
 
Streams::IBinary::read_return_type SDGTxDirectoryInfoFromIBinary (Streams::IBinary &Stream)
 
void SDGTxDirectoryInfoToOBinary (Streams::OBinary &Stream, const Streams::Streamable &Data)
 

Typedef Documentation

typedef WeakPtr< Directory::dirref_type::element_type > diskCache::Cache::weakdirref_type

Function Documentation

Streams::OInterface& diskCache::Cache::SDGTxAsciiWriter ( Streams::OASCII &  Stream,
const RegistrySingleton::indexing_type  Data 
)
Streams::IInterface& diskCache::Cache::SDGTxBinaryReader ( Streams::IBinary &  Stream)
Streams::OInterface& diskCache::Cache::SDGTxBinaryWriter ( Streams::OBinary &  Stream,
const RegistrySingleton::indexing_type  Data 
)
Streams::IBinary::read_return_type diskCache::Cache::SDGTxDirectoryInfoFromIBinary ( Streams::IBinary &  Stream)
void diskCache::Cache::SDGTxDirectoryInfoToOASCII ( Streams::OASCII &  Stream,
const Streams::Streamable &  Data 
)
void diskCache::Cache::SDGTxDirectoryInfoToOBinary ( Streams::OBinary &  Stream,
const Streams::Streamable &  Data 
)
diskCache::Cache::SINGLETON_TS_INST ( RegistrySingleton  )