Sese Framework  2.3.0
A cross-platform framework
Loading...
Searching...
No Matches
sese::archive::Config Class Reference

Archive configuration class. More...

#include <Config.h>

Public Types

enum class  EntryType {
  MT , REG , LNK , SOCK ,
  CHR , BLK , DIR , IFO
}
 

Static Public Member Functions

static int toValue (EntryType type)
 
static EntryType fromValue (int value)
 

Detailed Description

Archive configuration class.

Member Enumeration Documentation

◆ EntryType

Enumerator
MT 
REG 
LNK 
SOCK 
CHR 
BLK 
DIR 
IFO 

Member Function Documentation

◆ fromValue()

Config::EntryType Config::fromValue ( int value)
static

References BLK, CHR, DIR, IFO, LNK, MT, REG, SOCK, and XX.

Referenced by sese::archive::ArchiveReader::extract().

◆ toValue()

int Config::toValue ( Config::EntryType type)
static

References BLK, CHR, DIR, IFO, LNK, MT, REG, SOCK, and XX.


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