Lines Matching defs:ostream
114 ofstream ostream;
129 ostream.open(argv[3], ifstream::out);
130 if (!ostream.is_open()) {
229 ostream << "<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\">\n<title>" << version << "</title>\n</head>\n<body>" << endl;
230 ostream << "<h1>" << version << "</h1>\n";
232 ostream << "<hr>\n<a name=\"Contents\"></a><h2>Contents</h2>\n<ol>\n";
234 ostream << "<li><a href=\"#Chapter" << i+1 << "\">" << chapters[i].c_str() << "</a></li>\n";
235 ostream << "</ol>\n<hr>\n";
237 ostream << sout.str();
238 ostream << "</html>" << endl << "</body>" << endl;