class which is created by the verificator to evaluate the result of a posix call
More...
|
| template<typename... IgnoredErrnos> |
| PosixCallEvaluator< ReturnType > | ignoreErrnos (const IgnoredErrnos... ignoredErrnos) const &&noexcept |
| | ignore specified errnos from the evaluation
|
| template<typename... SilentErrnos> |
| PosixCallEvaluator< ReturnType > | suppressErrorMessagesForErrnos (const SilentErrnos... silentErrnos) const &&noexcept |
| | silence specified errnos from printing error messages in the evaluation
|
| cxx::expected< PosixCallResult< ReturnType >, PosixCallResult< ReturnType > > | evaluate () const &&noexcept |
| | evaluate the result of a posix call
|
template<typename ReturnType>
class iox::posix::PosixCallEvaluator< ReturnType >
class which is created by the verificator to evaluate the result of a posix call