QUDA  v1.1.0
A library for QCD on GPUs
Public Member Functions | Public Attributes | List of all members
testing::internal::CodeLocation Struct Reference

#include <gtest-internal.h>

Public Member Functions

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

Public Attributes

std::string file
 
int line
 

Detailed Description

Definition at line 480 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 481 of file gtest-internal.h.

Member Data Documentation

◆ file

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

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

◆ line

int testing::internal::CodeLocation::line

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


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