#include <payload.hh>

Public Member Functions | |
| bool | IsMarked () const |
| void | Mark () |
| void | Unmark () |
| uint64_t | UnmarkedCount () const |
| uint64_t | CutoffCount () const |
Public Attributes | |
| uint64_t | count |
| Uninterpolated | uninterp |
| ProbBackoff | complete |
Definition at line 15 of file payload.hh.
| uint64_t lm::builder::BuildingPayload::CutoffCount | ( | ) | const [inline] |
Definition at line 37 of file payload.hh.
References IsMarked(), and UnmarkedCount().

| bool lm::builder::BuildingPayload::IsMarked | ( | ) | const [inline] |
Definition at line 21 of file payload.hh.
References count.
Referenced by CutoffCount().

| void lm::builder::BuildingPayload::Mark | ( | ) | [inline] |
| void lm::builder::BuildingPayload::Unmark | ( | ) | [inline] |
| uint64_t lm::builder::BuildingPayload::UnmarkedCount | ( | ) | const [inline] |
Definition at line 33 of file payload.hh.
References count.
Referenced by CutoffCount().

Definition at line 18 of file payload.hh.
| uint64_t lm::builder::BuildingPayload::count |
Definition at line 16 of file payload.hh.
Referenced by IsMarked(), Mark(), Unmark(), and UnmarkedCount().
Definition at line 17 of file payload.hh.
1.5.9