ONE - On-device Neural Engine
Loading...
Searching...
No Matches
hermes::Sink Struct Referenceabstract

Message consumer interface. More...

#include <Sink.h>

Data Structures

struct  Registry
 

Public Member Functions

virtual ~Sink ()=default
 
virtual void notify (const Message *)=0
 

Detailed Description

Message consumer interface.

All message consumers should inherit this interface.

Definition at line 32 of file Sink.h.

Constructor & Destructor Documentation

◆ ~Sink()

virtual hermes::Sink::~Sink ( )
virtualdefault

Member Function Documentation

◆ notify()

virtual void hermes::Sink::notify ( const Message )
pure virtual

Implemented in hermes::ConsoleReporter.


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