| 
| 
typedef uint64_t  | id_type | 
|   | 
| 
typedef std::chrono::system_clock  | clock_type | 
|   | 
| 
typedef clock_type::time_point  | time_point | 
|   | 
| 
typedef clock_type::duration  | duration | 
|   | 
| 
typedef std::bitset< 6 >  | flags_type | 
|   | 
 | 
| 
virtual void  | read (sys::pstream &in) | 
|   | 
| 
virtual void  | write (sys::pstream &out) const | 
|   | 
| 
id_type  | id () const noexcept | 
|   | 
| 
void  | id (id_type rhs) noexcept | 
|   | 
| 
bool  | has_id () const noexcept | 
|   | 
| 
void  | set_id (id_type rhs) noexcept | 
|   | 
| 
bool  | operator== (const mobile_kernel &rhs) const noexcept | 
|   | 
| 
bool  | operator!= (const mobile_kernel &rhs) const noexcept | 
|   | 
| 
uint64_t  | unique_id () const noexcept | 
|   | 
| 
exit_code  | return_code () const noexcept | 
|   | 
| 
void  | return_code (exit_code rhs) noexcept | 
|   | 
| 
time_point  | at () const noexcept | 
|   | 
| 
void  | at (time_point t) noexcept | 
|   | 
| 
void  | after (duration delay) noexcept | 
|   | 
| 
bool  | scheduled () const noexcept | 
|   | 
| 
flags_type  | flags () const noexcept | 
|   | 
| 
void  | setf (kernel_flag f) noexcept | 
|   | 
| 
void  | unsetf (kernel_flag f) noexcept | 
|   | 
| 
bool  | isset (kernel_flag f) const noexcept | 
|   | 
| 
bool  | carries_parent () const noexcept | 
|   | 
 | 
| 
static constexpr id_type  | no_id () noexcept | 
|   | 
 | 
| 
exit_code  | _result = exit_code::undefined | 
|   | 
| 
time_point  | _at = time_point(duration::zero()) | 
|   | 
| 
flags_type  | _flags = 0 | 
|   | 
The documentation for this class was generated from the following files:
- /home/slurm-ci/jobs/subordination-subordination-17/src/subordination/kernel/mobile_kernel.hh
 
- /home/slurm-ci/jobs/subordination-subordination-17/src/subordination/kernel/mobile_kernel.cc