NOX
Development
|
Fill object - used to print the given character the number of times specified. More...
#include <NOX_Utils.H>
Public Member Functions | |
Fill (int ntimes, char ch) | |
Constructor. | |
~Fill () | |
Destructor. | |
Public Attributes | |
int | n |
Number of times the character should be printed. | |
char | c |
Character to be printed. | |
Fill object - used to print the given character the number of times specified.