|
The Pedigree Project 0.1
|
Collaboration diagram for RawUserMemory::State:Classes | |
| struct | Entry |
Public Attributes | |
| Vector< Entry > | entries |
| uint64_t | nextId = 1 |
| uint64_t | epoch = 0 |
| bool | complete = false |
Definition at line 18 of file RawUserMemory.cc.
| bool RawUserMemory::State::complete = false |
Definition at line 26 of file RawUserMemory.cc.
Definition at line 23 of file RawUserMemory.cc.
| uint64_t RawUserMemory::State::epoch = 0 |
Definition at line 25 of file RawUserMemory.cc.
| uint64_t RawUserMemory::State::nextId = 1 |
Definition at line 24 of file RawUserMemory.cc.