libktorrent  2.2.0
Public Member Functions | List of all members
bt::MMappeable Class Referenceabstract

#include <cachefile.h>

Inheritance diagram for bt::MMappeable:
Inheritance graph
[legend]

Public Member Functions

virtual void unmapped ()=0
 

Detailed Description

Interface which classes must implement to be able to map something from a CacheFile It will also be used to notify when things get unmapped or remapped

Definition at line 38 of file cachefile.h.

Member Function Documentation

◆ unmapped()

virtual void bt::MMappeable::unmapped ( )
pure virtual

When a CacheFile is closed, this will be called on all existing mappings.


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