SObjectizer 5.8
Loading...
Searching...
No Matches
so_5::coop_dereg_reason_t Class Reference

It's a kind of strong typedef for coop's deregistration reason. More...

#include <coop.hpp>

Public Member Functions

 coop_dereg_reason_t () noexcept
 
 coop_dereg_reason_t (int reason) noexcept
 
int reason () const noexcept
 

Private Attributes

int m_reason
 

Detailed Description

It's a kind of strong typedef for coop's deregistration reason.

Since
v.5.2.3
Examples
so_5/child_soenv/main.cpp, and so_5/coop_listener/main.cpp.

Definition at line 79 of file coop.hpp.

Constructor & Destructor Documentation

◆ coop_dereg_reason_t() [1/2]

so_5::coop_dereg_reason_t::coop_dereg_reason_t ( )
inlinenoexcept

Definition at line 82 of file coop.hpp.

◆ coop_dereg_reason_t() [2/2]

so_5::coop_dereg_reason_t::coop_dereg_reason_t ( int reason)
inlineexplicitnoexcept

Definition at line 86 of file coop.hpp.

Member Function Documentation

◆ reason()

int so_5::coop_dereg_reason_t::reason ( ) const
inlinenoexcept
Examples
so_5/coop_notification/main.cpp.

Definition at line 91 of file coop.hpp.

Member Data Documentation

◆ m_reason

int so_5::coop_dereg_reason_t::m_reason
private

Definition at line 94 of file coop.hpp.


The documentation for this class was generated from the following file: