|
|
#include <string>
#include <cctype>
#include <ctime>
#include <iostream>
#include <fstream>
#include "corefaudes.h"
Go to the source code of this file.
Functions |
| void | usage_exit (const std::string &rMessage="") |
| void | ChaptersPrefix (const std::string &prefix) |
| std::string | TimeStamp (void) |
| std::string | PrettyPage (const std::string page) |
| void | BottomLineHtml (std::ostream *pStream) |
| void | HeaderHtml (std::ostream *pStream) |
| void | FooterHtml (std::ostream *pStream) |
| void | ImageHtml (std::ostream *pStream, const std::string &rFileName) |
| void | ListItemHtml (std::ostream *pStream, const std::string &rLink, const std::string &rText) |
| void | TypeHtml (std::ostream *pStream, const std::string &rTypeName) |
| void | FunctionHtml (std::ostream *pStream, const std::string &rFunctionName) |
| void | TextHtml (std::ostream *pStream, const std::string &rText) |
| std::string | TexMacroSubstitute1 (const std::string &rTexString, const std::string &rMacro, const std::string &rSubst) |
| std::string | TexSpacing (const std::string &rTexString) |
| std::string | TexScripts (const std::string &rTexString) |
| void | MathHtml (std::ostream *pStream, const std::string &rMathString) |
| void | RecordPages (TokenReader &rTr) |
| void | DumpPages (TokenWriter &rTw) |
| void | ListTypesHtml (std::ostream *pIndexFile, const std::string &key="") |
| void | ListFunctionsHtml (std::ostream *pIndexFile, const std::string &key="") |
| void | ListSectionsHtml (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 | ReferenceIndexHtml (std::ostream *pIndexFile, const std::string &key="") |
| void | SectionIndexHtml (std::ostream *pIndexFile, const std::string &key) |
| void | SignatureHtml (std::ostream *pOutFile, std::string function) |
| void | ShortdocHtml (std::ostream *pOutFile, std::string fname) |
| void | RecordLiterature (TokenReader &rTr) |
| void | DumpLiterature (TokenWriter &rTw) |
| void | LiteratureHtml (std::ostream *pStream, const std::string &rLabel="") |
| void | CiteHtml (std::ostream *pStream, const std::string &rLabel) |
| void | XtractPages (TokenReader &src, const std::string &rDstDir) |
| void | XtractFiles (TokenReader &src, const std::string &rDstDir) |
| void | LuafaudesIndexHtml (std::ostream *pIndexFile) |
| void | ProcessSection (TokenWriter &rTw, TokenReader &rTr) |
| void | RefpageHtml (std::ostream *pOutFile, std::string inputfile) |
| void | DoxygenHeader (std::ostream *pOutFile) |
| void | DoxygenFooter (std::ostream *pOutFile) |
| int | main (int argc, char *argv[]) |
Function Documentation
| void BottomLineHtml |
( |
std::ostream * |
pStream | ) |
|
| void ChaptersPrefix |
( |
const std::string & |
prefix | ) |
|
| void CiteHtml |
( |
std::ostream * |
pStream, |
|
|
const std::string & |
rLabel |
|
) |
| |
| void DoxygenFooter |
( |
std::ostream * |
pOutFile | ) |
|
| void DoxygenHeader |
( |
std::ostream * |
pOutFile | ) |
|
| void FooterHtml |
( |
std::ostream * |
pStream | ) |
|
| void FunctionHtml |
( |
std::ostream * |
pStream, |
|
|
const std::string & |
rFunctionName |
|
) |
| |
| void FunctionIndexHtml |
( |
std::ostream * |
pIndexFile, |
|
|
const std::string & |
key = "" |
|
) |
| |
| void HeaderHtml |
( |
std::ostream * |
pStream | ) |
|
| void ImageHtml |
( |
std::ostream * |
pStream, |
|
|
const std::string & |
rFileName |
|
) |
| |
| void ListFunctionsHtml |
( |
std::ostream * |
pIndexFile, |
|
|
const std::string & |
key = "" |
|
) |
| |
| void ListItemHtml |
( |
std::ostream * |
pStream, |
|
|
const std::string & |
rLink, |
|
|
const std::string & |
rText |
|
) |
| |
| void ListSectionsHtml |
( |
std::ostream * |
pIndexFile, |
|
|
const std::string & |
key = "" |
|
) |
| |
| void ListTypesHtml |
( |
std::ostream * |
pIndexFile, |
|
|
const std::string & |
key = "" |
|
) |
| |
| void LiteratureHtml |
( |
std::ostream * |
pStream, |
|
|
const std::string & |
rLabel = "" |
|
) |
| |
| void LuafaudesIndexHtml |
( |
std::ostream * |
pIndexFile | ) |
|
| int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
| void MathHtml |
( |
std::ostream * |
pStream, |
|
|
const std::string & |
rMathString |
|
) |
| |
| std::string PrettyPage |
( |
const std::string |
page | ) |
|
| void ReferenceIndexHtml |
( |
std::ostream * |
pIndexFile, |
|
|
const std::string & |
key = "" |
|
) |
| |
| void RefpageHtml |
( |
std::ostream * |
pOutFile, |
|
|
std::string |
inputfile |
|
) |
| |
| void SectionIndexHtml |
( |
std::ostream * |
pIndexFile, |
|
|
const std::string & |
key |
|
) |
| |
| void ShortdocHtml |
( |
std::ostream * |
pOutFile, |
|
|
std::string |
fname |
|
) |
| |
| void SignatureHtml |
( |
std::ostream * |
pOutFile, |
|
|
std::string |
function |
|
) |
| |
| std::string TexMacroSubstitute1 |
( |
const std::string & |
rTexString, |
|
|
const std::string & |
rMacro, |
|
|
const std::string & |
rSubst |
|
) |
| |
| std::string TexScripts |
( |
const std::string & |
rTexString | ) |
|
| std::string TexSpacing |
( |
const std::string & |
rTexString | ) |
|
| void TextHtml |
( |
std::ostream * |
pStream, |
|
|
const std::string & |
rText |
|
) |
| |
| std::string TimeStamp |
( |
void |
| ) |
|
| void TypeHtml |
( |
std::ostream * |
pStream, |
|
|
const std::string & |
rTypeName |
|
) |
| |
| void TypeIndexHtml |
( |
std::ostream * |
pIndexFile, |
|
|
const std::string & |
key = "" |
|
) |
| |
| void usage_exit |
( |
const std::string & |
rMessage = "" | ) |
|
| void XtractFiles |
( |
TokenReader & |
src, |
|
|
const std::string & |
rDstDir |
|
) |
| |
| void XtractPages |
( |
TokenReader & |
src, |
|
|
const std::string & |
rDstDir |
|
) |
| |
Variable Documentation
| std::string mBooksPrefix = "../" |
| std::string mChapterFile = "" |
| std::string mChaptersPrefix = "./" |
| std::string mCsourceLink = "http://www.rt.techfak.fau.de/FGdes/faudes/csource/" |
| std::string mCsourcePrefix = "./csource/" |
| std::string mCssFile = "faudes.css" |
| std::string mDestoolLink = "http://www.rt.techfak.fau.de/FGdes/destool" |
| std::string mDownloadLink = "http://www.rt.techfak.fau.de/FGdes/download.html" |
| std::string mDstFile = "" |
| std::set< std::string > mExclLuaSections |
| std::string mExitChapterClass = "chapter_exit" |
| std::string mFaudesLink = "http://www.rt.techfak.fau.de/FGdes/faudes" |
| std::string mFlxFile = "" |
| std::string mFrefChapter = "" |
| std::string mFrefLink = "" |
| std::string mFrefPage = "" |
| std::string mFrefSection = "" |
| std::string mFrefSummary = "" |
| std::string mFrefTitle = "" |
| std::string mImagePrefix = "./images/" |
| std::set< std::string > mInclLuaSections |
| std::string mIncludeFile = "" |
| std::string mLuafaudesLink = "http://www.rt.techfak.fau.de/FGdes/faudes/luafaudes/" |
| std::string mLuafaudesPrefix = "./luafaudes/" |
| std::string mOtherChapterClass = "chapter_other" |
| std::string mReferencePrefix = "./reference/" |
| std::map< std::string , std::map< std::string , PageRecord > > mRefSectPages |
| std::string mRtiFile = "" |
| std::set< std::string > mSrcFiles |
| bool mStandaloneReference = false |
| std::string mThisChapterClass = "chapter_this" |
libFAUDES 2.28c
--- 2016.09.30
--- c++ api documentaion by doxygen
|