LCOV - code coverage report
Current view: top level - DCPS/transport/framework - RemoveAllVisitor.inl (source / functions) Hit Total Coverage
Test: coverage.info Lines: 4 4 100.0 %
Date: 2023-04-30 01:32:43 Functions: 1 1 100.0 %

          Line data    Source code
       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           4 : OpenDDS::DCPS::RemoveAllVisitor::RemoveAllVisitor()
      12           4 :   : status_(0),
      13           4 :     removed_bytes_(0)
      14             : {
      15             :   DBG_ENTRY_LVL("RemoveAllVisitor", "RemoveAllVisitor", 6);
      16           4 : }
      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             : }

Generated by: LCOV version 1.16