NCBI C++ ToolKit
Macros | Typedefs | Functions | Variables
ValidErrItem.cpp File Reference
#include <ncbi_pch.hpp>
#include <objects/valerr/ValidErrItem.hpp>
#include <util/static_map.hpp>
+ Include dependency graph for ValidErrItem.cpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Go to the SVN repository for this file.

Macros

#define IS_IN(x)   (errIndex > ERR_CODE_BEGIN(x)) && (errIndex < ERR_CODE_END(x))
 

Typedefs

typedef SStaticPair< const char *, const char * > TErrStrs
 
typedef SStaticPair< unsigned int, TErrStrsTErrTypStrs
 
typedef CStaticArrayMap< unsigned int, pair< string, string > > TErrTypeStrsMap
 

Functions

 DEFINE_STATIC_ARRAY_MAP_WITH_COPY (TErrTypeStrsMap, sc_ErrStrsMap, sc_ErrStrs)
 

Variables

static const TErrTypStrs sc_ErrStrs []
 

Macro Definition Documentation

◆ IS_IN

#define IS_IN (   x)    (errIndex > ERR_CODE_BEGIN(x)) && (errIndex < ERR_CODE_END(x))

Typedef Documentation

◆ TErrStrs

typedef SStaticPair<const char*, const char*> TErrStrs

Definition at line 51 of file ValidErrItem.cpp.

◆ TErrTypeStrsMap

typedef CStaticArrayMap<unsigned int, pair<string, string> > TErrTypeStrsMap

Definition at line 2441 of file ValidErrItem.cpp.

◆ TErrTypStrs

typedef SStaticPair<unsigned int, TErrStrs> TErrTypStrs

Definition at line 52 of file ValidErrItem.cpp.

Function Documentation

◆ DEFINE_STATIC_ARRAY_MAP_WITH_COPY()

DEFINE_STATIC_ARRAY_MAP_WITH_COPY ( TErrTypeStrsMap  ,
sc_ErrStrsMap  ,
sc_ErrStrs   
)

Variable Documentation

◆ sc_ErrStrs

const TErrTypStrs sc_ErrStrs[]
static

Definition at line 54 of file ValidErrItem.cpp.

Modified on Fri Mar 29 09:53:11 2024 by modify_doxy.py rev. 669887