|
Classes | |
class | AlignedAllocator |
struct | MakeFixedAlignedAllocator |
class | NoShrinkVector |
struct | Pair |
struct | Pair< FirstT, FirstT > |
class | RefCount |
class | RefCounted |
class | RefCountPtr |
class | Vector |
Typedefs | |
typedef clock_t | performance_t |
Enumerations | |
enum | { DefaultAlignment = sizeof(size_t) } |
Functions | |
performance_t | GetPerformanceCounter () |
double | GetPerformanceFreq () |
template<class FirstT , class SecondT > | |
Pair< FirstT, SecondT > | MakePair (FirstT &first, SecondT &second) |
float | rn_frand () |
size_t | rn_rand () |
size_t | rn_refresh (void) |
void | rn_setseed (size_t) |
size_t | rn_urand (size_t m) |
Variables | |
size_t | rn_buf [] |
size_t | rn_point = MiscLib_RN_BUFSIZE |
typedef clock_t performance_t |
Definition at line 27 of file Performance.h.
anonymous enum |
Enumerator | |
---|---|
DefaultAlignment |
Definition at line 14 of file AlignedAllocator.h.
|
inline |
Definition at line 28 of file Performance.h.
|
inline |
Definition at line 32 of file Performance.h.
Pair< FirstT, SecondT > MiscLib::MakePair | ( | FirstT & | first, |
SecondT & | second | ||
) |
|
inline |
|
inline |
size_t rn_refresh | ( | void | ) |
void rn_setseed | ( | size_t | seed | ) |
|
inline |
size_t rn_buf |
Definition at line 22 of file Random.cpp.
size_t rn_point = MiscLib_RN_BUFSIZE |
Definition at line 23 of file Random.cpp.