#include <catch.hpp>
Public Member Functions | |
virtual void | addRef () const =0 |
virtual void | release () const =0 |
virtual | ~IShared () |
virtual Catch::IShared::~IShared | ( | ) | [virtual] |
virtual void Catch::IShared::addRef | ( | ) | const [pure virtual] |
Implemented in Catch::SharedImpl< IShared >, and Catch::SharedImpl< ITestCase >.
virtual void Catch::IShared::release | ( | ) | const [pure virtual] |
Implemented in Catch::SharedImpl< IShared >, and Catch::SharedImpl< ITestCase >.