
Go to the source code of this file.
| #define ACE_ACTIVE 267 |
Definition at line 70 of file Svc_Conf_Token_Table.h.
| #define ACE_DYNAMIC 258 |
Definition at line 61 of file Svc_Conf_Token_Table.h.
| #define ACE_IDENT 270 |
Definition at line 73 of file Svc_Conf_Token_Table.h.
| #define ACE_INACTIVE 268 |
Definition at line 71 of file Svc_Conf_Token_Table.h.
| #define ACE_MODULE_T 264 |
Definition at line 67 of file Svc_Conf_Token_Table.h.
| #define ACE_PATHNAME 269 |
Definition at line 72 of file Svc_Conf_Token_Table.h.
| #define ACE_REMOVE 262 |
Definition at line 65 of file Svc_Conf_Token_Table.h.
| #define ACE_RESUME 261 |
Definition at line 64 of file Svc_Conf_Token_Table.h.
| #define ACE_STATIC 259 |
Definition at line 62 of file Svc_Conf_Token_Table.h.
| #define ACE_STREAM_T 265 |
Definition at line 68 of file Svc_Conf_Token_Table.h.
| #define ACE_STRING 271 |
Definition at line 74 of file Svc_Conf_Token_Table.h.
| #define ACE_SUSPEND 260 |
Definition at line 63 of file Svc_Conf_Token_Table.h.
| #define ACE_SVC_OBJ_T 266 |
Definition at line 69 of file Svc_Conf_Token_Table.h.
| #define ACE_USTREAM 263 |
Definition at line 66 of file Svc_Conf_Token_Table.h.
| #define ace_yystype YYSTYPE |
Definition at line 81 of file Svc_Conf_Token_Table.h.
| #define YYSTYPE_IS_DECLARED 1 |
Definition at line 82 of file Svc_Conf_Token_Table.h.
| #define YYSTYPE_IS_TRIVIAL 1 |
Definition at line 83 of file Svc_Conf_Token_Table.h.
| typedef int YYSTYPE |
Definition at line 80 of file Svc_Conf_Token_Table.h.
| enum ace_yytokentype |
Definition at line 43 of file Svc_Conf_Token_Table.h.
{
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
};
1.7.0