OpenEnroth 73e68f7
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Friends | List of all members
FileSystemDumpEntry Struct Reference

#include <FileSystemDump.h>

Public Member Functions

 FileSystemDumpEntry (const FileSystemDumpEntry &other)
 
 FileSystemDumpEntry (std::string_view path, FileType type, Blob content={})
 
 FileSystemDumpEntry (std::string_view path, FileType type, std::string content)
 

Public Attributes

std::string path
 
FileType type
 
Blob content
 

Friends

bool operator== (const FileSystemDumpEntry &l, const FileSystemDumpEntry &r)
 

Constructor & Destructor Documentation

◆ FileSystemDumpEntry() [1/3]

FileSystemDumpEntry::FileSystemDumpEntry ( const FileSystemDumpEntry other)
inline

◆ FileSystemDumpEntry() [2/3]

FileSystemDumpEntry::FileSystemDumpEntry ( std::string_view  path,
FileType  type,
Blob  content = {} 
)
inline

◆ FileSystemDumpEntry() [3/3]

FileSystemDumpEntry::FileSystemDumpEntry ( std::string_view  path,
FileType  type,
std::string  content 
)
inline

Friends And Related Function Documentation

◆ operator==

bool operator== ( const FileSystemDumpEntry l,
const FileSystemDumpEntry r 
)
friend

Member Data Documentation

◆ content

Blob FileSystemDumpEntry::content

◆ path

std::string FileSystemDumpEntry::path

◆ type

FileType FileSystemDumpEntry::type

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