Fast DDS  Version 3.0.1
Fast DDS
Loading...
Searching...
No Matches
WriterDataLifecycleQosPolicy.hpp
1// Copyright 2019 Proyectos y Sistemas de Mantenimiento SL (eProsima).
2//
3// Licensed under the Apache License, Version 2.0 (the "License");
4// you may not use this file except in compliance with the License.
5// You may obtain a copy of the License at
6//
7// http://www.apache.org/licenses/LICENSE-2.0
8//
9// Unless required by applicable law or agreed to in writing, software
10// distributed under the License is distributed on an "AS IS" BASIS,
11// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12// See the License for the specific language governing permissions and
13// limitations under the License.
14
19#ifndef FASTDDS_DDS_CORE_POLICY__WRITERDATALIFECYCLEQOSPOLICY_HPP
20#define FASTDDS_DDS_CORE_POLICY__WRITERDATALIFECYCLEQOSPOLICY_HPP
21
22namespace eprosima {
23namespace fastdds {
24namespace dds {
25
30{
31public:
32
40
44 virtual FASTDDS_EXPORTED_API ~WriterDataLifecycleQosPolicy()
45 {
46 }
47
53
54public:
55
63
64};
65
66} //namespace dds
67} //namespace fastdds
68} //namespace eprosima
69
70#endif // FASTDDS_DDS_CORE_POLICY__WRITERDATALIFECYCLEQOSPOLICY_HPP
Specifies the behavior of the DataWriter with regards to the lifecycle of the data-instances it manag...
Definition WriterDataLifecycleQosPolicy.hpp:30
virtual FASTDDS_EXPORTED_API ~WriterDataLifecycleQosPolicy()
Destructor.
Definition WriterDataLifecycleQosPolicy.hpp:44
bool operator==(const WriterDataLifecycleQosPolicy &b) const
Definition WriterDataLifecycleQosPolicy.hpp:48
WriterDataLifecycleQosPolicy()
Constructor.
Definition WriterDataLifecycleQosPolicy.hpp:36
bool autodispose_unregistered_instances
Controls whether a DataWriter will automatically dispose instances each time they are unregistered.
Definition WriterDataLifecycleQosPolicy.hpp:62
Definition DomainParticipant.hpp:45
eProsima namespace.