GrPPI  1.0
Generic and Reusable Parallel Pattern Interface
Public Member Functions | Public Attributes | List of all members
testing::internal::CodeLocation Struct Reference

#include <gtest-internal.h>

Collaboration diagram for testing::internal::CodeLocation:
Collaboration graph
[legend]

Public Member Functions

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

Public Attributes

std::string file
 
int line
 

Constructor & Destructor Documentation

◆ CodeLocation() [1/2]

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

◆ CodeLocation() [2/2]

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 files: