NCBI C++ ToolKit
|
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, TErrStrs > | TErrTypStrs |
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 [] |
#define IS_IN | ( | x | ) | (errIndex > ERR_CODE_BEGIN(x)) && (errIndex < ERR_CODE_END(x)) |
typedef SStaticPair<const char*, const char*> TErrStrs |
Definition at line 51 of file ValidErrItem.cpp.
typedef CStaticArrayMap<unsigned int, pair<string, string> > TErrTypeStrsMap |
Definition at line 2456 of file ValidErrItem.cpp.
typedef SStaticPair<unsigned int, TErrStrs> TErrTypStrs |
Definition at line 52 of file ValidErrItem.cpp.
DEFINE_STATIC_ARRAY_MAP_WITH_COPY | ( | TErrTypeStrsMap | , |
sc_ErrStrsMap | , | ||
sc_ErrStrs | |||
) |
|
static |
Definition at line 54 of file ValidErrItem.cpp.