proj home

Files   Classes   Functions   Hierarchy  

tokenizer.cpp File Reference

#include <tokenizer.h>
#include <fstream>
#include <sstream>

Include dependency graph for tokenizer.cpp:

Go to the source code of this file.

Functions

ostreamoperator<< (ostream &os, tokenizer const &ss)
 Print the tokenizers list of strings.


Function Documentation

ostream& operator<< ( ostream os,
tokenizer const &  ss 
)

Print the tokenizers list of strings.

The tokenizer ss can have its printdelimiter configured before printing.

Definition at line 447 of file tokenizer.cpp.

References tokenizer::print().

00448 {
00449   return ss.print(os);
00450 }


Generated on Fri Mar 4 00:49:44 2011 for Chelton Evans Source by  doxygen 1.5.8