Fabcoin Core  0.16.2
P2P Digital Currency
Public Member Functions | Public Attributes | List of all members
WindowSlider Struct Reference
Collaboration diagram for WindowSlider:
[legend]

Public Member Functions

 WindowSlider (const Integer &expIn, bool fastNegate, unsigned int windowSizeIn=0)
 
void FindNextWindow ()
 

Public Attributes

Integer exp
 
Integer windowModulus
 
unsigned int windowSize
 
unsigned int windowBegin
 
word32 expWindow
 
bool fastNegate
 
bool negateNext
 
bool firstTime
 
bool finished
 

Detailed Description

Definition at line 206 of file algebra.cpp.

Constructor & Destructor Documentation

WindowSlider::WindowSlider ( const Integer expIn,
bool  fastNegate,
unsigned int  windowSizeIn = 0 
)
inline

Definition at line 208 of file algebra.cpp.

Here is the call graph for this function:

Here is the caller graph for this function:

Member Function Documentation

void WindowSlider::FindNextWindow ( )
inline

Definition at line 220 of file algebra.cpp.

Here is the call graph for this function:

Member Data Documentation

Integer WindowSlider::exp

Definition at line 249 of file algebra.cpp.

word32 WindowSlider::expWindow

Definition at line 251 of file algebra.cpp.

bool WindowSlider::fastNegate

Definition at line 252 of file algebra.cpp.

bool WindowSlider::finished

Definition at line 252 of file algebra.cpp.

bool WindowSlider::firstTime

Definition at line 252 of file algebra.cpp.

bool WindowSlider::negateNext

Definition at line 252 of file algebra.cpp.

unsigned int WindowSlider::windowBegin

Definition at line 250 of file algebra.cpp.

Integer WindowSlider::windowModulus

Definition at line 249 of file algebra.cpp.

unsigned int WindowSlider::windowSize

Definition at line 250 of file algebra.cpp.


The documentation for this struct was generated from the following file: