|
FreePOOMA
2.4.1
|
#include <RNGComponent.h>
Public Member Functions | |
| RNGAdvanceProxy (RNG &rng) | |
| RNGAdvanceProxy & | operator= (int i) |
| const RNGAdvanceProxy & | operator= (int i) const |
| operator int () const | |
Public Attributes | |
| RNG & | rng_m |
| RNGAdvanceProxy< RNG >::RNGAdvanceProxy | ( | RNG & | rng | ) | [inline] |
| RNGAdvanceProxy& RNGAdvanceProxy< RNG >::operator= | ( | int | i | ) | [inline] |
References RNGAdvanceProxy< RNG >::rng_m.
| const RNGAdvanceProxy& RNGAdvanceProxy< RNG >::operator= | ( | int | i | ) | const [inline] |
References RNGAdvanceProxy< RNG >::rng_m.
| RNGAdvanceProxy< RNG >::operator int | ( | ) | const [inline] |
RNG& RNGAdvanceProxy< RNG >::rng_m [mutable] |
Referenced by RNGAdvanceProxy< RNG >::operator=().
1.7.6.1