ACE  6.2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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

Id:
Svc_Conf_Param.h 81312 2008-04-09 21:01:34Z iliyan
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

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

Function Documentation

void ace_yy_delete_buffer ( ace_yy_buffer_state *  buffer)