Sane C++ Libraries
C++ Platform Abstraction Libraries
Loading...
Searching...
No Matches
File

🟩 Synchronous Disk File I/O (see File for more details) More...

Classes

struct  SC::FileDescriptorStat
 A structure to describe file stats queried through a file descriptor. More...
 
struct  SC::FileOpen
 Options used to open a file descriptor. More...
 
struct  SC::FileDescriptor
 [UniqueHandleDeclaration2Snippet] More...
 
struct  SC::PipeOptions
 
struct  SC::PipeDescriptor
 Read / Write pipe (Process stdin/stdout and IPC communication) More...
 
struct  SC::NamedPipeNameOptions
 
struct  SC::NamedPipeName
 Utility for building platform-native named pipe endpoint names from logical names. More...
 
struct  SC::NamedPipeServerOptions
 
struct  SC::NamedPipeClientOptions
 
struct  SC::NamedPipeServer
 Named pipe server endpoint. More...
 
struct  SC::NamedPipeClient
 Named pipe client endpoint creator. More...
 

Enumerations

enum class  SC::FileDescriptorEntryType : uint8_t {
  Unknown ,
  File ,
  Directory ,
  SymbolicLink ,
  Other
}
 A structure to describe metadata associated with an open descriptor. More...
 

Detailed Description

🟩 Synchronous Disk File I/O (see File for more details)

Enumeration Type Documentation

◆ FileDescriptorEntryType

enum class SC::FileDescriptorEntryType : uint8_t
strong

#include <File.h>

A structure to describe metadata associated with an open descriptor.