libutap
|
Gantt chart entry. More...
#include <system.h>
Public Member Functions | |
gantt_t (const char *s) | |
gantt_t (const std::string &s) | |
Public Attributes | |
std::string | name |
The name. More... | |
frame_t | parameters |
The select parameters. More... | |
std::list< ganttmap_t > | mapping |
Gantt chart entry.
|
inline |
|
inline |
std::list<ganttmap_t> UTAP::gantt_t::mapping |
Referenced by UTAP::SystemBuilder::ganttEntryEnd(), and UTAP::TypeChecker::visitGanttChart().
std::string UTAP::gantt_t::name |
The name.
frame_t UTAP::gantt_t::parameters |
The select parameters.
Referenced by UTAP::SystemBuilder::ganttDeclEnd(), and UTAP::TypeChecker::visitGanttChart().