Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
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 70 of file posix.h.

Constructor & Destructor Documentation

◆ ErrorCode()

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

Definition at line 75 of file posix.h.

+ Here is the caller graph for this function:

Member Function Documentation

◆ get()

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

Definition at line 77 of file posix.h.

Member Data Documentation

◆ value_

int fmt::ErrorCode::value_
private

Definition at line 72 of file posix.h.


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