proxygen
testing::gmock_more_actions_test::DeletionTester Class Reference

Public Member Functions

 DeletionTester (bool *is_deleted)
 
 ~DeletionTester ()
 
 DeletionTester (bool *is_deleted)
 
 ~DeletionTester ()
 
 DeletionTester (bool *is_deleted)
 
 ~DeletionTester ()
 

Private Attributes

bool * is_deleted_
 

Detailed Description

Definition at line 563 of file gmock-more-actions_test.cc.

Constructor & Destructor Documentation

testing::gmock_more_actions_test::DeletionTester::DeletionTester ( bool *  is_deleted)
inlineexplicit

Definition at line 565 of file gmock-more-actions_test.cc.

566  : is_deleted_(is_deleted) {
567  // Make sure the bit is set to false.
568  *is_deleted_ = false;
569  }
testing::gmock_more_actions_test::DeletionTester::~DeletionTester ( )
inline

Definition at line 571 of file gmock-more-actions_test.cc.

testing::gmock_more_actions_test::DeletionTester::DeletionTester ( bool *  is_deleted)
inlineexplicit

Definition at line 565 of file gmock-more-actions_test.cc.

566  : is_deleted_(is_deleted) {
567  // Make sure the bit is set to false.
568  *is_deleted_ = false;
569  }
testing::gmock_more_actions_test::DeletionTester::DeletionTester ( bool *  is_deleted)
inlineexplicit

Definition at line 565 of file gmock-more-actions_test.cc.

566  : is_deleted_(is_deleted) {
567  // Make sure the bit is set to false.
568  *is_deleted_ = false;
569  }

Member Data Documentation

bool * testing::gmock_more_actions_test::DeletionTester::is_deleted_
private

Definition at line 576 of file gmock-more-actions_test.cc.


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