#include <string>#include "shared_ptr.hxx"#include "AST.hxx"#include "Type.hxx"#include "UocInfo.hxx"Go to the source code of this file.
Data Structures | |
| struct | spStruct |
| struct | SpecialNames |
Enumerations | |
| enum | SpNameId { SP_NAME_INTEGER = 0x1u, SP_NAME_FP = 0x2u, SP_NAME_IOB = 0x3u, SP_NAME_LT = 0x4u, SP_NAME_REF_TYPES = 0x5u, SP_NAME_COPY_COMPAT = 0x6u, SP_NAME_COPY_FROM_TO = 0x7u, SP_NAME_HAS_FIELD = 0x8u } |
| enum SpNameId |
| SP_NAME_INTEGER | |
| SP_NAME_FP | |
| SP_NAME_IOB | |
| SP_NAME_LT | |
| SP_NAME_REF_TYPES | |
| SP_NAME_COPY_COMPAT | |
| SP_NAME_COPY_FROM_TO | |
| SP_NAME_HAS_FIELD |
Definition at line 70 of file Special.hxx.
1.4.7