acl
3.5.3.0
hstable.hpp
浏览该文件的文档.
1
#pragma once
2
#include "../acl_cpp_define.hpp"
3
#include "../stdlib/noncopyable.hpp"
4
5
#ifndef ACL_CLIENT_ONLY
6
7
namespace
acl
{
8
9
class
ACL_CPP_API
hstable
:
public
noncopyable
10
{
11
public
:
12
hstable
(
int
id
,
const
char
* dbn,
const
char
* tbl,
13
const
char
* idx,
const
char
* flds);
14
~
hstable
();
15
16
private
:
17
friend
class
hsclient
;
18
int
id_;
19
char
* dbn_;
20
char
* tbl_;
21
char
* idx_;
22
char
* flds_;
23
int
nfld_;
24
char
** values_;
25
};
26
27
}
// namespace acl
28
29
#endif // ACL_CLIENT_ONLY
acl
Definition:
acl_cpp_init.hpp:4
acl::noncopyable
Definition:
noncopyable.hpp:6
acl::hsclient
Definition:
hsclient.hpp:19
acl::hstable
Definition:
hstable.hpp:9
ACL_CPP_API
#define ACL_CPP_API
Definition:
acl_cpp_define.hpp:16
include
acl_cpp
hsocket
hstable.hpp
生成于 2021年 九月 10日 星期五 11:14:44 , 为 acl使用
1.8.15