Classes | Public Member Functions | Public Attributes

jmitie::wheelVal_t Struct Reference

A general purpose struct to store values for roulette wheel selection. More...

#include <CjLinkSelector.hh>

Collaboration diagram for jmitie::wheelVal_t:
Collaboration graph
[legend]

List of all members.

Classes

union  weight_t

Public Member Functions

 wheelVal_t (unsigned int node_a_, unsigned int node_b_)
 wheelVal_t (double weight_, unsigned int node_a_, unsigned int node_b_)
 wheelVal_t (int weight_, unsigned int node_a_, unsigned int node_b_, int)
 wheelVal_t (unsigned int weight_, unsigned int node_a_, unsigned int node_b_, int, int)

Public Attributes

union jmitie::wheelVal_t::weight_t weight
unsigned int node_a
unsigned int node_b
bool valid

Detailed Description

A general purpose struct to store values for roulette wheel selection.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator