9namespace Arp::Base::Commons::Runtime
 
   38    size_t  GetDepth(
void)
const;
 
   42    const Impl& GetImpl(
void)
const;
 
This class is used to count sequenced operation calls, which are e.g. invoked during an exception thr...
Definition: StackCounter.hpp:20
 
StackCounter & operator=(const StackCounter &arg)
Default copy-assignment operator.
 
~StackCounter(void)
Default destructor.
 
StackCounter(const StackCounter &arg)
Default copy constructor.
 
Adapter class to implement PImpl idiom.
Definition: PimplPtr.hxx:15