libFAUDES
Sections
Index
|
rti2html.cpp File Reference
#include <string>
#include <cctype>
#include <iostream>
#include <fstream>
#include "corefaudes.h"
Go to the source code of this file.
|
Functions |
void | Usage (const std::string &rMessage="") |
void | TypeHtml (std::ostream *pStream, const std::string &rTypeName) |
void | FunctionHtml (std::ostream *pStream, const std::string &rFunctionName) |
void | SearchTypesHtml (std::ostream *pIndexFile, const std::string &key="") |
void | SearchFunctionsHtml (std::ostream *pIndexFile, const std::string &key="") |
void | SearchSectionsHtml (std::ostream *pIndexFile, const std::string &key="") |
void | TypeIndexHtml (std::ostream *pIndexFile, const std::string &key="") |
void | FunctionIndexHtml (std::ostream *pIndexFile, const std::string &key="") |
void | IndexHtml (std::ostream *pIndexFile, const std::string &key="") |
void | SignatureHtml (std::ostream *pOutFile, std::string function) |
void | ShortdocHtml (std::ostream *pOutFile, std::string fname) |
int | main (int argc, char *argv[]) |
Function Documentation
void FunctionHtml |
( |
std::ostream * |
pStream, |
|
|
const std::string & |
rFunctionName | |
|
) |
| | |
void FunctionIndexHtml |
( |
std::ostream * |
pIndexFile, |
|
|
const std::string & |
key = "" | |
|
) |
| | |
void IndexHtml |
( |
std::ostream * |
pIndexFile, |
|
|
const std::string & |
key = "" | |
|
) |
| | |
int main |
( |
int |
argc, |
|
|
char * |
argv[] | |
|
) |
| | |
void SearchFunctionsHtml |
( |
std::ostream * |
pIndexFile, |
|
|
const std::string & |
key = "" | |
|
) |
| | |
void SearchSectionsHtml |
( |
std::ostream * |
pIndexFile, |
|
|
const std::string & |
key = "" | |
|
) |
| | |
void SearchTypesHtml |
( |
std::ostream * |
pIndexFile, |
|
|
const std::string & |
key = "" | |
|
) |
| | |
void ShortdocHtml |
( |
std::ostream * |
pOutFile, |
|
|
std::string |
fname | |
|
) |
| | |
void SignatureHtml |
( |
std::ostream * |
pOutFile, |
|
|
std::string |
function | |
|
) |
| | |
void TypeHtml |
( |
std::ostream * |
pStream, |
|
|
const std::string & |
rTypeName | |
|
) |
| | |
void TypeIndexHtml |
( |
std::ostream * |
pIndexFile, |
|
|
const std::string & |
key = "" | |
|
) |
| | |
void Usage |
( |
const std::string & |
rMessage = "" |
) |
|
|