OpenDDS  Snapshot(2023/04/28-20:55)
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 
12  : status_(0),
13  removed_bytes_(0)
14 {
15  DBG_ENTRY_LVL("RemoveAllVisitor", "RemoveAllVisitor", 6);
16 }
17 
18 ACE_INLINE int
20 {
21  DBG_ENTRY_LVL("RemoveAllVisitor", "status", 6);
22  return status_;
23 }
24 
25 ACE_INLINE int
27 {
28  DBG_ENTRY_LVL("RemoveAllVisitor", "removed_bytes", 6);
29  return static_cast<int>(removed_bytes_);
30 }
int status_
Holds the status of our visit.
#define DBG_ENTRY_LVL(CNAME, MNAME, DBG_LVL)
Definition: EntryExit.h:68
#define ACE_INLINE