jaulib v1.3.6
Jau Support Library (C++, Java, ..)
Loading...
Searching...
No Matches
byte_stream.cpp File Reference
#include <jau/cpuid.hpp>
#include <jau/debug.hpp>
#include <jau/byte_stream.hpp>
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <thread>
#include <pthread.h>
Include dependency graph for byte_stream.cpp:

Go to the source code of this file.

Macros

#define __posix_lseek64   ::lseek64
 
#define __posix_openat64   ::openat64
 
#define O_BINARY   0
 
#define O_NONBLOCK   0
 

Functions

constexpr void copy_mem (void *out, const void *in, size_t n) noexcept
 

Macro Definition Documentation

◆ O_BINARY

#define O_BINARY   0

Definition at line 50 of file byte_stream.cpp.

◆ O_NONBLOCK

#define O_NONBLOCK   0

Definition at line 53 of file byte_stream.cpp.

◆ __posix_openat64

#define __posix_openat64   ::openat64

Definition at line 65 of file byte_stream.cpp.

◆ __posix_lseek64

#define __posix_lseek64   ::lseek64

Definition at line 66 of file byte_stream.cpp.

Function Documentation

◆ copy_mem()

void copy_mem ( void * out,
const void * in,
size_t n )
inlineconstexprnoexcept

Definition at line 75 of file byte_stream.cpp.

Here is the caller graph for this function: