ACE 8.0.1
Loading...
Searching...
No Matches
Classes | Macros | Functions
Svc_Conf_Param.h File Reference
#include "ace/Obstack.h"

Classes

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

Macros

#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

Author
Iliyan Jeliazkov iliya.nosp@m.n@oc.nosp@m.iweb..nosp@m.com
Based on code originally found in Svc_Conf.h by Doug Schmidt and Ossama Othman.

Macro Definition Documentation

◆ ACE_SVC_CONF_PARAM

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

◆ YYLEX_PARAM

#define YYLEX_PARAM   YYPARSE_PARAM

◆ YYPARSE_PARAM

#define YYPARSE_PARAM   ace_svc_conf_parameter

Function Documentation

◆ ace_yy_delete_buffer()

void ace_yy_delete_buffer ( ace_yy_buffer_state * buffer)
extern