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

SgWriteLabel Class Reference

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

#include <SgWrite.h>

List of all members.

Public Member Functions

 SgWriteLabel (const std::string &label)

Private Attributes

std::string m_label

Friends

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

Detailed Description

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

Also appends a space to the label text.

Definition at line 25 of file SgWrite.h.


Constructor & Destructor Documentation

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

Definition at line 28 of file SgWrite.h.


Friends And Related Function Documentation

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

Definition at line 19 of file SgWrite.cpp.


Member Data Documentation

std::string SgWriteLabel::m_label [private]

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