Monero
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

boolconverted_
 
boolconst_converted_
 

Constructor & Destructor Documentation

◆ ConstAndNonConstCastable()

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

Member Function Documentation

◆ operator Base() [1/2]

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

◆ operator Base() [2/2]

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

Member Data Documentation

◆ const_converted_

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

◆ converted_

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

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