Electroneum
testing::internal::CodeLocation Struct Reference

#include <gtest-internal.h>

Collaboration diagram for testing::internal::CodeLocation:

Public Member Functions

 CodeLocation (const string &a_file, int a_line)
 
 CodeLocation (const string &a_file, int a_line)
 

Public Attributes

string file
 
int line
 

Detailed Description

Definition at line 504 of file gtest-internal.h.

Constructor & Destructor Documentation

◆ CodeLocation() [1/2]

testing::internal::CodeLocation::CodeLocation ( const string a_file,
int  a_line 
)
inline

Definition at line 505 of file gtest-internal.h.

◆ CodeLocation() [2/2]

testing::internal::CodeLocation::CodeLocation ( const string a_file,
int  a_line 
)
inline

Definition at line 505 of file gtest-internal.h.

Member Data Documentation

◆ file

string testing::internal::CodeLocation::file

Definition at line 507 of file gtest-internal.h.

◆ line

int testing::internal::CodeLocation::line

Definition at line 508 of file gtest-internal.h.


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