All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Enumerations | Functions
function_annotation.h File Reference
#include <iostream>
#include <string>
Include dependency graph for function_annotation.h:
This graph shows which files directly or indirectly include this file:

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)
 

Enumeration Type Documentation

Enumerator
NO_WAIT 
UNCONDITIONAL_WAIT 
CONDITIONAL_WAIT 
LOOPED_WAIT 
WORST_WAIT 

Function Documentation

bool operator== ( const AnnotatedTime lhs,
const AnnotatedTime rhs 
)