#include <unistd.h>#include <cstdio>#include <string>#include <cstring>#include <iostream>#include <fstream>#include <cstdlib>#include <cstdarg>#include <memory>Classes | |
| class | ios_base |
| STL class. More... | |
| class | unique_ptr< T > |
| STL class. More... | |
Functions | |
| bool | BeginsWith (const string &haystack, const string &needle) |
| Find if a string begins with another string. | |
| void | CreateTutorialImage (bool nobatch) |
| Create PNG tutorial image. | |
| bool | EndsWith (string const &fullString, string const &ending) |
| Find if a string ends with another string. | |
| void | ExecuteCommand (string command) |
| Execute a command making sure stdout will not go in the doxygen file. | |
| void | ExecuteMacro () |
| Execute the macro in gLineString and produce the corresponding picture. | |
| void | FilterClass () |
| Filter ROOT class for Doxygen. | |
| void | FilterPythonBox () |
| Filter ROOT python box for Doxygen. | |
| void | FilterTutorial () |
| Filter ROOT tutorials for Doxygen. | |
| void | GetClassName () |
| Retrieve the class name. | |
| string | ImagesList (string &name) |
| Return the image list after a tutorial macro execution. | |
| int | main (int argc, char *argv[]) |
| Filter ROOT files for Doxygen. | |
| int | NumberOfImages () |
| Get the number of images in NumberOfImages.dat after makeimage.C is executed. | |
| void | ReplaceAll (string &str, const string &from, const string &to) |
| Replace all instances of a string with another string. | |
| string | StringFormat (const string fmt_str,...) |
| std::string formatting like sprintf. | |
Find if a string begins with another string.
Definition at line 724 of file filter.cxx.
Create PNG tutorial image.
Definition at line 349 of file filter.cxx.
Find if a string ends with another string.
Definition at line 713 of file filter.cxx.
Execute a command making sure stdout will not go in the doxygen file.
Definition at line 606 of file filter.cxx.
| void ExecuteMacro | ( | ) |
Execute the macro in gLineString and produce the corresponding picture.
Definition at line 575 of file filter.cxx.
| void FilterClass | ( | ) |
Filter ROOT class for Doxygen.
Definition at line 216 of file filter.cxx.
| void FilterPythonBox | ( | ) |
Filter ROOT python box for Doxygen.
Definition at line 187 of file filter.cxx.
| void FilterTutorial | ( | ) |
Filter ROOT tutorials for Doxygen.
Definition at line 377 of file filter.cxx.
| void GetClassName | ( | ) |
Retrieve the class name.
Definition at line 550 of file filter.cxx.
Return the image list after a tutorial macro execution.
Definition at line 672 of file filter.cxx.
Filter ROOT files for Doxygen.
Definition at line 139 of file filter.cxx.
| int NumberOfImages | ( | ) |
Get the number of images in NumberOfImages.dat after makeimage.C is executed.
Definition at line 619 of file filter.cxx.
Replace all instances of a string with another string.
Definition at line 634 of file filter.cxx.
std::string formatting like sprintf.
Definition at line 652 of file filter.cxx.
| FILE* f |
Definition at line 112 of file filter.cxx.
| string gClassName |
Definition at line 116 of file filter.cxx.
| string gCwd |
Definition at line 121 of file filter.cxx.
| string gFileName |
Definition at line 114 of file filter.cxx.
| bool gHeader |
Definition at line 126 of file filter.cxx.
| bool gImageGenerated |
Definition at line 129 of file filter.cxx.
| int gImageID |
Definition at line 132 of file filter.cxx.
| string gImageName |
Definition at line 117 of file filter.cxx.
| bool gImageSource |
Definition at line 130 of file filter.cxx.
| string gImageType |
Definition at line 119 of file filter.cxx.
| string gImageWidth |
Definition at line 120 of file filter.cxx.
| int gInMacro |
Definition at line 131 of file filter.cxx.
| char gLine[255] |
Definition at line 113 of file filter.cxx.
| string gLineString |
Definition at line 115 of file filter.cxx.
| int gMacroID |
Definition at line 133 of file filter.cxx.
| string gMacroName |
Definition at line 118 of file filter.cxx.
| string gOutDir |
Definition at line 122 of file filter.cxx.
| string gOutputName |
Definition at line 125 of file filter.cxx.
| bool gPython |
Definition at line 128 of file filter.cxx.
| string gPythonExec |
Definition at line 124 of file filter.cxx.
| bool gSource |
Definition at line 127 of file filter.cxx.
| string gSourceDir |
Definition at line 123 of file filter.cxx.