Index   Main   Namespaces   Classes   Hierarchy   Annotated   Files   Compound   Global   Pages  

SgWriteLabel Class Reference

#include <SgWrite.h>

List of all members.


Detailed Description

Write left aligned text with a minimum width of 15 characters.

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)


Constructor & Destructor Documentation

SgWriteLabel::SgWriteLabel ( const std::string &  label  ) 

Definition at line 30 of file SgWrite.h.


Friends And Related Function Documentation

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

Definition at line 20 of file SgWrite.cpp.


Member Data Documentation

std::string SgWriteLabel::m_label [private]

Definition at line 38 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