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