process-cpp  3.0.0
A simple convenience library for handling processes in C++11.
oom_adj.cpp File Reference
#include <core/posix/linux/proc/process/oom_adj.h>
#include <core/posix/process.h>
#include <fstream>
#include <sstream>
#include <stdexcept>
#include <linux/oom.h>
+ Include dependency graph for oom_adj.cpp:

Go to the source code of this file.

Namespaces

 core
 
 core::posix
 
 core::posix::linux
 
 core::posix::linux::proc
 
 core::posix::linux::proc::process
 

Functions

CORE_POSIX_DLL_PUBLIC const posix::Process & core::posix::linux::proc::process::operator>> (const posix::Process &process, OomAdj &adj)
 Read the OomAdj value for a process instance. More...
 
CORE_POSIX_DLL_PUBLIC const posix::Process & core::posix::linux::proc::process::operator<< (const posix::Process &process, const OomAdj &adj)
 Write the OomAdj value for a process instance. More...