Eunomia  0.1.0
A lightweight eBPF-based CloudNative Monitor tool for Container Security and Observability
container_manager::container_info_handler< EVENT > Class Template Reference

#include <container_manager.h>

Inheritance diagram for container_manager::container_info_handler< EVENT >:
Inheritance graph
Collaboration diagram for container_manager::container_info_handler< EVENT >:
Collaboration graph

Public Member Functions

void handle (tracker_event< EVENT > &e)
 implement this function to handle the event More...
 
 container_info_handler (container_manager &m)
 
- Public Member Functions inherited from event_handler< EVENT >
virtual ~event_handler ()=default
 
std::shared_ptr< event_handler< EVENT > > add_handler (std::shared_ptr< event_handler< EVENT >> handler)
 add a next handler after this handler More...
 
void do_handle_event (tracker_event< EVENT > &e)
 
- Public Member Functions inherited from event_handler_base< EVENT >
virtual ~event_handler_base ()=default
 

Additional Inherited Members

- Public Attributes inherited from event_handler< EVENT >
std::shared_ptr< event_handler_base< EVENT > > next_handler
 

Constructor & Destructor Documentation

◆ container_info_handler()

template<typename EVENT >
container_manager::container_info_handler< EVENT >::container_info_handler ( container_manager m)
inline

Member Function Documentation

◆ handle()

template<typename EVENT >
void container_manager::container_info_handler< EVENT >::handle ( tracker_event< EVENT > &  e)
inlinevirtual

implement this function to handle the event

Implements event_handler< EVENT >.

Here is the call graph for this function:

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