acl  3.5.3.0
hserror.hpp 文件参考
+ hserror.hpp 的引用(Include)关系图:
+ 此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

class  acl::hserror
 

命名空间

 acl
 

宏定义

#define HS_ERR_INVALID_REPLY   -7
 
#define HS_ERR_EMPTY   -6
 
#define HS_ERR_PARAMS   -5
 
#define HS_ERR_NOT_OPEN   -4
 
#define HS_ERR_READ   -3
 
#define HS_ERR_WRITE   -2
 
#define HS_ERR_CONN   -1
 
#define HS_ERR_OK   0
 

宏定义说明

◆ HS_ERR_CONN

#define HS_ERR_CONN   -1

在文件 hserror.hpp12 行定义.

◆ HS_ERR_EMPTY

#define HS_ERR_EMPTY   -6

在文件 hserror.hpp7 行定义.

◆ HS_ERR_INVALID_REPLY

#define HS_ERR_INVALID_REPLY   -7

在文件 hserror.hpp6 行定义.

◆ HS_ERR_NOT_OPEN

#define HS_ERR_NOT_OPEN   -4

在文件 hserror.hpp9 行定义.

◆ HS_ERR_OK

#define HS_ERR_OK   0

在文件 hserror.hpp13 行定义.

◆ HS_ERR_PARAMS

#define HS_ERR_PARAMS   -5

在文件 hserror.hpp8 行定义.

◆ HS_ERR_READ

#define HS_ERR_READ   -3

在文件 hserror.hpp10 行定义.

◆ HS_ERR_WRITE

#define HS_ERR_WRITE   -2

在文件 hserror.hpp11 行定义.