soui 5.0.0.1
Soui5 Doc
 
Loading...
Searching...
No Matches
SLogBinary Class Reference

二进制日志数据类 More...

#include <slog.h>

Public Member Functions

 SLogBinary (const char *buf, int len)
 构造函数
 

Public Attributes

const char * _buf
 二进制数据缓冲区
 
int _len
 二进制数据长度
 

Detailed Description

二进制日志数据类

Definition at line 27 of file slog.h.

Constructor & Destructor Documentation

◆ SLogBinary()

SLogBinary::SLogBinary ( const char * buf,
int len )
inline

构造函数

Parameters
buf二进制数据缓冲区
len二进制数据长度

Definition at line 34 of file slog.h.

Member Data Documentation

◆ _buf

const char* SLogBinary::_buf

二进制数据缓冲区

Definition at line 40 of file slog.h.

◆ _len

int SLogBinary::_len

二进制数据长度

Definition at line 41 of file slog.h.


The documentation for this class was generated from the following file: