Public Member Functions | Public Attributes
Stg::World::Event Class Reference

#include <stage.hh>

List of all members.

Public Member Functions

 Event (usec_t time, Model *mod)
bool operator< (const Event &other) const

Public Attributes

Modelmod
 model to update
usec_t time
 time that event occurs

Constructor & Destructor Documentation

Stg::World::Event::Event ( usec_t  time,
Model mod 
) [inline]

Member Function Documentation

bool World::Event::operator< ( const Event other) const

order by time. Break ties by value of Model*.

Parameters:
eventto compare with this one.

Member Data Documentation

model to update

time that event occurs


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