ldas-tools-diskcacheAPI  2.6.3
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 boost::weak_ptr< 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

◆ OStream

◆ weakdirref_type

typedef boost::weak_ptr< Directory::dirref_type::element_type > diskCache::Cache::weakdirref_type

Function Documentation

◆ SDGTxAsciiWriter()

Streams::OInterface& diskCache::Cache::SDGTxAsciiWriter ( Streams::OASCII Stream,
const RegistrySingleton::indexing_type  Data 
)

◆ SDGTxBinaryReader()

Streams::IInterface& diskCache::Cache::SDGTxBinaryReader ( Streams::IBinary Stream)

◆ SDGTxBinaryWriter()

Streams::OInterface& diskCache::Cache::SDGTxBinaryWriter ( Streams::OBinary Stream,
const RegistrySingleton::indexing_type  Data 
)

◆ SDGTxDirectoryInfoFromIBinary()

Streams::IBinary::read_return_type diskCache::Cache::SDGTxDirectoryInfoFromIBinary ( Streams::IBinary Stream)

◆ SDGTxDirectoryInfoToOASCII()

void diskCache::Cache::SDGTxDirectoryInfoToOASCII ( Streams::OASCII Stream,
const Streams::Streamable Data 
)

◆ SDGTxDirectoryInfoToOBinary()

void diskCache::Cache::SDGTxDirectoryInfoToOBinary ( Streams::OBinary Stream,
const Streams::Streamable Data 
)

◆ SINGLETON_TS_INST()

diskCache::Cache::SINGLETON_TS_INST ( RegistrySingleton  )