Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

RTSPLexer.h

Go to the documentation of this file.
00001 #ifndef RTSP_LEXER_H 00002 #define RTSP_LEXER_H 00003 00004 #include "MNString.h" 00005 00006 class RTSPFillBuffer; 00007 class RTSPParserBase; 00008 struct yy_buffer_state; 00009 00010 int rtspparse( void* parm ); 00011 struct yy_buffer_state* rtsp_scan_bytes( const char *bytes, int len ); 00012 void rtsp_switch_to_buffer ( struct yy_buffer_state* new_buffer ); 00013 void rtsp_delete_buffer( struct yy_buffer_state* state ); 00014 00015 00016 struct MyFlexLexer 00017 { 00018 RTSPFillBuffer* _rfb; 00019 RTSPParserBase*& _header; 00020 00021 MyFlexLexer( RTSPFillBuffer* rfb, RTSPParserBase*& header ); 00022 }; 00023 00024 #endif 00025

Generated on Sun Mar 6 13:35:50 2005 for Komssys by doxygen 1.3.8