Flow123d  master-f44eb46
Public Member Functions | Private Attributes | List of all members
fmt::ErrorCode Class Reference

#include <posix.h>

Public Member Functions

 ErrorCode (int value=0) FMT_NOEXCEPT
 
int get () const FMT_NOEXCEPT
 

Private Attributes

int value_
 

Detailed Description

Definition at line 107 of file posix.h.

Constructor & Destructor Documentation

◆ ErrorCode()

fmt::ErrorCode::ErrorCode ( int  value = 0)
inlineexplicit

Definition at line 112 of file posix.h.

Member Function Documentation

◆ get()

int fmt::ErrorCode::get ( ) const
inline

Definition at line 114 of file posix.h.

Member Data Documentation

◆ value_

int fmt::ErrorCode::value_
private

Definition at line 109 of file posix.h.


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