|
|
#include <string>
#include <set>
#include <cctype>
#include <cstdlib>
#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 | MakeDirectory (const std::string &rPath, const std::string &rDir="") |
| |
| std::set< std::string > | EraseHiddenFiles (const std::set< std::string > &src) |
| |
| void | Lua2ref (const std::string &rLuaFile, const std::string &rRefFile="") |
| |
| void | Gen2ref (const std::string &rGenFile, const std::string &rRefFile="") |
| |
| void | InsertSection (TokenReader &rTr, TokenWriter &rTw, const std::string &mLabel) |
| |
| void | InsertReferencePage (TokenReader &rTr, TokenWriter &rTw, const std::string mSection="") |
| |
| void | InsertLuaFunction (TokenReader &rTr, TokenWriter &rTw) |
| |
| void | InsertPlainLuaTutorial (TokenReader &rTr, TokenWriter &rTw) |
| |
| void | InsertLuaTutorial (TokenReader &rTr, TokenWriter &rTw) |
| |
| void | InsertImageFile (TokenReader &rTr, TokenWriter &rTw) |
| |
| void | InsertDataFile (TokenReader &rTr, TokenWriter &rTw) |
| |
| void | CreateExtensionFile (void) |
| |
| void | TestLuafaudes (void) |
| |
| void | TestFaudesTarget (void) |
| |
| void | XtractReferencePages (TokenReader &rTr, const std::string &rDstDir) |
| |
| void | XtractImageFiles (TokenReader &rTr, const std::string &rDstDir) |
| |
| void | XtractImageGenFiles (TokenReader &rTr, const std::string &rDstDir) |
| |
| void | XtractLuaFunctions (TokenReader &rTr, TokenWriter &rTw) |
| |
| void | XtractLuaTutorials (TokenReader &rTr, const std::string &rDstDir) |
| |
| void | DefaultIndexPage (const std::string &rDstDir) |
| |
| void | InstallExtensionFiles (void) |
| |
| void | ExtractExtensionFile (void) |
| |
| void | RunTestCases () |
| |
| int | main (int argc, char *argv[]) |
| |
◆ CreateExtensionFile()
| void CreateExtensionFile |
( |
void |
| ) |
|
◆ DefaultIndexPage()
| void DefaultIndexPage |
( |
const std::string & |
rDstDir | ) |
|
◆ EraseHiddenFiles()
| std::set< std::string > EraseHiddenFiles |
( |
const std::set< std::string > & |
src | ) |
|
◆ ExtractExtensionFile()
| void ExtractExtensionFile |
( |
void |
| ) |
|
◆ Gen2ref()
| void Gen2ref |
( |
const std::string & |
rGenFile, |
|
|
const std::string & |
rRefFile = "" |
|
) |
| |
◆ InsertDataFile()
◆ InsertImageFile()
◆ InsertLuaFunction()
◆ InsertLuaTutorial()
◆ InsertPlainLuaTutorial()
◆ InsertReferencePage()
◆ InsertSection()
◆ InstallExtensionFiles()
| void InstallExtensionFiles |
( |
void |
| ) |
|
◆ Lua2ref()
| void Lua2ref |
( |
const std::string & |
rLuaFile, |
|
|
const std::string & |
rRefFile = "" |
|
) |
| |
◆ main()
| int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
◆ MakeDirectory()
| void MakeDirectory |
( |
const std::string & |
rPath, |
|
|
const std::string & |
rDir = "" |
|
) |
| |
◆ RunTestCases()
◆ TestFaudesTarget()
| void TestFaudesTarget |
( |
void |
| ) |
|
◆ TestLuafaudes()
| void TestLuafaudes |
( |
void |
| ) |
|
◆ usage_exit()
| void usage_exit |
( |
const std::string & |
rMessage = "" | ) |
|
◆ XtractImageFiles()
| void XtractImageFiles |
( |
TokenReader & |
rTr, |
|
|
const std::string & |
rDstDir |
|
) |
| |
◆ XtractImageGenFiles()
| void XtractImageGenFiles |
( |
TokenReader & |
rTr, |
|
|
const std::string & |
rDstDir |
|
) |
| |
◆ XtractLuaFunctions()
◆ XtractLuaTutorials()
| void XtractLuaTutorials |
( |
TokenReader & |
rTr, |
|
|
const std::string & |
rDstDir |
|
) |
| |
◆ XtractReferencePages()
| void XtractReferencePages |
( |
TokenReader & |
rTr, |
|
|
const std::string & |
rDstDir |
|
) |
| |
◆ mExtensionName
| std::string mExtensionName |
◆ mFaudesBase
◆ mFaudesBin
◆ mFaudesBinLua2ref
| std::string mFaudesBinLua2ref |
◆ mFaudesBinLuafaudes
| std::string mFaudesBinLuafaudes |
◆ mFaudesBinLuaflx
| std::string mFaudesBinLuaflx |
◆ mFaudesBinRef2html
| std::string mFaudesBinRef2html |
◆ mFaudesDoc
◆ mFaudesDocCss
| std::string mFaudesDocCss |
◆ mFaudesDocImages
| std::string mFaudesDocImages |
◆ mFaudesDocLuafaudes
| std::string mFaudesDocLuafaudes |
◆ mFaudesDocNav
| std::string mFaudesDocNav |
◆ mFaudesDocReference
| std::string mFaudesDocReference |
◆ mFaudesDocRefsrc
| std::string mFaudesDocRefsrc |
◆ mFaudesDocRti
| std::string mFaudesDocRti |
◆ mFaudesDocTemp
| std::string mFaudesDocTemp |
◆ mFaudesDocToc
| std::string mFaudesDocToc |
◆ mFaudesStandalone
| bool mFaudesStandalone = false |
◆ mGeneratorFiles
| std::set< std::string > mGeneratorFiles |
◆ mImageFiles
| std::set< std::string > mImageFiles |
◆ mLuaFunctions
| std::set< std::string > mLuaFunctions |
◆ mReferencePages
| std::set< std::string > mReferencePages |
◆ mSourceFile
◆ mSourceFiles
| std::set< std::string > mSourceFiles |
◆ mTarget
◆ mXmlSeparator
| std::string mXmlSeparator = "<!-- ================================================================================ -->" |
libFAUDES 2.31h
--- 2024.01.29
--- c++ api documentaion by doxygen
|