Sane C++ Libraries
C++ Platform Abstraction Libraries
File

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

Classes

struct  SC::File
 Wraps a SC::FileDescriptor to open it and use strings / containers. More...
 
struct  SC::FileDescriptor
 File Descriptor (use SC::File to open and use it with strings and containers). More...
 
struct  SC::PipeDescriptor
 Read / Write pipe (Process stdin/stdout and IPC communication) More...
 

Detailed Description

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