Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

FormatInt Class Reference

output a number as a formatted integer:. More...

#include <VFNStreamFormat.h>

List of all members.

Public Methods

 FormatInt (const long num, const int width=5)
 ~FormatInt ()

Private Attributes

const long mValue
const int mWidth

Friends

ostream & operator<< (ostream &os, const FormatInt &fInt)


Detailed Description

output a number as a formatted integer:.

os << FormatInt(mynumber,5);


The documentation for this class was generated from the following file:
Generated on Tue Feb 5 17:37:19 2002 for ObjCryst++ by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001