forked from shikokuchuo/nanonext
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
104 lines (103 loc) · 2.11 KB
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method("$",nano)
S3method("$<-",nano)
S3method("$<-",nanoObject)
S3method("$<-",recvAio)
S3method("$<-",sendAio)
S3method("[",nano)
S3method("[[",nano)
S3method("[[<-",recvAio)
S3method("[[<-",sendAio)
S3method(.DollarNames,nano)
S3method(.DollarNames,ncurlAio)
S3method(.DollarNames,recvAio)
S3method(.DollarNames,sendAio)
S3method(close,nanoContext)
S3method(close,nanoDialer)
S3method(close,nanoListener)
S3method(close,nanoSocket)
S3method(close,nanoStream)
S3method(close,ncurlSession)
S3method(print,conditionVariable)
S3method(print,errorValue)
S3method(print,nanoContext)
S3method(print,nanoDialer)
S3method(print,nanoListener)
S3method(print,nanoObject)
S3method(print,nanoSocket)
S3method(print,nanoStream)
S3method(print,ncurlAio)
S3method(print,ncurlSession)
S3method(print,recvAio)
S3method(print,sendAio)
S3method(print,tlsConfig)
S3method(print,unresolvedValue)
S3method(start,nanoDialer)
S3method(start,nanoListener)
export("%~>%")
export("opt<-")
export(.context)
export(.unresolved)
export(base64dec)
export(base64enc)
export(call_aio)
export(call_aio_)
export(context)
export(cv)
export(cv_reset)
export(cv_signal)
export(cv_value)
export(dial)
export(is_aio)
export(is_error_value)
export(is_nano)
export(is_nul_byte)
export(listen)
export(lock)
export(mclock)
export(messenger)
export(msleep)
export(nano)
export(ncurl)
export(ncurl_aio)
export(ncurl_session)
export(next_config)
export(nng_error)
export(nng_version)
export(opt)
export(parse_url)
export(pipe_notify)
export(random)
export(reap)
export(recv)
export(recv_aio)
export(recv_aio_signal)
export(reply)
export(request)
export(request2)
export(request_signal)
export(send)
export(send_aio)
export(socket)
export(stat)
export(status_code)
export(stop_aio)
export(strcat)
export(stream)
export(subscribe)
export(survey_time)
export(tls_config)
export(transact)
export(unlock)
export(unresolved)
export(unsubscribe)
export(until)
export(until_)
export(wait)
export(wait_)
export(write_cert)
importFrom(later,later)
importFrom(stats,start)
importFrom(tools,md5sum)
importFrom(utils,.DollarNames)
useDynLib(nanonext, .registration = TRUE)