webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
rtc::Location Class Reference

#include <location.h>

Public Member Functions

 Location (const char *function_name, const char *file_and_line)
 
 Location ()
 
 Location (const Location &other)
 
Locationoperator= (const Location &other)
 
const char * function_name () const
 
const char * file_and_line () const
 
std::string ToString () const
 
 Location (const char *function_name, const char *file_and_line)
 
 Location ()
 
 Location (const Location &other)
 
Locationoperator= (const Location &other)
 
const char * function_name () const
 
const char * file_and_line () const
 
std::string ToString () const
 

Constructor & Destructor Documentation

◆ Location() [1/6]

Location::Location ( const char *  function_name,
const char *  file_and_line 
)

◆ Location() [2/6]

Location::Location ( )

◆ Location() [3/6]

Location::Location ( const Location other)

◆ Location() [4/6]

rtc::Location::Location ( const char *  function_name,
const char *  file_and_line 
)

◆ Location() [5/6]

rtc::Location::Location ( )

◆ Location() [6/6]

rtc::Location::Location ( const Location other)

Member Function Documentation

◆ file_and_line() [1/2]

const char* rtc::Location::file_and_line ( ) const
inline

◆ file_and_line() [2/2]

const char* rtc::Location::file_and_line ( ) const
inline

◆ function_name() [1/2]

const char* rtc::Location::function_name ( ) const
inline

◆ function_name() [2/2]

const char* rtc::Location::function_name ( ) const
inline

◆ operator=() [1/2]

Location& rtc::Location::operator= ( const Location other)

◆ operator=() [2/2]

Location & Location::operator= ( const Location other)

◆ ToString() [1/2]

std::string rtc::Location::ToString ( ) const

◆ ToString() [2/2]

std::string Location::ToString ( ) const

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