Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QtOhos::BigEventLoggingEventBuilder Class Referenceabstract

#include <qohosbigdataeventlogging.h>

Collaboration diagram for QtOhos::BigEventLoggingEventBuilder:

Public Member Functions

virtual ~BigEventLoggingEventBuilder ()
virtual void addParam (const std::string &paramName, const std::string &paramValue)=0
virtual void addParam (const std::string &paramName, std::int64_t paramValue)=0
virtual std::shared_ptr< BigEventLoggingEventbuildEvent () const =0

Protected Member Functions

 BigEventLoggingEventBuilder ()

Detailed Description

Definition at line 30 of file qohosbigdataeventlogging.h.

Constructor & Destructor Documentation

◆ ~BigEventLoggingEventBuilder()

QtOhos::BigEventLoggingEventBuilder::~BigEventLoggingEventBuilder ( )
virtualdefault

◆ BigEventLoggingEventBuilder()

QtOhos::BigEventLoggingEventBuilder::BigEventLoggingEventBuilder ( )
protecteddefault

Member Function Documentation

◆ addParam() [1/2]

virtual void QtOhos::BigEventLoggingEventBuilder::addParam ( const std::string & paramName,
const std::string & paramValue )
pure virtual

◆ addParam() [2/2]

virtual void QtOhos::BigEventLoggingEventBuilder::addParam ( const std::string & paramName,
std::int64_t paramValue )
pure virtual

◆ buildEvent()

virtual std::shared_ptr< BigEventLoggingEvent > QtOhos::BigEventLoggingEventBuilder::buildEvent ( ) const
pure virtual

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