![]() |
F´ Flight Software - C/C++ Documentation NASA-v1.6.0
A framework for building embedded system applications to NASA flight quality standards.
|
#include <googletest/googletest/samples/sample4.h>
Public Member Functions | |
Counter () | |
int | Increment () |
int | Decrement () |
void | Print () const |
int Counter::Decrement | ( | ) |
Definition at line 41 of file sample4.cc.
int Counter::Increment | ( | ) |
Definition at line 37 of file sample4.cc.
void Counter::Print | ( | ) | const |
Definition at line 50 of file sample4.cc.