#include <glt/config.h>
#include <iosfwd>
Include dependency graph for text2src.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
void | text2source (std::ostream &os, std::istream &is) |
Convert text to C/C++ source code. | |
void | binary2source (std::ostream &os, std::istream &is) |
Convert binary data to C/C++ source code. |
Definition in file text2src.h.