Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
testing::internal::CodeLocation Struct Reference

#include <gtest-internal.h>

Collaboration diagram for testing::internal::CodeLocation:

Public Member Functions

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

Public Attributes

std::string file
 
int line
 

Detailed Description

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

Constructor & Destructor Documentation

◆ CodeLocation()

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

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

Member Data Documentation

◆ file

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

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

◆ line

int testing::internal::CodeLocation::line

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


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