Sacado Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
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 158 of file googletest-port-test.cc.

Constructor & Destructor Documentation

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

Definition at line 160 of file googletest-port-test.cc.

Member Function Documentation

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

Definition at line 162 of file googletest-port-test.cc.

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

Definition at line 166 of file googletest-port-test.cc.

Member Data Documentation

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

Definition at line 172 of file googletest-port-test.cc.

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

Definition at line 173 of file googletest-port-test.cc.


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