Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  
Public Member Functions | Private Attributes | Friends

SgWriteBoolean Class Reference

Only writes "not" if value is false. More...

#include <SgWrite.h>

List of all members.

Public Member Functions

 SgWriteBoolean (bool value)

Private Attributes

bool m_value

Friends

std::ostream & operator<< (std::ostream &out, const SgWriteBoolean &w)

Detailed Description

Only writes "not" if value is false.

Definition at line 154 of file SgWrite.h.


Constructor & Destructor Documentation

SgWriteBoolean::SgWriteBoolean ( bool  value  )  [explicit]

Definition at line 157 of file SgWrite.h.


Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  out,
const SgWriteBoolean w 
) [friend]

Definition at line 103 of file SgWrite.cpp.


Member Data Documentation

bool SgWriteBoolean::m_value [private]

Definition at line 162 of file SgWrite.h.

Referenced by operator<<().


The documentation for this class was generated from the following file:


Sun Mar 13 2011 Doxygen 1.7.1