Gadget
Public Member Functions | Friends | List of all members
Whitespace Class Reference

This is the dummy class used to strip white space from any input stream. More...

#include <commentstream.h>

Collaboration diagram for Whitespace:
Collaboration graph

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...
 

Detailed Description

This is the dummy class used to strip white space from any input stream.

Constructor & Destructor Documentation

◆ Whitespace()

Whitespace::Whitespace ( )
inline

This is the default Whitespace constructor.

◆ ~Whitespace()

Whitespace::~Whitespace ( )
inline

This is the default Whitespace destructor.

Friends And Related Function Documentation

◆ operator>>

istream& operator>> ( istream &  istr,
Whitespace ws 
)
friend

This operator will strip white space from a given input istream.

Parameters
istris the istream to strip white space from
wsis the Whitespace used to strip white space from the data

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