![]() |
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/prime_tables.h>
Public Member Functions | |
virtual | ~PrimeTable () |
virtual bool | IsPrime (int n) const =0 |
virtual int | GetNextPrime (int p) const =0 |
Definition at line 40 of file prime_tables.h.
|
inlinevirtual |
Definition at line 42 of file prime_tables.h.
|
pure virtual |
Implemented in OnTheFlyPrimeTable, and PreCalculatedPrimeTable.
|
pure virtual |
Implemented in OnTheFlyPrimeTable, and PreCalculatedPrimeTable.