#include <edge.h>
Public Member Functions | |
edge () | |
edge (int dummy) | |
edge (rttime_t mn, rttime_t mx) | |
const edge & | operator+= (const edge &e) |
const edge & | operator *= (const edge &e) |
Static Public Member Functions | |
static edge | unknown () |
Public Attributes | |
rttime_t | min |
rttime_t | max |
bool | minset |
bool | maxset |
int | state |
Static Public Attributes | |
static const int | NULL = 0 |
static const int | UNKNOWN = 1 |
static const int | NORMAL = 2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|