Only writes "not" if value is false. More...
#include <SgWrite.h>
Public Member Functions | |
| SgWriteBoolean (bool value) | |
Private Attributes | |
| bool | m_value |
Friends | |
| std::ostream & | operator<< (std::ostream &out, const SgWriteBoolean &w) |
Only writes "not" if value is false.
Definition at line 154 of file SgWrite.h.
| std::ostream& operator<< | ( | std::ostream & | out, | |
| const SgWriteBoolean & | w | |||
| ) | [friend] |
Definition at line 103 of file SgWrite.cpp.
bool SgWriteBoolean::m_value [private] |
Definition at line 162 of file SgWrite.h.
Referenced by operator<<().