NGL  6.5
The NCCA Graphics Library
fmt::ErrorCode Class Reference

#include <posix.h>

+ Collaboration diagram for fmt::ErrorCode:

Public Member Functions

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

Private Attributes

int value_
 

Detailed Description

Definition at line 70 of file posix.h.

Constructor & Destructor Documentation

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

Definition at line 75 of file posix.h.

Member Function Documentation

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

Definition at line 77 of file posix.h.

References value_.

Member Data Documentation

int fmt::ErrorCode::value_
private

Definition at line 72 of file posix.h.


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