| 33 | public: |
| 34 | // Enums |
| 35 | enum GilStatus { UNKNOWN = -1, NOT_HELD = 0, HELD = 1 }; |
| 36 | enum GCStatus { COLLECTING_UNKNOWN = -1, NOT_COLLECTING = 0, COLLECTING = 1 }; |
| 37 | |
| 38 | // Constructors |
nothing calls this directly
no outgoing calls
no test coverage detected