Cssim::Action | |
Cssim::CostReport< State, Time, Cost > | CostReport class for collecting statistics on costs |
▼CcProcess | |
CPerson | Class to simulate a person |
CPerson | Class to simulate a person |
CPerson | Class to simulate a person |
CDataFrameSelect< T > | |
▼Cssim::Event | Basic event in the simulation |
Cssim::cMessage | CMessage class for OMNET++ API compatibility. This provides a heavier message class than Sim::Event, with short 'kind' and std::string 'name' attributes. The events by default are scheduled using cProcess::scheduleAt(), and handled using cProcess::handleMessage() (as per OMNET++). NB: cProcess::scheduleAt() uses simulation time rather than time in state (which is used by Sim::self_signal_event()) |
Cssim::EventReport< State, Event, Time, Utility > | EventReport class for collecting statistics on person-time, prevalence and numbers of events |
Cboost::tuples::detail::HashValueImpl< Tuple, Index > | |
Cboost::tuples::detail::HashValueImpl< Tuple, 0 > | |
Cssim::heap< T > | |
CInterpolate | |
Cssim::Means | Utility class to incrementally add values to calculate the mean, sum, variance and standard deviation. This could be replaced by boost::accumulator |
Cnull_type | A table class for lookups. For the case of a single key, this is a small extension to std::map, including the ability to read columns from a DataFrame. Looking up a key which is less than the lowest key value will use the lowest key |
CNumericInterpolate | |
Cssim::PDescr | |
Cssim::pqueue | |
Cssim::pqueueElement | |
Cssim::pqueueElementComparator | |
▼Cssim::Process | Virtual class (interface) representing processes running within the simulator |
▼Cssim::cProcess | CProcess class for OMNET++ API compatibility. This provides a default for Process::process_event() that calls cProcess::handleMessage(). This class also provides scheduleAt() methods for insert cMessages into the process event queue |
CillnessDeath::SimplePerson | |
Cssim::ProcessWithPId | Utility Process class providing a utility interface with the simulator |
▼Cssim::RngStream | |
Cboost::random::rngstream | |
Cssim::Rng | |
Cssim::Rpexp | Rpexp is a random number generator class for piecewise constant hazards. Given time lower bounds t and piecewise constant hazards h, rand() returns a random time. The random number is calculated using the inversion formula. Constructors provided for arrays |
Cssim::Sim | Generic discrete-event sequential simulator |
Cssim::SimErrorHandler | Error handler for simulation errors |
Cssim::SimImpl | |
Cssim::SimpleReport< T > | SimpleReport class for collecting data for homogeneous fields of type T with string names |
Cssim::SummaryReport< State, Event, Time, Utility, Cost > | SummaryReport class for collecting statistics on person-time, prevalence, events and costs |
CTable< I0, I1, I2, I3, I4, Outcome > | |
CTable< I0, I1, I2, I3, Outcome > | |
CTable< I0, I1, I2, Outcome > | |
CTable< I0, I1, Outcome > | |
CTable< key_type, mapped_type > | |