#include <SgWrite.h>
Definition at line 171 of file SgWrite.h.
Public Member Functions | |
SgWriteBoolAsInt (bool value) | |
std::ostream & | Write (std::ostream &out) const |
Private Attributes | |
bool | m_value |
Related Functions | |
(Note that these are not member functions.) | |
std::ostream & | operator<< (std::ostream &out, const SgWriteBoolAsInt &write) |
SgWriteBoolAsInt::SgWriteBoolAsInt | ( | bool | value | ) |
Definition at line 115 of file SgWrite.cpp.
ostream & SgWriteBoolAsInt::Write | ( | std::ostream & | out | ) | const |
std::ostream & operator<< | ( | std::ostream & | out, | |
const SgWriteBoolAsInt & | write | |||
) | [related] |
Definition at line 125 of file SgWrite.cpp.
bool SgWriteBoolAsInt::m_value [private] |