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
SchemaMethod.h
Go to the documentation of this file.
1
#ifndef QMF_SCHEMA_METHOD_H
2
#define QMF_SCHEMA_METHOD_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
#if !defined(QMF_USE_DEPRECATED_API) && !defined(qmf2_EXPORTS) && !defined(SWIG)
25
# error "The API defined in this file has been DEPRECATED and will be removed in the future."
26
# error "Define 'QMF_USE_DEPRECATED_API' to enable continued use of the API."
27
#endif
28
29
#include "
qmf/ImportExport.h
"
30
#include "
qpid/sys/IntegerTypes.h
"
31
#include "
qmf/Handle.h
"
32
#include "
qmf/SchemaTypes.h
"
33
#include <string>
34
35
namespace
qmf {
36
37
#ifndef SWIG
38
template
<
class
>
class
PrivateImplRef;
39
#endif
40
41
class
SchemaMethodImpl;
42
class
SchemaProperty;
43
44
class
QMF_CLASS_EXTERN
SchemaMethod
:
public
qmf::Handle
<SchemaMethodImpl> {
45
public
:
46
QMF_EXTERN
SchemaMethod
(SchemaMethodImpl* impl = 0);
47
QMF_EXTERN
SchemaMethod(
const
SchemaMethod&);
48
QMF_EXTERN
SchemaMethod& operator=(
const
SchemaMethod&);
49
QMF_EXTERN
~SchemaMethod();
50
51
QMF_EXTERN
SchemaMethod(
const
std::string&,
const
std::string& o=
""
);
52
53
QMF_EXTERN
void
setDesc(
const
std::string&);
54
QMF_EXTERN
void
addArgument(
const
SchemaProperty
&);
55
56
QMF_EXTERN
const
std::string& getName()
const
;
57
QMF_EXTERN
const
std::string& getDesc()
const
;
58
QMF_EXTERN
uint32_t
getArgumentCount()
const
;
59
QMF_EXTERN
SchemaProperty
getArgument(
uint32_t
)
const
;
60
61
#ifndef SWIG
62
private
:
63
friend
class
qmf::PrivateImplRef
<SchemaMethod>;
64
friend
struct
SchemaMethodImplAccess;
65
#endif
66
};
67
68
}
69
70
#endif
qmf::PrivateImplRef
Definition:
Agent.h:40
IntegerTypes.h
qmf::SchemaProperty
Definition:
SchemaProperty.h:44
QMF_EXTERN
#define QMF_EXTERN
Definition:
ImportExport.h:30
SchemaTypes.h
qmf::SchemaMethod
Definition:
SchemaMethod.h:44
Handle.h
uint32_t
unsigned int uint32_t
Definition:
IntegerTypes.h:27
qmf::Handle
A handle is like a pointer: refers to an underlying implementation object.
Definition:
Handle.h:43
ImportExport.h
QMF_CLASS_EXTERN
#define QMF_CLASS_EXTERN
Definition:
ImportExport.h:31
Qpid C++ API Reference
Generated on Tue Oct 28 2014 for Qpid C++ Client API by
1.8.5