Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET
Apache Qpid Documentation
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
qmf
engine
Typecode.h
Go to the documentation of this file.
1
#ifndef _QmfEngineTypecode_
2
#define _QmfEngineTypecode_
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
namespace
qmf {
24
namespace
engine {
25
26
enum
Typecode
{
27
TYPE_UINT8
= 1,
28
TYPE_UINT16
= 2,
29
TYPE_UINT32
= 3,
30
TYPE_UINT64
= 4,
31
TYPE_SSTR
= 6,
32
TYPE_LSTR
= 7,
33
TYPE_ABSTIME
= 8,
34
TYPE_DELTATIME
= 9,
35
TYPE_REF
= 10,
36
TYPE_BOOL
= 11,
37
TYPE_FLOAT
= 12,
38
TYPE_DOUBLE
= 13,
39
TYPE_UUID
= 14,
40
TYPE_MAP
= 15,
41
TYPE_INT8
= 16,
42
TYPE_INT16
= 17,
43
TYPE_INT32
= 18,
44
TYPE_INT64
= 19,
45
TYPE_OBJECT
= 20,
46
TYPE_LIST
= 21,
47
TYPE_ARRAY
= 22
48
};
49
}
50
}
51
52
#endif
53
Qpid C++ API Reference
Generated on Wed Nov 7 2012 for Qpid C++ Client API by
1.8.1.1