AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | List of all members
testing::Message Class Reference

#include <gtest-message.h>

Public Member Functions

 Message ()
 
 Message (const Message &msg)
 
 Message (const char *str)
 
template<typename T >
Messageoperator<< (const T &val)
 
template<typename T >
Messageoperator<< (T *const &pointer)
 
Messageoperator<< (BasicNarrowIoManip val)
 
Messageoperator<< (bool b)
 
Messageoperator<< (const wchar_t *wide_c_str)
 
Messageoperator<< (wchar_t *wide_c_str)
 
std::string GetString () const
 

Constructor & Destructor Documentation

◆ 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

Member Function Documentation

◆ GetString()

std::string testing::Message::GetString ( ) const

◆ operator<<() [1/6]

template<typename T >
Message& testing::Message::operator<< ( const T &  val)
inline

◆ operator<<() [2/6]

template<typename T >
Message& testing::Message::operator<< ( T *const &  pointer)
inline

◆ operator<<() [3/6]

Message& testing::Message::operator<< ( BasicNarrowIoManip  val)
inline

◆ operator<<() [4/6]

Message& testing::Message::operator<< ( bool  b)
inline

◆ operator<<() [5/6]

Message& testing::Message::operator<< ( const wchar_t *  wide_c_str)

◆ operator<<() [6/6]

Message& testing::Message::operator<< ( wchar_t *  wide_c_str)

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

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0