MLIR  19.0.0git
Public Member Functions | Static Public Member Functions | List of all members
mlir::tracing::BreakpointManagerBase< Derived > Class Template Reference

CRTP base class for BreakpointManager implementations. More...

#include "mlir/Debug/BreakpointManager.h"

+ Inheritance diagram for mlir::tracing::BreakpointManagerBase< Derived >:

Public Member Functions

 BreakpointManagerBase ()
 
- Public Member Functions inherited from mlir::tracing::BreakpointManager
virtual ~BreakpointManager ()=default
 
TypeID getTypeID () const
 TypeID for the subclass, used for casting purpose. More...
 
virtual Breakpointmatch (const Action &action) const =0
 Try to match a Breakpoint to a given Action. More...
 

Static Public Member Functions

static bool classof (const BreakpointManager *breakpointManager)
 Provide classof to allow casting between breakpoint manager types. More...
 

Additional Inherited Members

- Protected Member Functions inherited from mlir::tracing::BreakpointManager
 BreakpointManager (TypeID typeID)
 
- Protected Attributes inherited from mlir::tracing::BreakpointManager
TypeID typeID
 

Detailed Description

template<typename Derived>
class mlir::tracing::BreakpointManagerBase< Derived >

CRTP base class for BreakpointManager implementations.

Definition at line 82 of file BreakpointManager.h.

Constructor & Destructor Documentation

◆ BreakpointManagerBase()

template<typename Derived >
mlir::tracing::BreakpointManagerBase< Derived >::BreakpointManagerBase ( )
inline

Definition at line 84 of file BreakpointManager.h.

Member Function Documentation

◆ classof()

template<typename Derived >
static bool mlir::tracing::BreakpointManagerBase< Derived >::classof ( const BreakpointManager breakpointManager)
inlinestatic

Provide classof to allow casting between breakpoint manager types.

Definition at line 87 of file BreakpointManager.h.

References mlir::tracing::BreakpointManager::getTypeID().


The documentation for this class was generated from the following file: