farsamiscutilities.h File Reference
a file with miscellaneous functions More...
Include dependency graph for farsamiscutilities.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | CommentPosition |
A structure keeping the position of C/C++ comments in a string. More... | |
struct | StringPosition |
A structure keeping the position of C/C++ strings or characters in a program. More... | |
Namespaces | |
farsa | |
A macro to deprecate functions. | |
Typedefs | |
typedef QList< CommentPosition > | CommentsPositions |
A list of positions of comments. More... | |
typedef QList< StringPosition > | StringsPositions |
A list of positions of strings. More... | |
Functions | |
QString | removeComments (const QString &program, CommentsPositions *commentsPos=NULL, StringsPositions *stringsPos=NULL) |
A simple function to remove all C and C++ comments from a program. More... | |
Detailed Description
a file with miscellaneous functions
Definition in file farsamiscutilities.h.