NCBI C++ ToolKit
|
#include <ncbi_pch.hpp>
#include <corelib/ncbithr.hpp>
#include <corelib/ncbierror.hpp>
#include <Winsock2.h>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CNcbiError_Int |
Macros | |
#define | NCBI_USE_ERRCODE_X Corelib_Diag |
Functions | |
static CNcbiError * | NcbiError_GetOrCreate (void) |
CNcbiOstream & | operator<< (CNcbiOstream &str, const CNcbiError &err) |
Serialize error code + description provided by OS + extra string data. More... | |
Variables | |
static CStaticTls< CNcbiError > | s_Last |
#define NCBI_USE_ERRCODE_X Corelib_Diag |
Definition at line 37 of file ncbierror.cpp.
|
static |
Definition at line 55 of file ncbierror.cpp.
References s_Last.
Referenced by CNcbiError::GetLast(), and CNcbiError::x_Init().
|
static |
Definition at line 52 of file ncbierror.cpp.
Referenced by NcbiError_GetOrCreate().