cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
testing::gmock_nice_strict_test::MockBaz::MoveOnly Class Reference

Public Member Functions

 MoveOnly ()=default
 
 MoveOnly (const MoveOnly &)=delete
 
MoveOnlyoperator= (const MoveOnly &)=delete
 
 MoveOnly (MoveOnly &&)=default
 
MoveOnlyoperator= (MoveOnly &&)=default
 

Constructor & Destructor Documentation

◆ MoveOnly() [1/3]

testing::gmock_nice_strict_test::MockBaz::MoveOnly::MoveOnly ( )
default

◆ MoveOnly() [2/3]

testing::gmock_nice_strict_test::MockBaz::MoveOnly::MoveOnly ( const MoveOnly & )
delete

◆ MoveOnly() [3/3]

testing::gmock_nice_strict_test::MockBaz::MoveOnly::MoveOnly ( MoveOnly && )
default

Member Function Documentation

◆ operator=() [1/2]

MoveOnly & testing::gmock_nice_strict_test::MockBaz::MoveOnly::operator= ( const MoveOnly & )
delete

◆ operator=() [2/2]

MoveOnly & testing::gmock_nice_strict_test::MockBaz::MoveOnly::operator= ( MoveOnly && )
default

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