#include <SS.hpp>

Classes

struct  c_str
 
struct  str
 

Public Member Functions

 SS ()
 
 SS (char const *val)
 
std::string operator<< (str)
 
std::string operator<< (str) const
 
const char * operator<< (c_str)
 
const char * operator<< (c_str) const
 
template<class Type >
SSoperator<< (Type const &value)
 

Detailed Description

Definition at line 10 of file SS.hpp.

Constructor & Destructor Documentation

◆ SS() [1/2]

iv::SS::SS ( )

Definition at line 6 of file SS.cpp.

◆ SS() [2/2]

iv::SS::SS ( char const *  val)

Definition at line 10 of file SS.cpp.

Member Function Documentation

◆ operator<<() [1/5]

std::string iv::SS::operator<< ( str  )

Definition at line 15 of file SS.cpp.

◆ operator<<() [2/5]

std::string iv::SS::operator<< ( str  ) const

Definition at line 20 of file SS.cpp.

◆ operator<<() [3/5]

const char * iv::SS::operator<< ( c_str  )

Definition at line 25 of file SS.cpp.

◆ operator<<() [4/5]

const char * iv::SS::operator<< ( c_str  ) const

Definition at line 31 of file SS.cpp.

◆ operator<<() [5/5]

template<class Type >
SS & iv::SS::operator<< ( Type const &  value)

Definition at line 35 of file SS.hpp.


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