Public Member Functions | Private Attributes | List of all members
grpc_core::DebugLocation Class Reference

#include <debug_location.h>

Public Member Functions

 DebugLocation (const char *file, int line)
 
const char * file () const
 
int line () const
 

Private Attributes

const char * file_
 
const int line_
 

Detailed Description

Definition at line 31 of file debug_location.h.

Constructor & Destructor Documentation

◆ DebugLocation()

grpc_core::DebugLocation::DebugLocation ( const char *  file,
int  line 
)
inline

Definition at line 33 of file debug_location.h.

Member Function Documentation

◆ file()

const char* grpc_core::DebugLocation::file ( ) const
inline

Definition at line 34 of file debug_location.h.

◆ line()

int grpc_core::DebugLocation::line ( ) const
inline

Definition at line 35 of file debug_location.h.

Member Data Documentation

◆ file_

const char* grpc_core::DebugLocation::file_
private

Definition at line 38 of file debug_location.h.

◆ line_

const int grpc_core::DebugLocation::line_
private

Definition at line 39 of file debug_location.h.


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


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