Public Member Functions | |
FixedValueProducer (T value) | |
T | Produce () override |
![]() | |
virtual | ~ValueProducer () |
Private Member Functions | |
GTEST_DISALLOW_COPY_AND_ASSIGN_ (FixedValueProducer) | |
Private Attributes | |
const T | value_ |
Definition at line 238 of file gmock-actions.h.
|
inlineexplicit |
Definition at line 240 of file gmock-actions.h.
|
private |
|
inlineoverridevirtual |
Implements testing::DefaultValue< T >::ValueProducer.
Definition at line 241 of file gmock-actions.h.
|
private |
Definition at line 244 of file gmock-actions.h.