JointEvent Class Reference
Represents a single event which was sampled from a JointSampler. The internal value of this event is stored in a variant using boost::any, where the concrete value of type T can be extracted using Event<T>::getValue(). More...
#include <JointEvent.h>
Inheritance diagram for JointEvent:

Public Member Functions | |
Constructors | |
| JointEvent (const EventList &eventList, Sampler *randomVar=NULL) | |
| JointEvent () | |
| virtual | ~JointEvent () |
Detailed Description
Represents a single event which was sampled from a JointSampler. The internal value of this event is stored in a variant using boost::any, where the concrete value of type T can be extracted using Event<T>::getValue().
- Date:
- Fall 2008
Definition at line 23 of file JointEvent.h.
Constructor & Destructor Documentation
| JointEvent::JointEvent | ( | const EventList & | eventList, | |
| Sampler * | randomVar = NULL | |||
| ) | [inline, explicit] |
Definition at line 29 of file JointEvent.h.
| JointEvent::JointEvent | ( | ) | [inline] |
Definition at line 34 of file JointEvent.h.
| virtual JointEvent::~JointEvent | ( | ) | [inline, virtual] |
Definition at line 38 of file JointEvent.h.
The documentation for this class was generated from the following file:
Generated on 28 Feb 2009 for Milton by
1.5.6