二进制日志数据类
More...
#include <slog.h>
|
const char * | _buf |
| 二进制数据缓冲区
|
|
int | _len |
| 二进制数据长度
|
|
二进制日志数据类
Definition at line 27 of file slog.h.
◆ SLogBinary()
SLogBinary::SLogBinary |
( |
const char * | buf, |
|
|
int | len ) |
|
inline |
构造函数
- Parameters
-
Definition at line 34 of file slog.h.
◆ _buf
const char* SLogBinary::_buf |
二进制数据缓冲区
Definition at line 40 of file slog.h.
◆ _len
二进制数据长度
Definition at line 41 of file slog.h.
The documentation for this class was generated from the following file: