#include <sample4.h>
Public Member Functions | |
Counter () | |
Counter () | |
int | Increment () |
int | Increment () |
void | Print () const |
void | Print () const |
Private Attributes | |
int | counter_ |
Definition at line 38 of file gmock/gtest/samples/sample4.h.
Counter::Counter | ( | ) | [inline] |
Definition at line 44 of file gmock/gtest/samples/sample4.h.
Counter::Counter | ( | ) | [inline] |
Definition at line 44 of file gtest/samples/sample4.h.
int Counter::Increment | ( | ) |
Definition at line 39 of file gmock/gtest/samples/sample4.cc.
int Counter::Increment | ( | ) |
void Counter::Print | ( | ) | const |
void Counter::Print | ( | ) | const |
Definition at line 44 of file gmock/gtest/samples/sample4.cc.
int Counter::counter_ [private] |
Definition at line 40 of file gmock/gtest/samples/sample4.h.