Gadget
|
This is the dummy class used to strip white space from any input stream. More...
#include <commentstream.h>
Public Member Functions | |
Whitespace () | |
This is the default Whitespace constructor. More... | |
~Whitespace () | |
This is the default Whitespace destructor. More... | |
Friends | |
istream & | operator>> (istream &istr, Whitespace &ws) |
This operator will strip white space from a given input istream. More... | |
This is the dummy class used to strip white space from any input stream.
|
inline |
This is the default Whitespace constructor.
|
inline |
This is the default Whitespace destructor.
|
friend |
This operator will strip white space from a given input istream.
istr | is the istream to strip white space from |
ws | is the Whitespace used to strip white space from the data |