libjmmcg  release_579_6_g8cffd
A C++ library containing an eclectic mix of useful, advanced components.
throw_work_type Struct Reference

Public Types

typedef res_t result_type
 
typedef std::runtime_error exception_t
 
typedef res_t result_type
 
typedef std::runtime_error exception_t
 

Public Member Functions

void __fastcall process (result_type &) noexcept(false)
 
void __fastcall mutate (result_type &r) noexcept(false)
 
bool __fastcall operator< (throw_work_type const &) const
 
void __fastcall process (result_type &) noexcept(false)
 
void __fastcall mutate (result_type &r) noexcept(false)
 
bool __fastcall operator< (throw_work_type const &) const
 

Detailed Description

Definition at line 213 of file dataflow_full.cpp.

Member Typedef Documentation

◆ exception_t [1/2]

typedef std::runtime_error throw_work_type::exception_t

Definition at line 215 of file dataflow_full.cpp.

◆ exception_t [2/2]

typedef std::runtime_error throw_work_type::exception_t

Definition at line 215 of file dataflow_full.cpp.

◆ result_type [1/2]

Definition at line 214 of file dataflow_full.cpp.

◆ result_type [2/2]

Definition at line 214 of file dataflow_full.cpp.

Member Function Documentation

◆ mutate() [1/2]

void __fastcall throw_work_type::mutate ( result_type r)
inlinenoexcept

Definition at line 220 of file dataflow_full.cpp.

References process().

◆ mutate() [2/2]

void __fastcall throw_work_type::mutate ( result_type r)
inlinenoexcept

Definition at line 220 of file dataflow_full.cpp.

◆ operator<() [1/2]

bool __fastcall throw_work_type::operator< ( throw_work_type const &  ) const
inline

Definition at line 224 of file dataflow_full.cpp.

◆ operator<() [2/2]

bool __fastcall throw_work_type::operator< ( throw_work_type const &  ) const
inline

Definition at line 224 of file dataflow_full.cpp.

◆ process() [1/2]

void __fastcall throw_work_type::process ( result_type )
inlinenoexcept

Definition at line 217 of file dataflow_full.cpp.

Referenced by mutate().

◆ process() [2/2]

void __fastcall throw_work_type::process ( result_type )
inlinenoexcept

Definition at line 217 of file dataflow_full.cpp.


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