HOG2
Public Member Functions | Public Attributes | List of all members
TimeStep< state, action > Class Template Reference

Private per-unit unitSimulation data. More...

#include <UnitSimulation.h>

Public Member Functions

 TimeStep (state s, double time)
 
 TimeStep ()
 

Public Attributes

state m_state
 
double startTime
 

Detailed Description

template<class state, class action>
class TimeStep< state, action >

Private per-unit unitSimulation data.

Definition at line 30 of file UnitSimulation.h.

Constructor & Destructor Documentation

◆ TimeStep() [1/2]

template<class state , class action >
TimeStep< state, action >::TimeStep ( state  s,
double  time 
)
inline

Definition at line 32 of file UnitSimulation.h.

◆ TimeStep() [2/2]

template<class state , class action >
TimeStep< state, action >::TimeStep ( )
inline

Definition at line 34 of file UnitSimulation.h.

References TimeStep< state, action >::startTime.

Member Data Documentation

◆ m_state

template<class state , class action >
state TimeStep< state, action >::m_state

Definition at line 35 of file UnitSimulation.h.

◆ startTime

template<class state , class action >
double TimeStep< state, action >::startTime

Definition at line 36 of file UnitSimulation.h.

Referenced by TimeStep< state, action >::TimeStep().


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