testing::internal::CodeLocation Struct Reference

#include <gtest.h>

Public Member Functions

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

Public Attributes

std::string file
 
int line
 

Constructor & Destructor Documentation

◆ CodeLocation()

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

Member Data Documentation

◆ file

std::string testing::internal::CodeLocation::file

◆ line

int testing::internal::CodeLocation::line

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