ManaPlus
Protected Member Functions | Private Member Functions
Catch::NonCopyable Class Reference

#include <catch.hpp>

Inheritance diagram for Catch::NonCopyable:
Catch::IShared Catch::Section Catch::SharedImpl< IShared > Catch::ITestCase Catch::SharedImpl< T > Catch::Matchers::Impl::Matcher< ExpressionT > Catch::SharedImpl< ITestCase > Catch::Matchers::Impl::MatcherImpl< Equals, std::string > Catch::Matchers::Impl::MatcherImpl< Contains, std::string > Catch::Matchers::Impl::MatcherImpl< EndsWith, std::string > Catch::Matchers::Impl::MatcherImpl< AnyOf< ExpressionT >, ExpressionT > Catch::Matchers::Impl::MatcherImpl< Not< ExpressionT >, ExpressionT > Catch::Matchers::Impl::MatcherImpl< AllOf< ExpressionT >, ExpressionT > Catch::Matchers::Impl::MatcherImpl< StartsWith, std::string > Catch::Matchers::Impl::MatcherImpl< DerivedT, ExpressionT > Catch::MethodTestCase< C >

Protected Member Functions

 NonCopyable ()
 
virtual ~NonCopyable ()
 

Private Member Functions

 NonCopyable (NonCopyable const &info)
 
NonCopyableoperator= (NonCopyable const &)
 

Detailed Description

Definition at line 325 of file catch.hpp.

Constructor & Destructor Documentation

◆ NonCopyable() [1/2]

Catch::NonCopyable::NonCopyable ( NonCopyable const &  info)
private

◆ NonCopyable() [2/2]

Catch::NonCopyable::NonCopyable ( )
inlineprotected

Definition at line 337 of file catch.hpp.

337 {}

◆ ~NonCopyable()

virtual Catch::NonCopyable::~NonCopyable ( )
protectedvirtual

Member Function Documentation

◆ operator=()

NonCopyable& Catch::NonCopyable::operator= ( NonCopyable const &  )
private

The documentation for this class was generated from the following file: