openMSX
Public Attributes | List of all members
openmsx::TTCacheEntry Struct Reference
Collaboration diagram for openmsx::TTCacheEntry:
Collaboration graph
[legend]

Public Attributes

MemBuffer< TigerHashhash
 
MemBuffer< bool > valid
 
size_t numNodes
 
time_t time = -1
 
size_t numNodesValid
 

Detailed Description

Definition at line 13 of file TigerTree.cc.

Member Data Documentation

◆ hash

MemBuffer<TigerHash> openmsx::TTCacheEntry::hash

Definition at line 15 of file TigerTree.cc.

◆ numNodes

size_t openmsx::TTCacheEntry::numNodes

Definition at line 17 of file TigerTree.cc.

◆ numNodesValid

size_t openmsx::TTCacheEntry::numNodesValid

Definition at line 19 of file TigerTree.cc.

Referenced by openmsx::TigerTree::notifyChange().

◆ time

time_t openmsx::TTCacheEntry::time = -1

Definition at line 18 of file TigerTree.cc.

Referenced by openmsx::TigerTree::notifyChange().

◆ valid

MemBuffer<bool> openmsx::TTCacheEntry::valid

Definition at line 16 of file TigerTree.cc.

Referenced by openmsx::TigerTree::notifyChange().


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