Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
testing::internal::ConstAndNonConstCastable Class Reference

Public Member Functions

 ConstAndNonConstCastable (bool *converted, bool *const_converted)
 
 operator Base ()
 
 operator Base () const
 

Private Attributes

bool * converted_
 
bool * const_converted_
 

Detailed Description

Definition at line 168 of file gtest-port_test.cc.

View newest version in sPHENIX GitHub at line 168 of file gtest-port_test.cc

Constructor & Destructor Documentation

testing::internal::ConstAndNonConstCastable::ConstAndNonConstCastable ( bool *  converted,
bool *  const_converted 
)
inline

Definition at line 170 of file gtest-port_test.cc.

View newest version in sPHENIX GitHub at line 170 of file gtest-port_test.cc

Member Function Documentation

testing::internal::ConstAndNonConstCastable::operator Base ( )
inline

Definition at line 172 of file gtest-port_test.cc.

View newest version in sPHENIX GitHub at line 172 of file gtest-port_test.cc

References converted_.

testing::internal::ConstAndNonConstCastable::operator Base ( ) const
inline

Definition at line 176 of file gtest-port_test.cc.

View newest version in sPHENIX GitHub at line 176 of file gtest-port_test.cc

References const_converted_.

Member Data Documentation

bool* testing::internal::ConstAndNonConstCastable::const_converted_
private

Definition at line 183 of file gtest-port_test.cc.

View newest version in sPHENIX GitHub at line 183 of file gtest-port_test.cc

Referenced by operator Base().

bool* testing::internal::ConstAndNonConstCastable::converted_
private

Definition at line 182 of file gtest-port_test.cc.

View newest version in sPHENIX GitHub at line 182 of file gtest-port_test.cc

Referenced by operator Base().


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