Android-cuttlefish cvd tool
Public Member Functions | Public Attributes | List of all members
incremental::IncrementalServer::PrefetchState Struct Reference
Collaboration diagram for incremental::IncrementalServer::PrefetchState:
Collaboration graph
[legend]

Public Member Functions

 PrefetchState (const File &f, BlockIdx start, int count)
 
 PrefetchState (const File &f)
 
bool done () const
 

Public Attributes

const Filefile
 
BlockIdx overallIndex = 0
 
BlockIdx overallEnd = 0
 
BlockIdx priorityIndex = 0
 

Constructor & Destructor Documentation

◆ PrefetchState() [1/2]

incremental::IncrementalServer::PrefetchState::PrefetchState ( const File f,
BlockIdx  start,
int  count 
)
inlineexplicit

◆ PrefetchState() [2/2]

incremental::IncrementalServer::PrefetchState::PrefetchState ( const File f)
inlineexplicit

Member Function Documentation

◆ done()

bool incremental::IncrementalServer::PrefetchState::done ( ) const
inline

Member Data Documentation

◆ file

const File* incremental::IncrementalServer::PrefetchState::file

◆ overallEnd

BlockIdx incremental::IncrementalServer::PrefetchState::overallEnd = 0

◆ overallIndex

BlockIdx incremental::IncrementalServer::PrefetchState::overallIndex = 0

◆ priorityIndex

BlockIdx incremental::IncrementalServer::PrefetchState::priorityIndex = 0

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