Honeycomb  0.1
Component-Model Framework
Functions
honey::stringstream Namespace Reference

std::stringstream util More...

Functions

ostream & indentInc (ostream &os)
 Increase stream indent level by 1. More...
 
ostream & indentDec (ostream &os)
 Decrease stream indent level by 1. More...
 
auto indentSize (int size)
 Set number of spaces per indent level. More...
 

Detailed Description

std::stringstream util

Function Documentation

ostream& honey::stringstream::indentDec ( ostream &  os)
inline

Decrease stream indent level by 1.

ostream& honey::stringstream::indentInc ( ostream &  os)
inline

Increase stream indent level by 1.

auto honey::stringstream::indentSize ( int  size)
inline

Set number of spaces per indent level.