Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
RemainderTable< T > Struct Template Reference

#include <INT.H>

Public Member Functions

 RemainderTable (const T &p)
 
bool HasZero () const
 
void Increment (unsigned short increment=1)
 
void Increment (const RemainderTable &rtQ)
 

Public Attributes

bool HasZeroEntry
 
unsigned short table [3511]
 

Detailed Description

template<class T>
struct RemainderTable< T >

Definition at line 204 of file INT.H.

Constructor & Destructor Documentation

◆ RemainderTable()

template<class T>
RemainderTable< T >::RemainderTable ( const T & p)
inline

Definition at line 206 of file INT.H.

Member Function Documentation

◆ HasZero()

template<class T>
bool RemainderTable< T >::HasZero ( ) const
inline

Definition at line 214 of file INT.H.

◆ Increment() [1/2]

template<class T>
void RemainderTable< T >::Increment ( const RemainderTable< T > & rtQ)
inline

Definition at line 228 of file INT.H.

◆ Increment() [2/2]

template<class T>
void RemainderTable< T >::Increment ( unsigned short increment = 1)
inline

Definition at line 215 of file INT.H.

Member Data Documentation

◆ HasZeroEntry

template<class T>
bool RemainderTable< T >::HasZeroEntry

Definition at line 241 of file INT.H.

◆ table

template<class T>
unsigned short RemainderTable< T >::table[3511]

Definition at line 242 of file INT.H.


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