|
rllib
1
|
#include <rlhtml.h>

Public Member Functions | |
| rlHtml () | |
| virtual | ~rlHtml () |
| const char * | htmlHeader () |
| const char * | htmlTrailer () |
| int | textFile (const char *filename, rlString &text) |
| int | hexdumpFile (const char *filename, rlString &text) |
| rlHtml::rlHtml | ( | ) |
Definition at line 21 of file rlhtml.cpp.
|
virtual |
Definition at line 25 of file rlhtml.cpp.
| int rlHtml::hexdumpFile | ( | const char * | filename, |
| rlString & | text | ||
| ) |
hexdump representation of text file
Definition at line 100 of file rlhtml.cpp.
| const char * rlHtml::htmlHeader | ( | ) |
html can be configured with rlhtml.css
Definition at line 29 of file rlhtml.cpp.
| const char * rlHtml::htmlTrailer | ( | ) |
Definition at line 39 of file rlhtml.cpp.
| int rlHtml::textFile | ( | const char * | filename, |
| rlString & | text | ||
| ) |
html representation of text file
Definition at line 45 of file rlhtml.cpp.
1.8.14