Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

Svc_Conf.h File Reference

#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:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Compounds

class  ACE_Svc_Conf_Param
union  ACE_YYSTYPE

Defines

#define ACE_YY_DECL   extern "C" int ace_yylex (ACE_YYSTYPE *ace_yylval, void *ACE_YYLEX_PARAM)
 Performs the lexical analysis.

#define ACE_YYPARSE_PARAM   ace_svc_conf_parameter
#define ACE_YYLEX_PARAM   ACE_YYPARSE_PARAM
#define ACE_SVC_CONF_PARAM   (ACE_static_cast (ACE_Svc_Conf_Param *, ACE_YYLEX_PARAM))

Functions

void ace_yy_delete_buffer (ace_yy_buffer_state *buffer)
void ace_yy_push_buffer (FILE *file, ace_yy_buffer_state *&buffer)
 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, ace_yy_buffer_state *&buffer)
 Create and push a new lexer buffer on to the buffer stack for use when scanning the given directive.

void ace_yy_pop_buffer (ace_yy_buffer_state *buf)
 Pop the current lexer buffer off of the buffer stack and deallocate it.

int ace_yyparse (void *)
 Performs the parsing.

void ace_yyerror (const ACE_TCHAR *)
 Error handling routine required by YACC or BISON.

ACE_Service_Type_Implace_create_service_type (const ACE_TCHAR *, int, void *, unsigned int, ACE_Service_Object_Exterminator = 0)
 Factory that creates a new ACE_Service_Type_Impl.


Variables

FILE* ace_yyin = (FILE *) 0
 Name of input stream.

int ace_yylineno = 1
 Keeps track of the current line number for error-handling routine.

ACE_TCHARace_yytext
 Holds the lexeme for the current token.

int ace_yyleng
 Holds the length of the lexeme for the current token.


Detailed Description

Svc_Conf.h,v 4.30 2001/10/17 06:14:08 othman Exp

Author(s):
Doug Schmidt


Define Documentation

#define ACE_SVC_CONF_PARAM   (ACE_static_cast (ACE_Svc_Conf_Param *, ACE_YYLEX_PARAM))
 

#define ACE_YYLEX_PARAM   ACE_YYPARSE_PARAM
 

#define ACE_YYPARSE_PARAM   ace_svc_conf_parameter
 

ACE_YY_DECL   extern "C" int ace_yylex (ACE_YYSTYPE *ace_yylval, void *ACE_YYLEX_PARAM)
 

Performs the lexical analysis.


Function Documentation

ACE_Service_Type_Impl * ace_create_service_type ( const ACE_TCHAR *,
int,
void *,
unsigned int,
ACE_Service_Object_Exterminator = 0 )
 

Factory that creates a new ACE_Service_Type_Impl.

void ace_yy_delete_buffer ( ace_yy_buffer_state * buffer )
 

void ace_yy_pop_buffer ( ace_yy_buffer_state * buf )
 

Pop the current lexer buffer off of the buffer stack and deallocate it.

void ace_yy_push_buffer ( const ACE_TCHAR * directive,
ace_yy_buffer_state *& buffer )
 

Create and push a new lexer buffer on to the buffer stack for use when scanning the given directive.

void ace_yy_push_buffer ( FILE * file,
ace_yy_buffer_state *& buffer )
 

Create and push a new lexer buffer on to the buffer stack for use when scanning the given file.

void ace_yyerror ( const ACE_TCHAR * )
 

Error handling routine required by YACC or BISON.

int ace_yyparse ( void * )
 

Performs the parsing.


Variable Documentation

FILE * ace_yyin = (FILE *) 0
 

Name of input stream.

int ace_yyleng
 

Holds the length of the lexeme for the current token.

const char *get_rcsid_ace _ int ace_yylineno = 1 [inline]
 

Keeps track of the current line number for error-handling routine.

ACE_TCHAR * ace_yytext
 

Holds the lexeme for the current token.


Generated at Wed Nov 21 10:24:06 2001 for ACE by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000