Svc_Conf_y.cpp File Reference

#include "ace/Svc_Conf.h"
#include "ace/ARGV.h"
#include "ace/Module.h"
#include "ace/Stream.h"
#include "ace/Service_Types.h"
#include "ace/OS_NS_string.h"
#include "ace/ace_wchar.h"
#include <stdlib.h>

Include dependency graph for Svc_Conf_y.cpp:


Defines

#define ACE_YYBISON   1
#define ACE_YYSKELETON_NAME   "yacc.c"
#define ACE_YYPURE   1
#define ACE_YYLSP_NEEDED   0
#define ACE_DYNAMIC   258
#define ACE_STATIC   259
#define ACE_SUSPEND   260
#define ACE_RESUME   261
#define ACE_REMOVE   262
#define ACE_USTREAM   263
#define ACE_MODULE_T   264
#define ACE_STREAM_T   265
#define ACE_SVC_OBJ_T   266
#define ACE_ACTIVE   267
#define ACE_INACTIVE   268
#define ACE_PATHNAME   269
#define ACE_IDENT   270
#define ACE_STRING   271
#define ACE_YYDEBUG_LEXER_TEXT   (ace_yytext[ace_yyleng] = '\0', ace_yytext)
#define ACE_YYDEBUG   0
#define ACE_YYERROR_VERBOSE   0
#define ACE_YYFREE   free
#define ACE_YYMALLOC   malloc
#define ACE_YYSIZE_T   size_t
#define ACE_YYSTACK_ALLOC   ACE_YYMALLOC
#define ACE_YYSTACK_FREE   ACE_YYFREE
#define ACE_YYFINAL   2
#define ACE_YYLAST   62
#define ACE_YYNTOKENS   23
#define ACE_YYNNTS   21
#define ACE_YYNRULES   45
#define ACE_YYNSTATES   66
#define ACE_YYUNDEFTOK   2
#define ACE_YYMAXUTOK   271
#define ACE_YYTRANSLATE(ACE_YYX)   ((unsigned int) (ACE_YYX) <= ACE_YYMAXUTOK ? ace_yytranslate[ACE_YYX] : ACE_YYUNDEFTOK)
#define ACE_YYPACT_NINF   -13
#define ACE_YYTABLE_NINF   -1
#define ace_yyerrok   (ace_yyerrstatus = 0)
#define ace_yyclearin   (ace_yychar = ACE_YYEMPTY)
#define ACE_YYEMPTY   (-2)
#define ACE_YYEOF   0
#define ACE_YYACCEPT   goto ace_yyacceptlab
#define ACE_YYABORT   goto ace_yyabortlab
#define ACE_YYERROR   goto ace_yyerrorlab
#define ACE_YYFAIL   goto ace_yyerrlab
#define ACE_YYRECOVERING()   (!!ace_yyerrstatus)
#define ACE_YYBACKUP(Token, Value)
#define ACE_YYTERROR   1
#define ACE_YYERRCODE   256
#define ACE_YYRHSLOC(Rhs, K)   ((Rhs)[K])
#define ACE_YYLLOC_DEFAULT(Current, Rhs, N)
#define ACE_YY_LOCATION_PRINT(File, Loc)   ((void) 0)
#define ACE_YYLEX   ace_yylex (&ace_yylval, ACE_YYLEX_PARAM)
#define ACE_YYDPRINTF(Args)
#define ACE_YY_SYMBOL_PRINT(Title, Type, Value, Location)
#define ACE_YY_STACK_PRINT(Bottom, Top)
#define ACE_YY_REDUCE_PRINT(Rule)
#define ACE_YYINITDEPTH   200
#define ACE_YYMAXDEPTH   10000
#define ACE_YYPOPSTACK   (ace_yyvsp--, ace_yyssp--)

Typedefs

typedef signed char ace_yysigned_char

Enumerations

