#include <function_annotation.h>
Public Member Functions | |
FunctionAnnotation (char *function_name, bool is_conflict_free, WAIT_CONSTRUCT wait_type, AnnotatedTime *annotated_time) | |
Public Attributes | |
std::string | function_name_ |
bool | is_conflict_free_ |
WAIT_CONSTRUCT | wait_type_ |
AnnotatedTime * | annotated_time_ |
Friends | |
std::ostream & | operator<< (std::ostream &os, const FunctionAnnotation &fa) |
FunctionAnnotation::FunctionAnnotation | ( | char * | function_name, | |
bool | is_conflict_free, | |||
WAIT_CONSTRUCT | wait_type, | |||
AnnotatedTime * | annotated_time | |||
) | [inline] |
std::ostream& operator<< | ( | std::ostream & | os, | |
const FunctionAnnotation & | fa | |||
) | [friend] |
std::string FunctionAnnotation::function_name_ |