57 #ifndef wordAndDictionary_H 58 #define wordAndDictionary_H 72 class wordAndDictionary;
73 Istream&
operator>>(Istream&, wordAndDictionary&);
74 Ostream&
operator<<(Ostream&,
const wordAndDictionary&);
83 public Tuple2<word, dictionary>
A 2-tuple for storing two objects of different types.
~wordAndDictionary()
Destructor.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
friend Istream & operator>>(Istream &, wordAndDictionary &)
friend Ostream & operator<<(Ostream &, const wordAndDictionary &)
Tuple of a word and dictionary, used to read in per-field options for function objects in the followi...
Istream & operator>>(Istream &, directionInfo &)
An Ostream is an abstract base class for all output systems (streams, files, token lists...
wordAndDictionary()
Construct null.
Ostream & operator<<(Ostream &, const ensightPart &)