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
Data.h
Go to the documentation of this file.
1
#ifndef QMF_DATA_H
2
#define QMF_DATA_H
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
#include <
qmf/ImportExport.h
>
25
#include "
qmf/Handle.h
"
26
#include "
qmf/exceptions.h
"
27
#include "
qpid/types/Variant.h
"
28
#include <string>
29
30
namespace
qmf {
31
32
#ifndef SWIG
33
template
<
class
>
class
PrivateImplRef;
34
#endif
35
36
class
DataImpl;
37
class
Schema;
38
class
SchemaId;
39
class
DataAddr;
40
class
Agent;
41
42
class
QMF_CLASS_EXTERN
Data
:
public
qmf::Handle
<DataImpl> {
43
public
:
44
QMF_EXTERN
Data
(DataImpl* impl = 0);
45
QMF_EXTERN
Data(
const
Data&);
46
QMF_EXTERN
Data& operator=(
const
Data&);
47
QMF_EXTERN
~Data();
48
49
QMF_EXTERN
Data(
const
Schema
&);
50
QMF_EXTERN
void
setAddr(
const
DataAddr
&);
51
QMF_EXTERN
void
setProperty(
const
std::string&,
const
qpid::types::Variant
&);
52
QMF_EXTERN
void
overwriteProperties(
const
qpid::types::Variant::Map
&);
53
QMF_EXTERN
bool
hasSchema()
const
;
54
QMF_EXTERN
bool
hasAddr()
const
;
55
QMF_EXTERN
const
SchemaId
& getSchemaId()
const
;
56
QMF_EXTERN
const
DataAddr
& getAddr()
const
;
57
QMF_EXTERN
const
qpid::types::Variant
& getProperty(
const
std::string&)
const
;
58
QMF_EXTERN
const
qpid::types::Variant::Map
& getProperties()
const
;
59
QMF_EXTERN
bool
hasAgent()
const
;
60
QMF_EXTERN
const
Agent
& getAgent()
const
;
61
62
#ifndef SWIG
63
private
:
64
friend
class
qmf::PrivateImplRef
<Data>;
65
friend
struct
DataImplAccess;
66
#endif
67
};
68
69
}
70
71
#endif
Variant.h
ImportExport.h
qmf::Data
Definition:
Data.h:42
qmf::Handle
A handle is like a pointer: refers to an underlying implementation object.
Definition:
Handle.h:38
QMF_CLASS_EXTERN
#define QMF_CLASS_EXTERN
Definition:
ImportExport.h:31
qmf::Agent
Definition:
Agent.h:45
qpid::types::Variant::Map
std::map< std::string, Variant > Map
Definition:
Variant.h:75
qpid::types::Variant
Represents a value of variable type.
Definition:
Variant.h:72
qmf::PrivateImplRef
Definition:
Agent.h:35
QMF_EXTERN
#define QMF_EXTERN
Definition:
ImportExport.h:30
qmf::SchemaId
Definition:
SchemaId.h:38
exceptions.h
qmf::Schema
Definition:
Schema.h:41
qmf::DataAddr
Definition:
DataAddr.h:37
Handle.h
Qpid C++ API Reference
Generated on Thu Aug 18 2016 for Qpid C++ Client API by
1.8.5