proton
0
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
include
proton
cid.h
Go to the documentation of this file.
1
#ifndef PROTON_CID_H
2
#define PROTON_CID_H 1
3
/*
4
*
5
* Licensed to the Apache Software Foundation (ASF) under one
6
* or more contributor license agreements. See the NOTICE file
7
* distributed with this work for additional information
8
* regarding copyright ownership. The ASF licenses this file
9
* to you under the Apache License, Version 2.0 (the
10
* "License"); you may not use this file except in compliance
11
* with the License. You may obtain a copy of the License at
12
*
13
* http://www.apache.org/licenses/LICENSE-2.0
14
*
15
* Unless required by applicable law or agreed to in writing,
16
* software distributed under the License is distributed on an
17
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
18
* KIND, either express or implied. See the License for the
19
* specific language governing permissions and limitations
20
* under the License.
21
*
22
*/
23
24
typedef
enum
{
25
CID_pn_object
= 1,
26
CID_pn_void
,
27
CID_pn_weakref
,
28
29
CID_pn_string
,
30
CID_pn_list
,
31
CID_pn_map
,
32
CID_pn_hash
,
33
CID_pn_record
,
34
35
CID_pn_collector
,
36
CID_pn_event
,
37
38
CID_pn_encoder
,
39
CID_pn_decoder
,
40
CID_pn_data
,
41
42
CID_pn_connection
,
43
CID_pn_session
,
44
CID_pn_link
,
45
CID_pn_delivery
,
46
CID_pn_transport
,
47
48
CID_pn_message
,
49
50
CID_pn_reactor
,
51
CID_pn_handler
,
52
CID_pn_timer
,
53
CID_pn_task
,
54
55
CID_pn_io
,
56
CID_pn_selector
,
57
CID_pn_selectable
,
58
59
CID_pn_url
60
}
pn_cid_t
;
61
62
#endif
/* cid.h */
CID_pn_selector
Definition:
cid.h:56
CID_pn_object
Definition:
cid.h:25
CID_pn_decoder
Definition:
cid.h:39
CID_pn_hash
Definition:
cid.h:32
CID_pn_selectable
Definition:
cid.h:57
CID_pn_list
Definition:
cid.h:30
CID_pn_event
Definition:
cid.h:36
CID_pn_reactor
Definition:
cid.h:50
CID_pn_collector
Definition:
cid.h:35
CID_pn_delivery
Definition:
cid.h:45
CID_pn_weakref
Definition:
cid.h:27
CID_pn_data
Definition:
cid.h:40
CID_pn_session
Definition:
cid.h:43
CID_pn_handler
Definition:
cid.h:51
CID_pn_void
Definition:
cid.h:26
pn_cid_t
pn_cid_t
Definition:
cid.h:24
CID_pn_url
Definition:
cid.h:59
CID_pn_io
Definition:
cid.h:55
CID_pn_encoder
Definition:
cid.h:38
CID_pn_link
Definition:
cid.h:44
CID_pn_timer
Definition:
cid.h:52
CID_pn_task
Definition:
cid.h:53
CID_pn_connection
Definition:
cid.h:42
CID_pn_transport
Definition:
cid.h:46
CID_pn_string
Definition:
cid.h:29
CID_pn_message
Definition:
cid.h:48
CID_pn_record
Definition:
cid.h:33
CID_pn_map
Definition:
cid.h:31
Generated on Thu Apr 9 2015 10:10:04 for proton by
1.8.9.1