The Pedigree Project 0.1
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
FilesystemContextOwner Class Reference

#include <FilesystemContext.h>

+ Collaboration diagram for FilesystemContextOwner:

Public Member Functions

 FilesystemContextOwner (FilesystemContextOwner &&other) noexcept
 
FilesystemContextOwneroperator= (FilesystemContextOwner &&other) noexcept
 
FilesystemContextRef reference () const
 
 operator bool () const
 
void reset ()
 

Static Public Member Functions

static FilesystemContextOwner adopt (FilesystemContextRef &&context)
 

Private Member Functions

 FilesystemContextOwner (const FilesystemContextOwner &)=delete
 
FilesystemContextOwneroperator= (const FilesystemContextOwner &)=delete
 

Private Attributes

FilesystemContextRef m_Context
 

Detailed Description

One Process or unpublished fork staging scope owns registry retirement.

Definition at line 41 of file FilesystemContext.h.

Constructor & Destructor Documentation

◆ FilesystemContextOwner()

FilesystemContextOwner::FilesystemContextOwner ( FilesystemContextOwner &&  other)
inlinenoexcept

Definition at line 44 of file FilesystemContext.h.

◆ ~FilesystemContextOwner()

FilesystemContextOwner::~FilesystemContextOwner ( )
inline

Definition at line 53 of file FilesystemContext.h.

Member Function Documentation

◆ adopt()

static FilesystemContextOwner FilesystemContextOwner::adopt ( FilesystemContextRef &&  context)
inlinestatic

Definition at line 69 of file FilesystemContext.h.

◆ operator bool()

FilesystemContextOwner::operator bool ( ) const
inlineexplicit

Definition at line 60 of file FilesystemContext.h.

◆ operator=()

FilesystemContextOwner & FilesystemContextOwner::operator= ( FilesystemContextOwner &&  other)
inlinenoexcept

Definition at line 46 of file FilesystemContext.h.

◆ reference()

FilesystemContextRef FilesystemContextOwner::reference ( ) const
inline

Definition at line 57 of file FilesystemContext.h.

◆ reset()

void FilesystemContextOwner::reset ( )
inline

Definition at line 63 of file FilesystemContext.h.

Member Data Documentation

◆ m_Context

FilesystemContextRef FilesystemContextOwner::m_Context
private

Definition at line 78 of file FilesystemContext.h.


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