18#ifndef CORE_POSIX_LINUX_PROC_PROCESS_OOM_SCORE_ADJ_H_
19#define CORE_POSIX_LINUX_PROC_PROCESS_OOM_SCORE_ADJ_H_
The Process class models a process and possible operations on it.
CORE_POSIX_DLL_PUBLIC const posix::Process & operator>>(const posix::Process &process, OomAdj &adj)
Read the OomAdj value for a process instance.
CORE_POSIX_DLL_PUBLIC const posix::Process & operator<<(const posix::Process &process, const OomAdj &adj)
Write the OomAdj value for a process instance.
static int min_value()
Returns the minimum valid value.
static int max_value()
Returns the maximum valid value.
bool is_valid() const
is_valid checks whether the contained value is within the predefined bounds.
#define CORE_POSIX_DLL_PUBLIC