filesaver
filesaver::services::InMemoryFileEntryStore::Record Struct Reference

#include <InMemoryFileEntryStore.h>

Public Attributes

std::shared_ptr< FileEntryfileEntry = nullptr
 
off_t totalSize = 0
 
unsigned long pendingChildren = 0
 

Detailed Description

Definition at line 22 of file InMemoryFileEntryStore.h.

Member Data Documentation

◆ fileEntry

std::shared_ptr<FileEntry> filesaver::services::InMemoryFileEntryStore::Record::fileEntry = nullptr

Definition at line 24 of file InMemoryFileEntryStore.h.

◆ pendingChildren

unsigned long filesaver::services::InMemoryFileEntryStore::Record::pendingChildren = 0

Definition at line 26 of file InMemoryFileEntryStore.h.

◆ totalSize

off_t filesaver::services::InMemoryFileEntryStore::Record::totalSize = 0

Definition at line 25 of file InMemoryFileEntryStore.h.


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