FlatImage
A configurable Linux containerization system
Loading...
Searching...
No Matches
fifo.hpp File Reference

Linux FIFO related operation wrappers. More...

#include <sys/stat.h>
#include <cstring>
#include <filesystem>
#include "../../std/expected.hpp"
#include "../../macro.hpp"
Include dependency graph for fifo.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  ns_linux
 Linux-specific system operations.
 

Functions

Value< fs::path > ns_linux::ns_fifo::create (fs::path const &path_file_fifo)
 Create a fifo object.
 

Detailed Description

Linux FIFO related operation wrappers.

Author
Ruan Formigoni

Definition in file fifo.hpp.

Function Documentation

◆ create()

Value< fs::path > ns_linux::ns_fifo::create ( fs::path const & path_file_fifo)
inlinenodiscard

Create a fifo object.

Parameters
path_file_fifoWhere to saved the fifo to
Returns
Value<fs::path> The path to the created fifo, or the respective error

Definition at line 34 of file fifo.hpp.