Public Member Functions | Public Attributes | List of all members
grpc_tools::ProtocError Struct Reference

#include <main.h>

Public Member Functions

 ProtocError ()
 
 ProtocError (std::string filename, int line, int column, std::string message)
 

Public Attributes

int column
 
std::string filename
 
int line
 
std::string message
 

Detailed Description

Definition at line 24 of file main.h.

Constructor & Destructor Documentation

◆ ProtocError() [1/2]

grpc_tools::ProtocError::ProtocError ( )
inline

Definition at line 30 of file main.h.

◆ ProtocError() [2/2]

grpc_tools::ProtocError::ProtocError ( std::string  filename,
int  line,
int  column,
std::string  message 
)
inline

Definition at line 31 of file main.h.

Member Data Documentation

◆ column

int grpc_tools::ProtocError::column

Definition at line 27 of file main.h.

◆ filename

std::string grpc_tools::ProtocError::filename

Definition at line 25 of file main.h.

◆ line

int grpc_tools::ProtocError::line

Definition at line 26 of file main.h.

◆ message

std::string grpc_tools::ProtocError::message

Definition at line 28 of file main.h.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:40