Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

SgWriteBoolean Class Reference

#include <SgWrite.h>

List of all members.


Detailed Description

Only writes "not" if value is false.

Definition at line 157 of file SgWrite.h.

Public Member Functions

 SgWriteBoolean (bool value)

Private Attributes

bool m_value

Friends

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


Constructor & Destructor Documentation

SgWriteBoolean::SgWriteBoolean ( bool  value  )  [explicit]

Definition at line 160 of file SgWrite.h.


Friends And Related Function Documentation

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

Definition at line 104 of file SgWrite.cpp.


Member Data Documentation

bool SgWriteBoolean::m_value [private]

Definition at line 165 of file SgWrite.h.

Referenced by operator<<().


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


17 Jun 2010 Doxygen 1.4.7