Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::gmock_matchers_test::Uncopyable Class Reference

Public Member Functions

 Uncopyable ()
 
 Uncopyable (int a_value)
 
int value () const
 
void set_value (int i)
 

Detailed Description

Definition at line 3874 of file gmock-matchers_test.cc.

Constructor & Destructor Documentation

◆ Uncopyable() [1/2]

testing::gmock_matchers_test::Uncopyable::Uncopyable ( )
inline

Definition at line 3876 of file gmock-matchers_test.cc.

3876: value_(-1) {}

◆ Uncopyable() [2/2]

testing::gmock_matchers_test::Uncopyable::Uncopyable ( int a_value)
inlineexplicit

Definition at line 3877 of file gmock-matchers_test.cc.

3877: value_(a_value) {}

Member Function Documentation

◆ set_value()

void testing::gmock_matchers_test::Uncopyable::set_value ( int i)
inline

Definition at line 3880 of file gmock-matchers_test.cc.

3880{ value_ = i; }
Here is the caller graph for this function:

◆ value()

int testing::gmock_matchers_test::Uncopyable::value ( ) const
inline

Definition at line 3879 of file gmock-matchers_test.cc.

3879{ return value_; }
Here is the caller graph for this function:

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