enum  ace_yytokentype {
  ACE_DYNAMIC = 258, ACE_STATIC = 259, ACE_SUSPEND = 260, ACE_RESUME = 261,
  ACE_REMOVE = 262, ACE_USTREAM = 263, ACE_MODULE_T = 264, ACE_STREAM_T = 265,
  ACE_SVC_OBJ_T = 266, ACE_ACTIVE = 267, ACE_INACTIVE = 268, ACE_PATHNAME = 269,
  ACE_IDENT = 270, ACE_STRING = 271, ACE_DYNAMIC = 258, ACE_STATIC = 259,
  ACE_SUSPEND = 260, ACE_RESUME = 261, ACE_REMOVE = 262, ACE_USTREAM = 263,
  ACE_MODULE_T = 264, ACE_STREAM_T = 265, ACE_SVC_OBJ_T = 266, ACE_ACTIVE = 267,
  ACE_INACTIVE = 268, ACE_PATHNAME = 269, ACE_IDENT = 270, ACE_STRING = 271
}

Functions

static
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_Module_Type
ace_get_module (const ACE_Service_Type *sr, const ACE_Service_Type *sv, int &ace_ace_yyerrno)
static ACE_Module_Typeace_get_module (const ACE_Service_Type *sr, const ACE_TCHAR *svc_name, int &ace_ace_yyerrno)
static void ace_yydestruct (const char *ace_yymsg, int ace_yytype, ACE_YYSTYPE *ace_yyvaluep)
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
int 
ace_yyparse (void *ACE_YYPARSE_PARAM)
void ace_yyerror (int ace_yyerrno, int ace_yylineno, char const *s)
 Error handling routine required by YACC or BISON.

Variables

static const unsigned char ace_yytranslate []
static const unsigned char ace_yyr1 []
static const unsigned char ace_yyr2 []
static const unsigned char ace_yydefact []
static const ace_yysigned_char ace_yydefgoto []
static const ace_yysigned_char ace_yypact []
static const ace_yysigned_char ace_yypgoto []
static const unsigned char ace_yytable []
static const ace_yysigned_char ace_yycheck []
static const unsigned char ace_yystos []

Define Documentation

#define ACE_ACTIVE   267

#define ACE_DYNAMIC   258

#define ACE_IDENT   270

#define ACE_INACTIVE   268

#define ACE_MODULE_T   264

#define ACE_PATHNAME   269

#define ACE_REMOVE   262

#define ACE_RESUME   261

#define ACE_STATIC   259

#define ACE_STREAM_T   265

#define ACE_STRING   271

#define ACE_SUSPEND   260

#define ACE_SVC_OBJ_T   266

#define ACE_USTREAM   263

#define ACE_YY_LOCATION_PRINT ( File,
Loc   )     ((void) 0)

#define ACE_YY_REDUCE_PRINT ( Rule   ) 

#define ACE_YY_STACK_PRINT ( Bottom,
Top   ) 

#define ACE_YY_SYMBOL_PRINT ( Title,
Type,
Value,
Location   ) 

#define ACE_YYABORT   goto ace_yyabortlab

#define ACE_YYACCEPT   goto ace_yyacceptlab

#define ACE_YYBACKUP ( Token,
Value   ) 

Value:

do                                                 \
    if (ace_yychar == ACE_YYEMPTY && ace_yylen == 1) \
      {                                              \
        ace_yychar = (Token);                        \
        ace_yylval = (Value);                        \
        ace_yytoken = ACE_YYTRANSLATE (ace_yychar);  \
        ACE_YYPOPSTACK;                              \
        goto ace_yybackup;                           \
      }                                              \
    else                                             \
      {                                              \
        ace_yyerror (ACE_SVC_CONF_PARAM->yyerrno, ACE_SVC_CONF_PARAM->yylineno, "syntax error: cannot back up");\
        ACE_YYERROR;                                 \
      }                                              \
  while (0)

#define ACE_YYBISON   1

#define ace_yyclearin   (ace_yychar = ACE_YYEMPTY)

#define ACE_YYDEBUG   0

#define ACE_YYDEBUG_LEXER_TEXT   (ace_yytext[ace_yyleng] = '\0', ace_yytext)

#define ACE_YYDPRINTF ( Args   ) 

#define ACE_YYEMPTY   (-2)

#define ACE_YYEOF   0

#define ACE_YYERRCODE   256

#define ace_yyerrok   (ace_yyerrstatus = 0)

#define ACE_YYERROR   goto ace_yyerrorlab

#define ACE_YYERROR_VERBOSE   0

#define ACE_YYFAIL   goto ace_yyerrlab

#define ACE_YYFINAL   2

#define ACE_YYFREE   free

#define ACE_YYINITDEPTH   200

#define ACE_YYLAST   62

