#include "ace/pre.h"
#include "ace/Obstack.h"
#include "ace/Service_Config.h"
#include "ace/Parse_Node.h"
#include "ace/post.h"
Include dependency graph for Svc_Conf.h:
This graph shows which files directly or indirectly include this file:
Compounds | |
union | ACE_YYSTYPE |
Defines | |
#define | ACE_YY_DECL extern "C" int ace_yylex (ACE_YYSTYPE *ace_yylval) |
Functions | |
void | ace_yy_push_buffer (FILE *file) |
Create and push a new lexer buffer on to the buffer stack for use when scanning the given file. | |
void | ace_yy_push_buffer (const ACE_TCHAR *directive) |
Create and push a new lexer buffer on to the buffer stack for use when scanning the given directive. | |
void | ace_yy_pop_buffer (void) |
Pop the current lexer buffer off of the buffer stack and deallocate it. | |
int | ace_yyparse (void) |
void | ace_yyerror (const ACE_TCHAR *) |
ACE_Service_Type_Impl* | ace_create_service_type (const ACE_TCHAR *, int, void *, unsigned int, ACE_Service_Object_Exterminator = 0) |
Variables | |
const int | ACE_SERVICE_DIRECTIVE_STACK_DEPTH = 8 |
Maximum depth allowed when processing nested Service Configurator directives. | |
FILE* | ace_yyin = (FILE *) 0 |
int | ace_yylineno = 1 |
ACE_TCHAR* | ace_yytext |
int | ace_yyleng |
ACE_Obstack_T<ACE_TCHAR>* | ace_obstack = 0 |
Svc_Conf.h,v 4.28 2001/08/01 00:00:21 othman Exp
|
|
|
|
|
Pop the current lexer buffer off of the buffer stack and deallocate it.
|
|
Create and push a new lexer buffer on to the buffer stack for use when scanning the given directive.
|
|
Create and push a new lexer buffer on to the buffer stack for use when scanning the given file.
|
|
|
|
|
|
Maximum depth allowed when processing nested Service Configurator directives.
|
|
|
|
|
|
|
|
|
|
|