9namespace Arp::Base::Commons::Runtime
39 size_t GetDepth(
void)
const;
43 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)
Constructs an StackCounter instance.
~StackCounter(void)
Default destructor.
StackCounter(const StackCounter &arg)
Default copy constructor.
Adapter class to implement PImpl idiom.
Definition: PimplPtr.hxx:15