Public Member Functions | |
| ace_yy_buffer_state (void) | |
| ~ace_yy_buffer_state (void) | |
Public Attributes | |
| char | input_ [ACE_YY_CONVERSION_SPACE] | 
| size_t | index_ | 
| size_t | size_ | 
| size_t | start_ | 
| bool | need_more_ | 
| bool | eof_ | 
| int | state_ | 
| char | string_start_ | 
      
  | 
  
| 
 
 Definition at line 63 of file Svc_Conf_Lexer.cpp. References ACE_NO_STATE, eof_, input_, need_more_, and string_start_. 
 00064 : input_ (), 00065 index_ (0), 00066 size_ (0), 00067 start_ (0), 00068 need_more_ (true), 00069 eof_ (false), 00070 state_ (ACE_NO_STATE), 00071 string_start_ (0) 00072 #if defined (ACE_USES_WCHAR) 00073 , converter_ (0) 00074 #endif /* ACE_USES_WCHAR */ 00075 { 00076 }  | 
  
      
  | 
  
| 
 
 Definition at line 81 of file Svc_Conf_Lexer.cpp. 
 00082   {
00083 #if defined (ACE_USES_WCHAR)
00084     delete converter_;
00085 #endif /* ACE_USES_WCHAR */
00086   }
 | 
  
      
  | 
  
| 
 
 Definition at line 94 of file Svc_Conf_Lexer.cpp. Referenced by ace_yy_buffer_state(), ACE_Svc_Conf_Lexer::scan(), and ACE_Svc_Conf_Lexer::yylex().  | 
  
      
  | 
  
| 
 
 Definition at line 90 of file Svc_Conf_Lexer.cpp. Referenced by ACE_Svc_Conf_Lexer::scan().  | 
  
      
  | 
  
| 
 
 Definition at line 89 of file Svc_Conf_Lexer.cpp. Referenced by ace_yy_buffer_state(), ACE_Svc_Conf_Lexer::scan(), and ACE_Svc_Conf_Lexer::yylex().  | 
  
      
  | 
  
| 
 
 Definition at line 93 of file Svc_Conf_Lexer.cpp. Referenced by ace_yy_buffer_state(), ACE_Svc_Conf_Lexer::scan(), and ACE_Svc_Conf_Lexer::yylex().  | 
  
      
  | 
  
| 
 
 Definition at line 91 of file Svc_Conf_Lexer.cpp. Referenced by ACE_Svc_Conf_Lexer::scan(), and ACE_Svc_Conf_Lexer::yylex().  | 
  
      
  | 
  
| 
 
 Definition at line 92 of file Svc_Conf_Lexer.cpp. Referenced by ACE_Svc_Conf_Lexer::input().  | 
  
      
  | 
  
| 
 
 Definition at line 97 of file Svc_Conf_Lexer.cpp. Referenced by ACE_Svc_Conf_Lexer::scan().  | 
  
      
  | 
  
| 
 
 Definition at line 98 of file Svc_Conf_Lexer.cpp. Referenced by ace_yy_buffer_state(), and ACE_Svc_Conf_Lexer::scan().  | 
  
 
1.3.6