Public Member Functions | Protected Member Functions | Private Member Functions | List of all members
google::protobuf::util::converter::ErrorListener Class Referenceabstract

#include <error_listener.h>

Inheritance diagram for google::protobuf::util::converter::ErrorListener:
Inheritance graph
[legend]

Public Member Functions

virtual void InvalidName (const LocationTrackerInterface &loc, StringPiece invalid_name, StringPiece message)=0
 
virtual void InvalidValue (const LocationTrackerInterface &loc, StringPiece type_name, StringPiece value)=0
 
virtual void MissingField (const LocationTrackerInterface &loc, StringPiece missing_name)=0
 
virtual ~ErrorListener ()
 

Protected Member Functions

 ErrorListener ()
 

Private Member Functions

 GOOGLE_DISALLOW_EVIL_CONSTRUCTORS (ErrorListener)
 

Detailed Description

Definition at line 53 of file error_listener.h.

Constructor & Destructor Documentation

◆ ~ErrorListener()

virtual google::protobuf::util::converter::ErrorListener::~ErrorListener ( )
inlinevirtual

Definition at line 55 of file error_listener.h.

◆ ErrorListener()

google::protobuf::util::converter::ErrorListener::ErrorListener ( )
inlineprotected

Definition at line 72 of file error_listener.h.

Member Function Documentation

◆ GOOGLE_DISALLOW_EVIL_CONSTRUCTORS()

google::protobuf::util::converter::ErrorListener::GOOGLE_DISALLOW_EVIL_CONSTRUCTORS ( ErrorListener  )
private

◆ InvalidName()

virtual void google::protobuf::util::converter::ErrorListener::InvalidName ( const LocationTrackerInterface loc,
StringPiece  invalid_name,
StringPiece  message 
)
pure virtual

◆ InvalidValue()

virtual void google::protobuf::util::converter::ErrorListener::InvalidValue ( const LocationTrackerInterface loc,
StringPiece  type_name,
StringPiece  value 
)
pure virtual

◆ MissingField()

virtual void google::protobuf::util::converter::ErrorListener::MissingField ( const LocationTrackerInterface loc,
StringPiece  missing_name 
)
pure virtual

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


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:10