implements of error code function More...
#include "stdafx.h"#include "ErrorCode.h"#include "CoreMacros.h"#include <string>#include <vector>
Go to the source code of this file.
Functions | |
| unsigned int | errorcode (const char *errorName) |
| get new error code More... | |
| const char * | errorstring (unsigned int errorCode) |
| get error string for an existing error More... | |
| void | errorcleanup (void) |
| deallocate error strings object | |
Variables | |
|
std::vector< std::pair < std::string, unsigned int > > * | pErrorList |
implements of error code function
Copyright(C) 2006-2014 Eisai Co., Ltd. All rights reserved.
Definition in file ErrorCode.cpp.
| int errorcode | ( | const char * | errorName | ) |
get new error code
| errorName | error name |
Definition at line 23 of file ErrorCode.cpp.
| const char * errorstring | ( | unsigned int | errorCode | ) |
get error string for an existing error
| errorCode | error code |
Definition at line 60 of file ErrorCode.cpp.
1.8.6