BlosSOM
Interactive dimensionality reduction on large datasets (EmbedSOM and FLOWER combined)
Public Member Functions | Public Attributes | List of all members
Cleaner Struct Reference

A piece of cache that keeps track of the dirty status. More...

#include <dirty.h>

Inheritance diagram for Cleaner:
Inheritance graph
[legend]

Public Member Functions

 Cleaner ()
 
bool dirty (const Dirt &d)
 Returns true if the cache needs to be refreshed. More...
 
void clean (const Dirt &d)
 Call this when the cache is refreshed. More...
 

Public Attributes

int cleaned
 

Detailed Description

A piece of cache that keeps track of the dirty status.

This is a natural counterpart of the Dirt class.

Definition at line 50 of file dirty.h.

Constructor & Destructor Documentation

◆ Cleaner()

Cleaner::Cleaner ( )
inline

Definition at line 54 of file dirty.h.

Member Function Documentation

◆ clean()

void Cleaner::clean ( const Dirt d)
inline

Call this when the cache is refreshed.

Definition at line 67 of file dirty.h.

Here is the caller graph for this function:

◆ dirty()

bool Cleaner::dirty ( const Dirt d)
inline

Returns true if the cache needs to be refreshed.

Definition at line 60 of file dirty.h.

Here is the caller graph for this function:

Member Data Documentation

◆ cleaned

int Cleaner::cleaned

Definition at line 52 of file dirty.h.


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