Gadget
Classes | Typedefs | Functions
commentstream.h File Reference
#include "gadget.h"
Include dependency graph for commentstream.h:

Go to the source code of this file.

Classes

class  Whitespace
 This is the dummy class used to strip white space from any input stream. More...
 
class  CommentStream
 This is the class used to strip comments (and whitespace) from any input stream. More...
 

Typedefs

typedef CommentStream &(* __commentmanip) (CommentStream &)
 

Functions

CommentStreamws (CommentStream &ins)
 

Typedef Documentation

◆ __commentmanip

typedef CommentStream&(* __commentmanip) (CommentStream &)

Function Documentation

◆ ws()

CommentStream& ws ( CommentStream ins)