Public Member Functions | Private Attributes | List of all members
error_code Class Reference

#include <posix.h>

Public Member Functions

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

Private Attributes

int value_
 

Detailed Description

Definition at line 116 of file posix.h.

Constructor & Destructor Documentation

error_code::error_code ( int  value = 0)
inlineexplicit

Definition at line 121 of file posix.h.

121 : value_(value) {}
const GenericPointer< typename T::ValueType > T2 value
Definition: pointer.h:1225
int value_
Definition: posix.h:118

Member Function Documentation

int error_code::get ( ) const
inline

Definition at line 123 of file posix.h.

123 { return value_; }
int value_
Definition: posix.h:118

Member Data Documentation

int error_code::value_
private

Definition at line 118 of file posix.h.


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