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
qmf::engine::TYPE_FLOAT
Definition:
Typecode.h:37
qmf::engine::TYPE_INT16
Definition:
Typecode.h:42
qmf::engine::Typecode
Typecode
Definition:
Typecode.h:26
qmf::engine::TYPE_ARRAY
Definition:
Typecode.h:47
qmf::engine::TYPE_BOOL
Definition:
Typecode.h:36
qmf::engine::TYPE_ABSTIME
Definition:
Typecode.h:33
qmf::engine::TYPE_LIST
Definition:
Typecode.h:46
qmf::engine::TYPE_UINT32
Definition:
Typecode.h:29
qmf::engine::TYPE_DELTATIME
Definition:
Typecode.h:34
qmf::engine::TYPE_INT8
Definition:
Typecode.h:41
qmf::engine::TYPE_INT64
Definition:
Typecode.h:44
qmf::engine::TYPE_UINT8
Definition:
Typecode.h:27
qmf::engine::TYPE_UINT64
Definition:
Typecode.h:30
qmf::engine::TYPE_UUID
Definition:
Typecode.h:39
qmf::engine::TYPE_MAP
Definition:
Typecode.h:40
qmf::engine::TYPE_INT32
Definition:
Typecode.h:43
qmf::engine::TYPE_SSTR
Definition:
Typecode.h:31
qmf::engine::TYPE_DOUBLE
Definition:
Typecode.h:38
qmf::engine::TYPE_LSTR
Definition:
Typecode.h:32
qmf::engine::TYPE_OBJECT
Definition:
Typecode.h:45
qmf::engine::TYPE_REF
Definition:
Typecode.h:35
qmf::engine::TYPE_UINT16
Definition:
Typecode.h:28
Qpid C++ API Reference
Generated on Wed Aug 27 2014 for Qpid C++ Client API by
1.8.5