#include <gtest.h>
Definition at line 3157 of file gtest.h.
 
◆ BasicNarrowIoManip
  
  | 
        
          | typedef std::ostream&(* testing::Message::BasicNarrowIoManip) (std::ostream &) |  | private | 
 
 
◆ Message() [1/3]
      
        
          | testing::Message::Message | ( |  | ) |  | 
      
 
 
◆ Message() [2/3]
  
  | 
        
          | testing::Message::Message | ( | const Message & | msg | ) |  |  | inline | 
 
 
◆ Message() [3/3]
  
  | 
        
          | testing::Message::Message | ( | const char * | str | ) |  |  | inlineexplicit | 
 
 
◆ GetString()
      
        
          | std::string testing::Message::GetString | ( |  | ) | const | 
      
 
 
◆ operator<<() [1/7]
◆ operator<<() [2/7]
  
  | 
        
          | Message& testing::Message::operator<< | ( | bool | b | ) |  |  | inline | 
 
 
◆ operator<<() [3/7]
      
        
          | Message& testing::Message::operator<< | ( | const ::std::wstring & | wstr | ) |  | 
      
 
 
◆ operator<<() [4/7]
template<typename T > 
  
  | 
        
          | Message& testing::Message::operator<< | ( | const T & | val | ) |  |  | inline | 
 
 
◆ operator<<() [5/7]
      
        
          | Message & testing::Message::operator<< | ( | const wchar_t * | wide_c_str | ) |  | 
      
 
 
◆ operator<<() [6/7]
template<typename T > 
  
  | 
        
          | Message& testing::Message::operator<< | ( | T *const & | pointer | ) |  |  | inline | 
 
 
◆ operator<<() [7/7]
      
        
          | Message & testing::Message::operator<< | ( | wchar_t * | wide_c_str | ) |  | 
      
 
 
◆ operator=()
  
  | 
        
          | void testing::Message::operator= | ( | const Message & |  | ) |  |  | private | 
 
 
◆ ss_
The documentation for this class was generated from the following files: