iof::skip_past Class Reference

#include <skip_past.hpp>

Collaboration diagram for iof::skip_past:

Collaboration graph
[legend]
List of all members.

Detailed Description

Calls istream::ignore() based on a "skipper specification" or on explicitly specified width/fill char.

In latter case, use width=0 to mean infinity (gobble until EOF).


Public Member Functions

 skip_past (const std::string &ign)
 skip_past (int width, char fill=0)
void applyTo (std::istream &in) const


The documentation for this class was generated from the following file:
Generated on Fri Nov 24 16:16:01 2006 for IOF Library by doxygen 1.5.1-p1
Thanks to SourceForge.net Logo for hosting