Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File 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 Wed Nov 14 19:48:36 2001 for ObjCryst++ by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001