The Pedigree Project 0.1
Classes | Public Attributes | List of all members
RawUserMemory::State Struct Reference
+ Collaboration diagram for RawUserMemory::State:

Classes

struct  Entry
 

Public Attributes

Vector< Entryentries
 
uint64_t nextId = 1
 
uint64_t epoch = 0
 
bool complete = false
 

Detailed Description

Definition at line 18 of file RawUserMemory.cc.

Member Data Documentation

◆ complete

bool RawUserMemory::State::complete = false

Definition at line 26 of file RawUserMemory.cc.

◆ entries

Vector<Entry> RawUserMemory::State::entries

Definition at line 23 of file RawUserMemory.cc.

◆ epoch

uint64_t RawUserMemory::State::epoch = 0

Definition at line 25 of file RawUserMemory.cc.

◆ nextId

uint64_t RawUserMemory::State::nextId = 1

Definition at line 24 of file RawUserMemory.cc.


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