Svc_Conf_Param.h File Reference

#include "ace/Obstack.h"

Include dependency graph for Svc_Conf_Param.h:

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

Go to the source code of this file.

Classes

class  ACE_Svc_Conf_Param
 An instance of this object will be passed down to the yyparse() and yylex() functions. More...

Defines

#define YYPARSE_PARAM   ace_svc_conf_parameter
#define YYLEX_PARAM   YYPARSE_PARAM
#define ACE_SVC_CONF_PARAM   (static_cast<ACE_Svc_Conf_Param *> (YYLEX_PARAM))

Functions

void ace_yy_delete_buffer (ace_yy_buffer_state *buffer)


Detailed Description

Id
Svc_Conf_Param.h 81312 2008-04-09 21:01:34Z iliyan

Author:
Iliyan Jeliazkov <iliyan@ociweb.com>

Based on code originally found in Svc_Conf.h by Doug Schmidt and Ossama Othman.

Definition in file Svc_Conf_Param.h.


Define Documentation

#define ACE_SVC_CONF_PARAM   (static_cast<ACE_Svc_Conf_Param *> (YYLEX_PARAM))

Definition at line 136 of file Svc_Conf_Param.h.

Referenced by ace_yylex().

#define YYLEX_PARAM   YYPARSE_PARAM

Definition at line 134 of file Svc_Conf_Param.h.

#define YYPARSE_PARAM   ace_svc_conf_parameter

Definition at line 132 of file Svc_Conf_Param.h.


Function Documentation

void ace_yy_delete_buffer ( ace_yy_buffer_state buffer  ) 

Definition at line 123 of file Svc_Conf_Lexer.cpp.

Referenced by ACE_Svc_Conf_Param::~ACE_Svc_Conf_Param().

00124 {
00125   delete buffer;
00126 }


Generated on Tue Feb 2 17:34:15 2010 for ACE by  doxygen 1.4.7