TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
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_
 

Constructor & Destructor Documentation

fmt::ErrorCode::ErrorCode ( int  value = 0)
inlineexplicit
112 : value_(value) {}
int value_
Definition: posix.h:109
const FieldDescriptor value
Definition: descriptor.h:1522

Member Function Documentation

int fmt::ErrorCode::get ( ) const
inline
114 { return value_; }
int value_
Definition: posix.h:109

Member Data Documentation

int fmt::ErrorCode::value_
private

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