#include <OSGScanParseLexer.h>
Public Member Functions | |
| OSGScanParseLexer (osg::ScanParseSkelBase *pSkelBase, std::istream *arg_yyin=0, std::ostream *arg_yyout=0) | |
| virtual | ~OSGScanParseLexer (void) |
| virtual int | yylex (void) |
| void | expectType (osg::Int32 iType) |
Protected Attributes | |
| osg::ScanParseSkelBase * | _pSkelBase |
| osg::Int32 | expectToken |
| osg::Int32 | parsing_mf |
| osg::Int32 | sfImageIntsExpected |
| osg::Int32 | sfImageIntsParsed |
| osg::Int32 | iCommentDepth |
| osg::Int32 | iLastState |
Private Types | |
| typedef OSGScanParseSkel_FlexLexer | Inherited |
Private Member Functions | |
| OSGScanParseLexer (const OSGScanParseLexer &source) | |
| prohibit default function (move to 'public' if needed) | |
| void | operator= (const OSGScanParseLexer &source) |
| prohibit default function (move to 'public' if needed) | |
Definition at line 79 of file OSGScanParseLexer.h.
|
|
Definition at line 87 of file OSGScanParseLexer.h. |
|
|
|
|
||||||||||||||||
|
Definition at line 105 of file OSGScanParseLexer.cpp. 00107 : 00108 Inherited (arg_yyin, 00109 arg_yyout), 00110 00111 _pSkelBase (pSkelBase), 00112 00113 expectToken ( 0), 00114 parsing_mf ( 0), 00115 sfImageIntsExpected( 0), 00116 sfImageIntsParsed ( 0), 00117 00118 iCommentDepth ( 0), 00119 iLastState ( 0) 00120 { 00121 }
|
|
|
Definition at line 123 of file OSGScanParseLexer.cpp.
|
|
|
|
|
|
Referenced by osg::ScanParseSkel::lex(). |
|
|
Definition at line 129 of file OSGScanParseLexer.cpp. References expectToken. Referenced by osg::ScanParseSkel::expectType(). 00130 { 00131 expectToken = iType; 00132 }
|
|
|
Definition at line 164 of file OSGScanParseLexer.h. |
|
|
Definition at line 166 of file OSGScanParseLexer.h. Referenced by expectType(). |
|
|
Definition at line 167 of file OSGScanParseLexer.h. |
|
|
Definition at line 168 of file OSGScanParseLexer.h. |
|
|
Definition at line 169 of file OSGScanParseLexer.h. |
|
|
Definition at line 171 of file OSGScanParseLexer.h. |
|
|
Definition at line 172 of file OSGScanParseLexer.h. |
1.4.3