Write left aligned text with a minimum width of 15 characters. More...
#include <SgWrite.h>
Public Member Functions | |
| SgWriteLabel (const std::string &label) | |
Private Attributes | |
| std::string | m_label |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const SgWriteLabel &w) |
Write left aligned text with a minimum width of 15 characters.
Also appends a space to the label text.
Definition at line 25 of file SgWrite.h.
| std::ostream& operator<< | ( | std::ostream & | out, | |
| const SgWriteLabel & | w | |||
| ) | [friend] |
Definition at line 19 of file SgWrite.cpp.
std::string SgWriteLabel::m_label [private] |
Definition at line 36 of file SgWrite.h.
Referenced by operator<<().