ACE_Svc_Conf_Lexer Class Reference#include <Svc_Conf_Lexer.h>
Detailed DescriptionThis class lexes the classic ACE Service Configurator language. The entry point is similar to what flex would generate. However, it is a static method in this class (which is really just name space).Member Function Documentation
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.
The documentation for this class was generated from the following files: Generated on Mon Sep 15 07:17:25 2008 for ACE by 1.5.5 |