Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GrayLib::cTemplateEntry Class Reference

#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...
 

Detailed Description

a single probability weighted value.

Constructor & Destructor Documentation

◆ cTemplateEntry() [1/2]

GrayLib::cTemplateEntry::cTemplateEntry ( float  fProbability,
const cVariant vEntryArgs 
)
inline

◆ cTemplateEntry() [2/2]

GrayLib::cTemplateEntry::cTemplateEntry ( float  fProbability = 0)
inline

Member Data Documentation

◆ m_fProbability

float GrayLib::cTemplateEntry::m_fProbability

probability weight of getting this. (relative to others in list)

◆ m_iQty

ITERATE_t GrayLib::cTemplateEntry::m_iQty

extra arg for Qty of this.

◆ m_vEntryArgs

cVariant GrayLib::cTemplateEntry::m_vEntryArgs

the actual target of the Template. typically a SYMNAME + args. cVariantArray


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