|
#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.
Functions |
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[]) |
Function Documentation
void CreateExtensionFile |
( |
void |
| ) |
|
void DefaultIndexPage |
( |
const std::string & |
rDstDir | ) |
|
std::set< std::string > EraseHiddenFiles |
( |
const std::set< std::string > & |
src | ) |
|
void ExtractExtensionFile |
( |
void |
| ) |
|
void Gen2ref |
( |
const std::string & |
rGenFile, |
|
|
const std::string & |
rRefFile = "" |
|
) |
| |
void InstallExtensionFiles |
( |
void |
| ) |
|
void Lua2ref |
( |
const std::string & |
rLuaFile, |
|
|
const std::string & |
rRefFile = "" |
|
) |
| |
int main |
( |
int |
argc, |
|
|
char * |
argv[] |
|
) |
| |
void MakeDirectory |
( |
const std::string & |
rPath, |
|
|
const std::string & |
rDir = "" |
|
) |
| |
void TestFaudesTarget |
( |
void |
| ) |
|
void TestLuafaudes |
( |
void |
| ) |
|
void usage_exit |
( |
const std::string & |
rMessage = "" | ) |
|
void XtractImageFiles |
( |
TokenReader & |
rTr, |
|
|
const std::string & |
rDstDir |
|
) |
| |
void XtractImageGenFiles |
( |
TokenReader & |
rTr, |
|
|
const std::string & |
rDstDir |
|
) |
| |
void XtractLuaTutorials |
( |
TokenReader & |
rTr, |
|
|
const std::string & |
rDstDir |
|
) |
| |
void XtractReferencePages |
( |
TokenReader & |
rTr, |
|
|
const std::string & |
rDstDir |
|
) |
| |
Variable Documentation
std::string mExtensionName |
std::string mFaudesBinLua2ref |
std::string mFaudesBinLuafaudes |
std::string mFaudesBinLuaflx |
std::string mFaudesBinRef2html |
std::string mFaudesDocCss |
std::string mFaudesDocImages |
std::string mFaudesDocLuafaudes |
std::string mFaudesDocNav |
std::string mFaudesDocReference |
std::string mFaudesDocRefsrc |
std::string mFaudesDocRti |
std::string mFaudesDocTemp |
std::string mFaudesDocToc |
bool mFaudesStandalone = false |
std::set< std::string > mGeneratorFiles |
std::set< std::string > mImageFiles |
std::set< std::string > mLuaFunctions |
std::set< std::string > mReferencePages |
std::set< std::string > mSourceFiles |
std::string mXmlSeparator = "<!-- ================================================================================ -->" |
libFAUDES 2.28a
--- 2016.09.13
--- c++ api documentaion by doxygen
|