#include "ssParse.tab.h"#include "ssParse.h"#include <string.h>Include dependency graph for ssParse.l:

Go to the source code of this file.
Functions | |
| for (;;) | |
| while (yytext[pos-1]!= 'M'||yytext[pos]!= 'E') pos++ | |
| memcpy (yylval.str, yytext+pos+1, yyleng-pos-1) | |
| switch (CommentState) | |
| void *[\t\n]******void *[\t\n]** | return (VAR_FUNCTION) |
| short *[\t\n] int | return (SHORT) |
| long *[\t\n] int | return (LONG) |
| class | return (CLASS) |
| public | return (PUBLIC) |
| private | return (PRIVATE) |
| protected | return (PROTECTED) |
| int | return (INT) |
| float | return (FLOAT) |
| double | return (DOUBLE) |
| void | return (VOID) |
| char | return (CHAR) |
| virtual | return (VIRTUAL) |
| const | return (CONST) |
| operator" return (OPERATOR) | |
| unsigned | return (UNSIGNED) |
| friend | return (FRIEND) |
| static | return (STATIC) |
| vtkSetMacro | return (SetMacro) |
| vtkGetMacro | return (GetMacro) |
| vtkSetStringMacro | return (SetStringMacro) |
| vtkGetStringMacro | return (GetStringMacro) |
| vtkSetClampMacro | return (SetClampMacro) |
| vtkSetObjectMacro | return (SetObjectMacro) |
| vtkSetReferenceCountedObjectMacro | return (SetReferenceCountedObjectMacro) |
| vtkGetObjectMacro | return (GetObjectMacro) |
| vtkBooleanMacro | return (BooleanMacro) |
| vtkSetVector2Macro | return (SetVector2Macro) |
| vtkSetVector3Macro | return (SetVector3Macro) |
| vtkSetVector4Macro | return (SetVector4Macro) |
| vtkSetVector6Macro | return (SetVector6Macro) |
| vtkGetVector2Macro | return (GetVector2Macro) |
| vtkGetVector3Macro | return (GetVector3Macro) |
| vtkGetVector4Macro | return (GetVector4Macro) |
| vtkGetVector6Macro | return (GetVector6Macro) |
| vtkSetVectorMacro | return (SetVectorMacro) |
| vtkGetVectorMacro | return (GetVectorMacro) |
| vtkViewportCoordinateMacro | return (ViewportCoordinateMacro) |
| vtkWorldCoordinateMacro | return (WorldCoordinateMacro) |
| vtkTypeMacro | return (TypeMacro) |
Variables | |
| *int | c1 = 0 |
| *int | c2 = 0 |
| *int | c3 = 0 |
| *int | c4 = 0 |
| *int | c5 = input() |
| *int | pos = 1 |
| yylval | str = (char *)malloc(yyleng + 1 - pos - 1) |
| data | NameComment = strdup(yylval.str) |
| * | CommentState = 1 |
| data | Description = (char*)malloc(100000) |
| * | CommentState = 3 |
| data | SeeAlso = (char*)malloc(100000) |
| * | CommentState = 3 |
| data | SeeAlso = (char*)malloc(100000) |
| * | CommentState = 4 |
| data | Caveats = (char*)malloc(100000) |
| * | CommentState = 2 |
| HaveComment = 1 | |
| CommentText [0] = '\0' | |
| *int | pos = 1 |
| yylval | str = (char *)malloc(yyleng + 1 - pos - 1 + 1) |
| VTK_EXPORT | |
| while | ( | yytext! | [pos-1] = 'M'||yytext[pos]!= 'E' |
) |
| switch | ( | CommentState | ) |
| void* [\t\n ] * * * * * * void* [\t\n ] * * return | ( | VAR_FUNCTION | ) |
| short return | ( | SHORT | ) |
| long return | ( | LONG | ) |
| class return | ( | CLASS | ) |
| public return | ( | PUBLIC | ) |
| private return | ( | PRIVATE | ) |
| protected return | ( | PROTECTED | ) |
| int return | ( | INT | ) |
| float return | ( | FLOAT | ) |
| double return | ( | DOUBLE | ) |
| void return | ( | VOID | ) |
| char return | ( | CHAR | ) |
| virtual return | ( | VIRTUAL | ) |
| const return | ( | CONST | ) |
| operator" return | ( | OPERATOR | ) |
| unsigned return | ( | UNSIGNED | ) |
| friend return | ( | FRIEND | ) |
| static return | ( | STATIC | ) |
| vtkSetMacro return | ( | SetMacro | ) |
| vtkGetMacro return | ( | GetMacro | ) |
| vtkSetStringMacro return | ( | SetStringMacro | ) |
| vtkGetStringMacro return | ( | GetStringMacro | ) |
| vtkSetClampMacro return | ( | SetClampMacro | ) |
| vtkSetObjectMacro return | ( | SetObjectMacro | ) |
| vtkSetReferenceCountedObjectMacro return | ( | SetReferenceCountedObjectMacro | ) |
| vtkGetObjectMacro return | ( | GetObjectMacro | ) |
| vtkBooleanMacro return | ( | BooleanMacro | ) |
| vtkSetVector2Macro return | ( | SetVector2Macro | ) |
| vtkSetVector3Macro return | ( | SetVector3Macro | ) |
| vtkSetVector4Macro return | ( | SetVector4Macro | ) |
| vtkSetVector6Macro return | ( | SetVector6Macro | ) |
| vtkGetVector2Macro return | ( | GetVector2Macro | ) |
| vtkGetVector3Macro return | ( | GetVector3Macro | ) |
| vtkGetVector4Macro return | ( | GetVector4Macro | ) |
| vtkGetVector6Macro return | ( | GetVector6Macro | ) |
| vtkSetVectorMacro return | ( | SetVectorMacro | ) |
| vtkGetVectorMacro return | ( | GetVectorMacro | ) |
| vtkViewportCoordinateMacro return | ( | ViewportCoordinateMacro | ) |
| vtkWorldCoordinateMacro return | ( | WorldCoordinateMacro | ) |
| vtkTypeMacro return | ( | TypeMacro | ) |
| data NameComment = strdup(yylval.str) |
| * CommentState = 1 |
| data Description = (char*)malloc(100000) |
| * CommentState = 3 |
| * CommentState = 3 |
| * CommentState = 4 |
| * CommentState = 2 |
| HaveComment = 1 |
| CommentText[0] = '\0' |