Class definition for HiStrng, which is used to modify the Hijing HISTRNG common.
More...
#include <HiStrng.h>
Class definition for HiStrng, which is used to modify the Hijing HISTRNG common.
Definition at line 17 of file HiStrng.h.
◆ HiStrng()
◆ ~HiStrng()
◆ init()
| void HiStrng::init |
( |
void | | ) |
|
|
inline |
Definition at line 60 of file HiStrng.h.
uintptr_t histrng_address_()
static HISTRNG * s_histrng
◆ lenI()
| int HiStrng::lenI |
( |
| ) |
const |
|
inline |
◆ lenJ()
| int HiStrng::lenJ |
( |
| ) |
const |
|
inline |
◆ nfp()
| int & HiStrng::nfp |
( |
int | i, |
|
|
int | j ) |
|
inline |
Definition at line 76 of file HiStrng.h.
77{
79 if( i < 1 || i >
lenI() ||
81
83}
◆ nft()
| int & HiStrng::nft |
( |
int | i, |
|
|
int | j ) |
|
inline |
Definition at line 96 of file HiStrng.h.
97{
99 if( i < 1 || i >
lenI() ||
101
103}
◆ pp()
| float & HiStrng::pp |
( |
int | i, |
|
|
int | j ) |
|
inline |
Definition at line 86 of file HiStrng.h.
87{
89 if( i < 1 || i >
lenI() ||
91
93}
◆ pt()
| float & HiStrng::pt |
( |
int | i, |
|
|
int | j ) |
|
inline |
Definition at line 106 of file HiStrng.h.
107{
109 if( i < 1 || i >
lenI() ||
111
113}
◆ HISTRNG
◆ m_dummy
◆ m_realdummy
| float HiStrng::m_realdummy |
|
private |
◆ s_histrng
◆ s_lenI
| const int HiStrng::s_lenI = 300 |
|
staticprivate |
◆ s_lenJ
| const int HiStrng::s_lenJ = 15 |
|
staticprivate |
The documentation for this class was generated from the following file: