|
template<typename... SuccessReturnValues> |
PosixCallEvaluator< ReturnType > | successReturnValue (const SuccessReturnValues... successReturnValues) &&noexcept |
| the posix function call defines success through a single value
|
|
template<typename... FailureReturnValues> |
PosixCallEvaluator< ReturnType > | failureReturnValue (const FailureReturnValues... failureReturnValues) &&noexcept |
| the posix function call defines failure through a single value
|
|
PosixCallEvaluator< ReturnType > | returnValueMatchesErrno () &&noexcept |
| the posix function call defines failure through return of the errno value instead of setting the errno
|
|
template<typename ReturnType>
class iox::posix::PosixCallVerificator< ReturnType >
class which verifies the return value of a posix function call