Scheduler
action_impl.h
Go to the documentation of this file.
1 
10 #ifndef ACTION_IMPL_H
11 #define ACTION_IMPL_H
12 
13 #include <cstdlib>
14 
15 namespace Mdp
16 {
17 
18 typedef size_t action_t;
19 }
20 
21 
22 #endif
size_t action_t
Definition: action_impl.h:18
Definition: action.h:18