#define ACE_YYLEX   ace_yylex (&ace_yylval, ACE_YYLEX_PARAM)

#define ACE_YYLLOC_DEFAULT ( Current,
Rhs,
 ) 

Value:

do                                                                  \
      if (N)                                                            \
        {                                                               \
          (Current).first_line   = ACE_YYRHSLOC (Rhs, 1).first_line;    \
          (Current).first_column = ACE_YYRHSLOC (Rhs, 1).first_column;  \
          (Current).last_line    = ACE_YYRHSLOC (Rhs, N).last_line;     \
          (Current).last_column  = ACE_YYRHSLOC (Rhs, N).last_column;   \
        }                                                               \
      else                                                              \
        {                                                               \
          (Current).first_line   = (Current).last_line   =              \
            ACE_YYRHSLOC (Rhs, 0).last_line;                            \
          (Current).first_column = (Current).last_column =              \
            ACE_YYRHSLOC (Rhs, 0).last_column;                          \
        }                                                               \
    while (0)

#define ACE_YYLSP_NEEDED   0

#define ACE_YYMALLOC   malloc

#define ACE_YYMAXDEPTH   10000

#define ACE_YYMAXUTOK   271

#define ACE_YYNNTS   21

#define ACE_YYNRULES   45

#define ACE_YYNSTATES   66

#define ACE_YYNTOKENS   23

#define ACE_YYPACT_NINF   -13

#define ACE_YYPOPSTACK   (ace_yyvsp--, ace_yyssp--)

#define ACE_YYPURE   1

 
#define ACE_YYRECOVERING (  )     (!!ace_yyerrstatus)

#define ACE_YYRHSLOC ( Rhs,
 )     ((Rhs)[K])

#define ACE_YYSIZE_T   size_t

#define ACE_YYSKELETON_NAME   "yacc.c"

#define ACE_YYSTACK_ALLOC   ACE_YYMALLOC

#define ACE_YYSTACK_FREE   ACE_YYFREE

#define ACE_YYTABLE_NINF   -1

#define ACE_YYTERROR   1

#define ACE_YYTRANSLATE ( ACE_YYX   )     ((unsigned int) (ACE_YYX) <= ACE_YYMAXUTOK ? ace_yytranslate[ACE_YYX] : ACE_YYUNDEFTOK)

#define ACE_YYUNDEFTOK   2


Typedef Documentation

typedef signed char ace_yysigned_char


Enumeration Type Documentation

enum ace_yytokentype

Enumerator:
ACE_DYNAMIC 
ACE_STATIC 
ACE_SUSPEND 
ACE_RESUME 
ACE_REMOVE 
ACE_USTREAM 
ACE_MODULE_T 
ACE_STREAM_T 
ACE_SVC_OBJ_T 
ACE_ACTIVE 
ACE_INACTIVE 
ACE_PATHNAME 
ACE_IDENT 
ACE_STRING 
ACE_DYNAMIC 
ACE_STATIC 
ACE_SUSPEND 
ACE_RESUME 
ACE_REMOVE 
ACE_USTREAM 
ACE_MODULE_T 
ACE_STREAM_T 
ACE_SVC_OBJ_T 
ACE_ACTIVE 
ACE_INACTIVE 
ACE_PATHNAME 
ACE_IDENT 
ACE_STRING 


Function Documentation

static ACE_Module_Type * ace_get_module ( const ACE_Service_Type sr,
const ACE_TCHAR svc_name,
int &  ace_ace_yyerrno 
) [static]

static ACE_Module_Type * ace_get_module ( const ACE_Service_Type sr,
const ACE_Service_Type sv,
int &  ace_ace_yyerrno 
) [static]

static void ace_yydestruct ( const char *  ace_yymsg,
int  ace_yytype,
ACE_YYSTYPE ace_yyvaluep 
) [static]

void ace_yyerror ( int  ace_yyerrno,
int  ace_yylineno,
char const *  s 
)

Error handling routine required by YACC or BISON.

ACE_BEGIN_VERSIONED_NAMESPACE_DECL int ace_yyparse ( void *  ACE_YYPARSE_PARAM  ) 


Variable Documentation

const ace_yysigned_char ace_yycheck[] [static]

Initial value:

