souffle  2.0.2-371-g6315b36
Public Member Functions
souffle::profile::TextProcessor Class Reference

Text entry processor. More...

#include <EventProcessor.h>

Inheritance diagram for souffle::profile::TextProcessor:
Inheritance graph
Collaboration diagram for souffle::profile::TextProcessor:
Collaboration graph

Public Member Functions

void process (ProfileDatabase &db, const std::vector< std::string > &signature, va_list &args) override
 abstract interface for processing an profile event More...
 
 TextProcessor ()
 
- Public Member Functions inherited from souffle::profile::EventProcessor
virtual ~EventProcessor ()=default
 

Detailed Description

Text entry processor.

Definition at line 571 of file EventProcessor.h.

Constructor & Destructor Documentation

◆ TextProcessor()

souffle::profile::TextProcessor::TextProcessor ( )
inline

Member Function Documentation

◆ process()

void souffle::profile::TextProcessor::process ( ProfileDatabase &  ,
const std::vector< std::string > &  signature,
va_list &   
)
inlineoverridevirtual

abstract interface for processing an profile event

Reimplemented from souffle::profile::EventProcessor.

Definition at line 576 of file EventProcessor.h.


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