WPILibC++ 2024.3.2
EpochTracker.h File Reference

This file defines the DebugEpochBase and DebugEpochBase::HandleBase classes. More...

#include <cstdint>

Go to the source code of this file.

Classes

class  wpi::DebugEpochBase
 A base class for data structure classes wishing to make iterators ("handles") pointing into themselves fail-fast. More...
 
class  wpi::DebugEpochBase::HandleBase
 A base class for iterator classes ("handles") that wish to poll for iterator invalidating modifications in the underlying data structure. More...
 

Namespaces

namespace  wpi
 

Macros

#define LLVM_DEBUGEPOCHBASE_HANDLEBASE_EMPTYBASE
 

Detailed Description

This file defines the DebugEpochBase and DebugEpochBase::HandleBase classes.

These can be used to write iterators that are fail-fast when LLVM is built with asserts enabled.

Macro Definition Documentation

◆ LLVM_DEBUGEPOCHBASE_HANDLEBASE_EMPTYBASE

#define LLVM_DEBUGEPOCHBASE_HANDLEBASE_EMPTYBASE