OpenDDS
Snapshot(2023/04/28-20:55)
dds
DCPS
transport
framework
RemoveAllVisitor.inl
Go to the documentation of this file.
1
/*
2
*
3
*
4
* Distributed under the OpenDDS License.
5
* See: http://www.opendds.org/license.html
6
*/
7
8
#include "
EntryExit.h
"
9
10
ACE_INLINE
11
OpenDDS::DCPS::RemoveAllVisitor::RemoveAllVisitor
()
12
: status_(0),
13
removed_bytes_(0)
14
{
15
DBG_ENTRY_LVL
(
"RemoveAllVisitor"
,
"RemoveAllVisitor"
, 6);
16
}
17
18
ACE_INLINE
int
19
OpenDDS::DCPS::RemoveAllVisitor::status
()
const
20
{
21
DBG_ENTRY_LVL
(
"RemoveAllVisitor"
,
"status"
, 6);
22
return
status_
;
23
}
24
25
ACE_INLINE
int
26
OpenDDS::DCPS::RemoveAllVisitor::removed_bytes
()
const
27
{
28
DBG_ENTRY_LVL
(
"RemoveAllVisitor"
,
"removed_bytes"
, 6);
29
return
static_cast<
int
>
(
removed_bytes_
);
30
}
EntryExit.h
OpenDDS::DCPS::RemoveAllVisitor::removed_bytes_
size_t removed_bytes_
Definition:
RemoveAllVisitor.h:44
OpenDDS::DCPS::RemoveAllVisitor::status
int status() const
Definition:
RemoveAllVisitor.inl:19
OpenDDS::DCPS::RemoveAllVisitor::status_
int status_
Holds the status of our visit.
Definition:
RemoveAllVisitor.h:42
OpenDDS::DCPS::RemoveAllVisitor::removed_bytes
int removed_bytes() const
Definition:
RemoveAllVisitor.inl:26
OpenDDS::DCPS::RemoveAllVisitor::RemoveAllVisitor
RemoveAllVisitor()
Definition:
RemoveAllVisitor.inl:11
DBG_ENTRY_LVL
#define DBG_ENTRY_LVL(CNAME, MNAME, DBG_LVL)
Definition:
EntryExit.h:68
ACE_INLINE
#define ACE_INLINE
Generated by
1.8.13