![]() |
TTMath
0.9.4
C++ bignum library
|
#include <ttmathtypes.h>
Public Member Functions | |
virtual bool | WasStopSignal () const volatile |
this simple class can be used in multithreading model (you can write your own class derived from this one)
for example: in some functions like Factorial() /at the moment only Factorial/ you can give a pointer to the 'stop object', if the method WasStopSignal() of this object returns true that means we should break the calculating and return
Definition at line 542 of file ttmathtypes.h.