NOX Development
Loading...
Searching...
No Matches
NOX::Utils::Fill Class Reference

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.

Detailed Description

Fill object - used to print the given character the number of times specified.

Constructor & Destructor Documentation

◆ Fill()

NOX::Utils::Fill::Fill ( int ntimes,
char ch )
inline

Constructor.

References c, and n.

Member Data Documentation

◆ c

char NOX::Utils::Fill::c

Character to be printed.

Referenced by Fill().

◆ n

int NOX::Utils::Fill::n

Number of times the character should be printed.

Referenced by Fill().


The documentation for this class was generated from the following file: