Skip to main content

Module registry

Module registry 

Source
Expand description

Global aspect registry for managing aspect-pointcut bindings.

The registry allows aspects to be registered with pointcut patterns, and then automatically applied to matching functions at runtime.

Structs§

AspectRegistry
Global aspect registry for managing aspect-pointcut bindings.
RegisteredAspect
A registered aspect with its associated pointcut and metadata.

Statics§

GLOBAL_REGISTRY
Global aspect registry instance.

Functions§

global_registry
Get a reference to the global aspect registry.