QUDA  v0.7.0
A library for QCD on GPUs
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
testing::AssertionResult Class Reference

#include <gtest.h>

Public Member Functions

 AssertionResult (const AssertionResult &other)
 
 AssertionResult (bool success)
 
 operator bool () const
 
AssertionResult operator! () const
 
const char * message () const
 
const char * failure_message () const
 
template<typename T >
AssertionResultoperator<< (const T &value)
 
AssertionResultoperator<< (::std::ostream &(*basic_manipulator)(::std::ostream &stream))
 

Detailed Description

Definition at line 17669 of file gtest.h.

Constructor & Destructor Documentation

testing::AssertionResult::AssertionResult ( const AssertionResult other)
testing::AssertionResult::AssertionResult ( bool  success)
inlineexplicit

Definition at line 17675 of file gtest.h.

Member Function Documentation

const char* testing::AssertionResult::failure_message ( ) const
inline

Definition at line 17692 of file gtest.h.

const char* testing::AssertionResult::message ( ) const
inline

Definition at line 17687 of file gtest.h.

testing::AssertionResult::operator bool ( ) const
inline

Definition at line 17678 of file gtest.h.

AssertionResult testing::AssertionResult::operator! ( ) const
template<typename T >
AssertionResult& testing::AssertionResult::operator<< ( const T &  value)
inline

Definition at line 17695 of file gtest.h.

AssertionResult& testing::AssertionResult::operator<< ( ::std::ostream &(*)(::std::ostream &stream basic_manipulator)
inline

Definition at line 17702 of file gtest.h.


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