#include <SgWrite.h>
Also appends a space to the label text.
Definition at line 27 of file 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) |
std::ostream& operator<< | ( | std::ostream & | out, | |
const SgWriteLabel & | w | |||
) | [friend] |
Definition at line 20 of file SgWrite.cpp.
std::string SgWriteLabel::m_label [private] |