(Revision: 10883)
#include <string>
#include <iostream>
#include <fstream>
#include <cctype>
Go to the source code of this file.
|
template<class Char , class Traits > |
std::basic_ostream< Char, Traits > & | operator<< (std::basic_ostream< Char, Traits > &os, const Dictionary &d) |
| Print statistics summary. More...
|
|
template<class Char , class Traits >
std::basic_ostream< Char, Traits > & operator<< |
( |
std::basic_ostream< Char, Traits > & |
os, |
|
|
const Dictionary & |
d |
|
) |
| |
|
inline |
The dictionary to be used.
Definition at line 99 of file scowl.hpp.