![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cTemplateList.h>
Public Member Functions | |
cTemplateEntry (float fProbability, const cVariant &vEntryArgs) | |
cTemplateEntry (float fProbability=0) | |
Public Attributes | |
float | m_fProbability |
probability weight of getting this. (relative to others in list) More... | |
cVariant | m_vEntryArgs |
the actual target of the Template. typically a SYMNAME + args. cVariantArray More... | |
ITERATE_t | m_iQty |
extra arg for Qty of this. More... | |
a single probability weighted value.
|
inline |
|
inline |
float GrayLib::cTemplateEntry::m_fProbability |
probability weight of getting this. (relative to others in list)
ITERATE_t GrayLib::cTemplateEntry::m_iQty |
extra arg for Qty of this.
cVariant GrayLib::cTemplateEntry::m_vEntryArgs |
the actual target of the Template. typically a SYMNAME + args. cVariantArray