#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 | ACE_YYPARSE_PARAM ace_svc_conf_parameter |
#define | ACE_YYLEX_PARAM ACE_YYPARSE_PARAM |
#define | ACE_SVC_CONF_PARAM (static_cast<ACE_Svc_Conf_Param *> (ACE_YYLEX_PARAM)) |
Functions | |
void | ace_yy_delete_buffer (ace_yy_buffer_state *buffer) |
Variables | |
ACE_BEGIN_VERSIONED_NAMESPACE_DECL struct | ace_yy_buffer_state |
Based on code originally found in Svc_Conf.h by Doug Schmidt and Ossama Othman.
Definition in file Svc_Conf_Param.h.
|
Definition at line 136 of file Svc_Conf_Param.h. Referenced by ace_yylex(), and ace_yyparse(). |
|
Definition at line 134 of file Svc_Conf_Param.h. |
|
Definition at line 132 of file Svc_Conf_Param.h. Referenced by ace_yyparse(). |
|
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 }
|
|
Definition at line 33 of file Svc_Conf_Param.h. |