HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PDG_CustomHandlers::CacheHandler Class Referenceabstract

#include <PDG_CustomHandlers.h>

Public Member Functions

 CacheHandler ()
 
virtual ~CacheHandler ()
 
virtual CacheResult checkCached (const UT_StringHolder &local_path, const PDG_File &file, const PDG_WorkItem *work_item) const =0
 

Detailed Description

Custom functor for checking if a file is cached. These are keyed on the tag associated with the file.

Definition at line 129 of file PDG_CustomHandlers.h.

Constructor & Destructor Documentation

PDG_CustomHandlers::CacheHandler::CacheHandler ( )
inline

Definition at line 132 of file PDG_CustomHandlers.h.

virtual PDG_CustomHandlers::CacheHandler::~CacheHandler ( )
inlinevirtual

Definition at line 133 of file PDG_CustomHandlers.h.

Member Function Documentation

virtual CacheResult PDG_CustomHandlers::CacheHandler::checkCached ( const UT_StringHolder local_path,
const PDG_File file,
const PDG_WorkItem work_item 
) const
pure virtual

The documentation for this class was generated from the following file: