#include <Svc_Conf_Lexer.h>
Static Public Member Functions | |
| static int | yylex (ACE_YYSTYPE *ace_yylval, ACE_Svc_Conf_Param *param) | 
Static Private Member Functions | |
| static size_t | input (ACE_Svc_Conf_Param *param, char *buf, size_t max_size) | 
| static int | scan (ACE_YYSTYPE *ace_yylval, ACE_Svc_Conf_Param *param) | 
| size_t ACE_Svc_Conf_Lexer::input | ( | ACE_Svc_Conf_Param * | param, | |
| char * | buf, | |||
| size_t | max_size | |||
| ) |  [static, private] | 
        
| int ACE_Svc_Conf_Lexer::scan | ( | ACE_YYSTYPE * | ace_yylval, | |
| ACE_Svc_Conf_Param * | param | |||
| ) |  [static, private] | 
        
| int ACE_Svc_Conf_Lexer::yylex | ( | ACE_YYSTYPE * | ace_yylval, | |
| ACE_Svc_Conf_Param * | param | |||
| ) |  [static] | 
        
This is similar to the C function, ace_yylex, which a bison generated parser expects. It returns information in the ace_yylval parameter and uses input stored in the param parameter.
 1.4.7-1