Proyecto Final - Turinmachin
Recreación del minijuego de matemáticas de Brain-Age usando redes neuronales
Loading...
Searching...
No Matches
Catch::ReusableStringStream Class Reference

#include <catch_amalgamated.hpp>

Inheritance diagram for Catch::ReusableStringStream:
Collaboration diagram for Catch::ReusableStringStream:

Public Member Functions

 ReusableStringStream ()
 ~ReusableStringStream ()
std::string str () const
 Returns the serialized state.
void str (std::string const &str)
 Sets internal state to str
template<typename T>
auto operator<< (T const &value) -> ReusableStringStream &
auto get () -> std::ostream &

Constructor & Destructor Documentation

◆ ReusableStringStream()

Catch::ReusableStringStream::ReusableStringStream ( )
Here is the call graph for this function:
Here is the caller graph for this function:

◆ ~ReusableStringStream()

Catch::ReusableStringStream::~ReusableStringStream ( )
Here is the call graph for this function:

Member Function Documentation

◆ get()

auto Catch::ReusableStringStream::get ( ) -> std::ostream&
inline
Here is the caller graph for this function:

◆ operator<<()

template<typename T>
auto Catch::ReusableStringStream::operator<< ( T const & value) -> ReusableStringStream&
inline
Here is the call graph for this function:

◆ str() [1/2]

std::string Catch::ReusableStringStream::str ( ) const

Returns the serialized state.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ str() [2/2]

void Catch::ReusableStringStream::str ( std::string const & str)

Sets internal state to str

Here is the call graph for this function:

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