Essentia  2.1-beta6-dev
Stringifier Class Reference

#include <stringutil.h>

Public Member Functions

template<typename T >
Stringifieroperator<< (const T &msg)
 
std::string str () const
 

Protected Attributes

std::ostringstream oss
 

Detailed Description

The class Stringifier works a bit like the std::ostringstream but has better semantics.

Member Function Documentation

◆ operator<<()

Stringifier& operator<< ( const T &  msg)
inline

References Stringifier::oss.

◆ str()

std::string str ( ) const
inline

References Stringifier::oss.

Member Data Documentation

◆ oss

std::ostringstream oss
protected

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