|
Wt examples
3.3.8
|
#include "SourceView.h"#include <iostream>#include <fstream>#include <sstream>#include <stdlib.h>#include <boost/algorithm/string.hpp>#include <boost/filesystem/operations.hpp>#include <boost/filesystem/convenience.hpp>#include <Wt/WApplication>#include <Wt/WText>#include <Wt/WImage>Go to the source code of this file.
Functions | |
| std::string | tempFileName () |
| std::string | getLanguageFromFileExtension (const std::string &fileName) |
| std::string | readFileToString (const std::string &fileName) |
| std::string getLanguageFromFileExtension | ( | const std::string & | fileName | ) |
Definition at line 63 of file SourceView.C.
| std::string readFileToString | ( | const std::string & | fileName | ) |
Definition at line 83 of file SourceView.C.
| std::string tempFileName | ( | ) |
Definition at line 48 of file SourceView.C.
1.8.11