CCF
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | List of all members
ccf::indexing::AbstractLFSAccess Class Referenceabstract

#include <lfs_interface.h>

Inherits ccf::AbstractNodeSubSystem.

Inherited by ccf::indexing::EnclaveLFSAccess.

Public Member Functions

virtual ~AbstractLFSAccess ()=default
 
virtual void store (const LFSKey &key, LFSContents &&contents)=0
 
virtual FetchResultPtr fetch (const LFSKey &key)=0
 
- Public Member Functions inherited from ccf::AbstractNodeSubSystem
virtual ~AbstractNodeSubSystem ()=default
 

Static Public Member Functions

static char const * get_subsystem_name ()
 

Constructor & Destructor Documentation

◆ ~AbstractLFSAccess()

virtual ccf::indexing::AbstractLFSAccess::~AbstractLFSAccess ( )
virtualdefault

Member Function Documentation

◆ fetch()

virtual FetchResultPtr ccf::indexing::AbstractLFSAccess::fetch ( const LFSKey key)
pure virtual

◆ get_subsystem_name()

static char const * ccf::indexing::AbstractLFSAccess::get_subsystem_name ( )
inlinestatic

◆ store()

virtual void ccf::indexing::AbstractLFSAccess::store ( const LFSKey key,
LFSContents &&  contents 
)
pure virtual

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