forked from acl-dev/acl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlib_acl.hpp
163 lines (144 loc) · 5.88 KB
/
lib_acl.hpp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
#pragma once
#include "acl_cpp/acl_cpp_define.hpp"
#include "acl_cpp/acl_cpp_init.hpp"
#include "acl_cpp/acl_cpp_test.hpp"
#include "acl_cpp/stdlib/noncopyable.hpp"
#include "acl_cpp/stdlib/singleton.hpp"
#include "acl_cpp/stdlib/snprintf.hpp"
#include "acl_cpp/stdlib/dns_service.hpp"
#include "acl_cpp/stdlib/final_tpl.hpp"
#include "acl_cpp/stdlib/json.hpp"
#include "acl_cpp/stdlib/locker.hpp"
#include "acl_cpp/stdlib/log.hpp"
//#include "malloc.hpp"
#include "acl_cpp/stdlib/pipe_stream.hpp"
#include "acl_cpp/stdlib/string.hpp"
#include "acl_cpp/stdlib/util.hpp"
#include "acl_cpp/stdlib/xml.hpp"
#include "acl_cpp/stdlib/zlib_stream.hpp"
#include "acl_cpp/stdlib/md5.hpp"
#include "acl_cpp/stdlib/charset_conv.hpp"
#include "acl_cpp/stdlib/escape.hpp"
#include "acl_cpp/stdlib/pipe_stream.hpp"
#include "acl_cpp/stdlib/url_coder.hpp"
#include "acl_cpp/stdlib/thread.hpp"
#include "acl_cpp/stdlib/thread_pool.hpp"
#include "acl_cpp/stdlib/thread_queue.hpp"
#include "acl_cpp/stdlib/scan_dir.hpp"
#include "acl_cpp/stdlib/dbuf_pool.hpp"
#include "acl_cpp/memcache/memcache.hpp"
#include "acl_cpp/memcache/memcache_pool.hpp"
#include "acl_cpp/memcache/memcache_manager.hpp"
#include "acl_cpp/session/session.hpp"
#include "acl_cpp/session/redis_session.hpp"
#include "acl_cpp/session/memcache_session.hpp"
#include "acl_cpp/stream/stream.hpp"
#include "acl_cpp/stream/istream.hpp"
#include "acl_cpp/stream/ostream.hpp"
#include "acl_cpp/stream/fstream.hpp"
#include "acl_cpp/stream/ifstream.hpp"
#include "acl_cpp/stream/ofstream.hpp"
#include "acl_cpp/stream/socket_stream.hpp"
#include "acl_cpp/stream/server_socket.hpp"
#include "acl_cpp/stream/aio_handle.hpp"
#include "acl_cpp/stream/aio_delay_free.hpp"
#include "acl_cpp/stream/aio_timer_callback.hpp"
#include "acl_cpp/stream/aio_stream.hpp"
#include "acl_cpp/stream/aio_istream.hpp"
#include "acl_cpp/stream/aio_ostream.hpp"
#include "acl_cpp/stream/aio_listen_stream.hpp"
#include "acl_cpp/stream/aio_socket_stream.hpp"
#include "acl_cpp/stream/aio_fstream.hpp"
#include "acl_cpp/stream/polarssl_conf.hpp"
#include "acl_cpp/stream/polarssl_io.hpp"
#include "acl_cpp/ipc/ipc_client.hpp"
#include "acl_cpp/ipc/ipc_server.hpp"
#include "acl_cpp/ipc/ipc_service.hpp"
#include "acl_cpp/ipc/rpc.hpp"
#include "acl_cpp/http/http_client.hpp"
#include "acl_cpp/http/http_header.hpp"
#include "acl_cpp/http/http_pipe.hpp"
#include "acl_cpp/http/http_request.hpp"
#include "acl_cpp/http/http_response.hpp"
#include "acl_cpp/http/http_service.hpp"
#include "acl_cpp/http/http_mime.hpp"
#include "acl_cpp/http/HttpCookie.hpp"
#include "acl_cpp/http/HttpServlet.hpp"
#include "acl_cpp/http/HttpSession.hpp"
#include "acl_cpp/http/HttpServletRequest.hpp"
#include "acl_cpp/http/HttpServletResponse.hpp"
#include "acl_cpp/http/http_download.hpp"
#include "acl_cpp/http/http_utils.hpp"
#include "acl_cpp/http/http_request_pool.hpp"
#include "acl_cpp/http/http_request_manager.hpp"
#include "acl_cpp/db/db_handle.hpp"
#include "acl_cpp/db/query.hpp"
#include "acl_cpp/db/db_mysql.hpp"
#include "acl_cpp/db/db_pool.hpp"
#include "acl_cpp/db/mysql_pool.hpp"
#include "acl_cpp/db/sqlite_pool.hpp"
#include "acl_cpp/db/db_service.hpp"
#include "acl_cpp/db/db_service_mysql.hpp"
#include "acl_cpp/db/db_service_sqlite.hpp"
#include "acl_cpp/db/db_sqlite.hpp"
#include "acl_cpp/hsocket/hspool.hpp"
#include "acl_cpp/hsocket/hsclient.hpp"
#include "acl_cpp/hsocket/hstable.hpp"
#include "acl_cpp/hsocket/hsrow.hpp"
#include "acl_cpp/beanstalk/beanstalk.hpp"
#include "acl_cpp/beanstalk/beanstalk_pool.hpp"
#include "acl_cpp/mime/mime_define.hpp"
#include "acl_cpp/mime/mime_attach.hpp"
#include "acl_cpp/mime/mime_base64.hpp"
#include "acl_cpp/mime/mime_body.hpp"
#include "acl_cpp/mime/mime_code.hpp"
#include "acl_cpp/mime/mime_head.hpp"
#include "acl_cpp/mime/mime.hpp"
#include "acl_cpp/mime/mime_image.hpp"
#include "acl_cpp/mime/mime_node.hpp"
#include "acl_cpp/mime/mime_quoted_printable.hpp"
#include "acl_cpp/mime/mime_uucode.hpp"
#include "acl_cpp/mime/mime_xxcode.hpp"
#include "acl_cpp/mime/rfc2047.hpp"
#include "acl_cpp/mime/rfc822.hpp"
#include "acl_cpp/event/event_timer.hpp"
#include "acl_cpp/master/master_base.hpp"
#include "acl_cpp/master/master_threads.hpp"
#include "acl_cpp/master/master_threads2.hpp"
#include "acl_cpp/master/master_aio.hpp"
#include "acl_cpp/master/master_proc.hpp"
#include "acl_cpp/master/master_udp.hpp"
#include "acl_cpp/master/master_trigger.hpp"
#include "acl_cpp/master/master_conf.hpp"
#include "acl_cpp/queue/queue_manager.hpp"
#include "acl_cpp/queue/queue_file.hpp"
#include "acl_cpp/connpool/connect_client.hpp"
#include "acl_cpp/connpool/connect_pool.hpp"
#include "acl_cpp/connpool/connect_manager.hpp"
#include "acl_cpp/connpool/connect_monitor.hpp"
#include "acl_cpp/connpool/check_client.hpp"
#include "acl_cpp/redis/redis_client.hpp"
#include "acl_cpp/redis/redis_client_pool.hpp"
#include "acl_cpp/redis/redis_client_cluster.hpp"
#include "acl_cpp/redis/redis_result.hpp"
#include "acl_cpp/redis/redis_key.hpp"
#include "acl_cpp/redis/redis_hash.hpp"
#include "acl_cpp/redis/redis_string.hpp"
#include "acl_cpp/redis/redis_list.hpp"
#include "acl_cpp/redis/redis_pubsub.hpp"
#include "acl_cpp/redis/redis_transaction.hpp"
#include "acl_cpp/redis/redis_set.hpp"
#include "acl_cpp/redis/redis_zset.hpp"
#include "acl_cpp/redis/redis_script.hpp"
#include "acl_cpp/redis/redis_server.hpp"
#include "acl_cpp/redis/redis_hyperloglog.hpp"
#include "acl_cpp/redis/redis_connection.hpp"
#include "acl_cpp/redis/redis_cluster.hpp"
#include "acl_cpp/redis/redis_slot.hpp"
#include "acl_cpp/redis/redis_node.hpp"
#include "acl_cpp/redis/redis_geo.hpp"
#include "acl_cpp/redis/redis.hpp"
#include "acl_cpp/disque/disque.hpp"
#include "acl_cpp/disque/disque_cond.hpp"
#include "acl_cpp/disque/disque_job.hpp"
#include "acl_cpp/disque/disque_node.hpp"