{
       9,     9,     3,     4,     5,     6,     7,     3,     4,    14,
      15,    16,    12,    13,    19,    17,    15,    18,    15,    15,
       0,     1,    15,     3,     4,     5,     6,     7,     8,    15,
       9,    10,    11,    15,    22,    16,    19,    22,    22,    15,
      15,    53,    20,    20,    53,    53,    53,    21,    21,    53,
      19,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
      -1,    -1,    34
}

const unsigned char ace_yydefact[] [static]

Initial value:

{
       4,     0,     1,     3,     0,     0,     0,     0,     0,     0,
       2,     5,     6,     7,     8,     9,    10,     0,    42,    42,
      13,    14,    15,    17,    19,    20,    23,     0,     0,     0,
       0,    41,    11,    12,    23,    21,    16,    38,    40,    39,
      43,    44,    45,     0,    34,     0,    18,    25,     0,    32,
      33,    31,     0,     0,     0,    35,    22,    26,    27,    28,
      29,    30,    24,    37,     0,    36
}

const ace_yysigned_char ace_yydefgoto[] [static]

Initial value:

{
      -1,     1,    10,    11,    12,    13,    14,    15,    16,    34,
      26,    36,    47,    53,    62,    18,    51,    44,    30,    32,
      45
}

const ace_yysigned_char ace_yypact[] [static]

Initial value:

{
     -13,    20,   -13,   -13,     1,     3,     7,    14,    18,     4,
     -13,   -13,   -13,   -13,   -13,   -13,   -13,    21,    19,    19,
     -13,   -13,   -13,   -13,   -13,   -13,    -2,    12,    15,    16,
      -5,   -13,   -13,   -13,    -2,   -13,   -13,   -13,   -13,   -13,
     -13,   -13,   -13,    24,     0,    17,   -13,   -13,    22,   -13,
     -13,   -13,    25,    -1,    26,    23,   -13,   -13,   -13,   -13,
     -13,   -13,   -13,   -13,    27,   -13
}

const ace_yysigned_char ace_yypgoto[] [static]

Initial value:

{
     -13,   -13,   -13,    -9,    -8,   -12,    -7,    -4,   -13,   -13,
     -13,    28,   -13,   -13,   -13,   -13,   -13,   -13,   -13,    31,
     -13
}

const unsigned char ace_yyr1[] [static]

Initial value:

{
       0,    23,    24,    24,    24,    25,    25,    25,    25,    25,
      25,    26,    27,    28,    29,    30,    31,    32,    31,    33,
      33,    35,    34,    34,    36,    36,    37,    37,    37,    37,
      37,    38,    39,    39,    39,    40,    40,    40,    41,    41,
      41,    42,    42,    43,    43,    43
}

const unsigned char ace_yyr2[] [static]

Initial value:

{
       0,     2,     2,     2,     0,     1,     1,     1,     1,     1,
       1,     3,     3,     2,     2,     2,     3,     0,     4,     1,
       1,     0,     4,     0,     2,     0,     1,     1,     1,     1,
       1,     4,     1,     1,     0,     3,     5,     4,     2,     2,
       2,     1,     0,     1,     1,     1
}

const unsigned char ace_yystos[] [static]

Initial value:

{
       0,    24,     0,     1,     3,     4,     5,     6,     7,     8,
      25,    26,    27,    28,    29,    30,    31,    15,    38,    15,
      15,    15,    15,    15,    26,    27,    33,     9,    10,    11,
      41,    16,    42,    42,    32,    17,    34,    22,    22,    22,
      14,    15,    16,    19,    40,    43,    34,    35,    15,    12,
      13,    39,    19,    36,    20,    15,    18,    26,    27,    28,
      29,    30,    37,    21,    20,    21
}

const unsigned char ace_yytable[] [static]

Initial value:

{
      24,    25,     4,     5,     6,     7,     8,     4,     5,    40,
      41,    42,    49,    50,    43,    35,    17,    56,    19,    23,
       2,     3,    20,     4,     5,     6,     7,     8,     9,    21,
      27,    28,    29,    22,    37,    31,    52,    38,    39,    48,
      55,    59,    54,    64,    57,    58,    60,    63,    65,    61,
      33,     0,     0,     0,     0,     0,     0,     0,     0,     0,
       0,     0,    46
}

const unsigned char ace_yytranslate[] [static]


Generated on Fri Dec 14 03:22:36 2007 for ACE by  doxygen 1.5.3-6