reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
45 static const StratifiedIndex SetSentinel;
56 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {} 56 StratifiedLink() : Above(SetSentinel), Below(SetSentinel) {} 58 bool hasBelow() const { return Below != SetSentinel; } 59 bool hasAbove() const { return Above != SetSentinel; } 61 void clearBelow() { Below = SetSentinel; } 62 void clearAbove() { Above = SetSentinel; } 181 Remap = StratifiedLink::SetSentinel; 236 bool isRemapped() const { return Remap != StratifiedLink::SetSentinel; }