#include <iostream>
#include <string>
Go to the source code of this file.
Classes | |
struct | AnnotatedTime |
struct | WaitAnnotation |
struct | FunctionAnnotation |
Enumerations | |
enum | WAIT_CONSTRUCT { NO_WAIT = 0, UNCONDITIONAL_WAIT = 1, CONDITIONAL_WAIT = 2, LOOPED_WAIT = 3, WORST_WAIT = 4 } |
Functions | |
bool | operator== (const AnnotatedTime &lhs, const AnnotatedTime &rhs) |
enum WAIT_CONSTRUCT |
bool operator== | ( | const AnnotatedTime & | lhs, |
const AnnotatedTime & | rhs | ||
) |