Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::gtest_printers_test::Foo Struct Reference

Public Member Functions

virtual ~Foo ()
 
int MyMethod (char x)
 
virtual char MyVirtualMethod (int)
 

Public Attributes

int value
 

Detailed Description

Definition at line 560 of file gtest-printers_test.cc.

View newest version in sPHENIX GitHub at line 560 of file gtest-printers_test.cc

Constructor & Destructor Documentation

virtual testing::gtest_printers_test::Foo::~Foo ( )
inlinevirtual

Definition at line 562 of file gtest-printers_test.cc.

View newest version in sPHENIX GitHub at line 562 of file gtest-printers_test.cc

Member Function Documentation

int testing::gtest_printers_test::Foo::MyMethod ( char  x)
inline

Definition at line 563 of file gtest-printers_test.cc.

View newest version in sPHENIX GitHub at line 563 of file gtest-printers_test.cc

Referenced by testing::gtest_printers_test::TEST().

+ Here is the caller graph for this function:

virtual char testing::gtest_printers_test::Foo::MyVirtualMethod ( int  )
inlinevirtual

Definition at line 564 of file gtest-printers_test.cc.

View newest version in sPHENIX GitHub at line 564 of file gtest-printers_test.cc

Referenced by testing::gtest_printers_test::TEST().

+ Here is the caller graph for this function:

Member Data Documentation

int testing::gtest_printers_test::Foo::value

Definition at line 566 of file gtest-printers_test.cc.

View newest version in sPHENIX GitHub at line 566 of file gtest-printers_test.cc

Referenced by testing::gtest_printers_test::TEST().


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