Cyclone ISO C++ API Reference Guide
Filter.hpp
Go to the documentation of this file.
1
#ifndef DDS_TOPIC_TFILTER__HPP_
2
#define DDS_TOPIC_TFILTER__HPP_
3
4
/* Copyright 2010, Object Management Group, Inc.
5
* Copyright 2010, PrismTech, Corp.
6
* Copyright 2010, Real-Time Innovations, Inc.
7
* All rights reserved.
8
*
9
* Licensed under the Apache License, Version 2.0 (the "License");
10
* you may not use this file except in compliance with the License.
11
* 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, software
16
* distributed under the License is distributed on an "AS IS" BASIS,
17
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18
* See the License for the specific language governing permissions and
19
* limitations under the License.
20
*/
21
22
#include <
dds/core/types.hpp
>
23
#include <
dds/core/Value.hpp
>
24
25
namespace
dds
26
{
27
namespace
topic
28
{
29
30
class
Filter;
31
}
32
}
33
57
class
dds::topic::Filter
:
public
dds::core::Value
58
{
59
public
:
63
typedef
typename
D::iterator
iterator
;
64
68
typedef
typename
D::const_iterator
const_iterator
;
69
70
public
:
77
Filter
(
const
std::string& query_expression);
78
87
template
<
typename
FWIterator>
88
Filter
(
const
std::string& query_expression,
const
FWIterator& params_begin,
89
const
FWIterator& params_end);
90
98
Filter
(
const
std::string& query_expression,
99
const
std::vector<std::string>& params);
100
107
const
std::string&
expression
()
const
;
108
118
const_iterator
begin
()
const
;
119
129
const_iterator
end
()
const
;
130
140
iterator
begin
();
141
151
iterator
end
();
152
162
template
<
typename
FWIterator>
163
void
parameters
(
const
FWIterator&
begin
,
const
FWIterator
end
);
164
173
void
add_parameter
(
const
std::string& param);
174
183
uint32_t
parameters_length
()
const
;
184
};
185
186
#endif
/* DDS_TOPIC_TFILTER__HPP_ */
dds::topic::Filter::parameters
void parameters(const FWIterator &begin, const FWIterator end)
dds::topic::Filter::parameters_length
uint32_t parameters_length() const
types.hpp
dds::topic::Filter::expression
const std::string & expression() const
dds::topic::Filter::const_iterator
D::const_iterator const_iterator
Definition:
Filter.hpp:68
dds::topic::Filter
Filter objects contain SQL expressions that allow the application to specify a filter on the locally ...
Definition:
Filter.hpp:57
dds
Definition:
array.hpp:30
dds::topic::Filter::Filter
Filter(const std::string &query_expression)
dds::topic::Filter::begin
const_iterator begin() const
dds::topic::Filter::end
const_iterator end() const
Value.hpp
dds::core::Value
This class is the base for various value-type dds objects.
Definition:
Value.hpp:28
dds::topic::Filter::iterator
D::iterator iterator
Definition:
Filter.hpp:63
dds::topic::Filter::add_parameter
void add_parameter(const std::string ¶m)
dds
topic
Filter.hpp
Generated by
1.8.16