39 |
#ifndef ASC_INSTANCE_NAME_H |
#ifndef ASC_INSTANCE_NAME_H |
40 |
#define ASC_INSTANCE_NAME_H |
#define ASC_INSTANCE_NAME_H |
41 |
|
|
42 |
|
/** addtogroup compiler Compiler |
43 |
|
@{ |
44 |
|
*/ |
45 |
|
|
46 |
enum NameTypes { |
enum NameTypes { |
47 |
IntArrayIndex, /**< integer array index */ |
IntArrayIndex, /**< integer array index */ |
48 |
StrArrayIndex, /**< string array index */ |
StrArrayIndex, /**< string array index */ |
100 |
* Set the integer index of InstanceName structure in to int_index (a long). |
* Set the integer index of InstanceName structure in to int_index (a long). |
101 |
*/ |
*/ |
102 |
|
|
103 |
|
/* @} */ |
104 |
|
|
105 |
#endif /* ASC_INSTANCE_NAME_H */ |
#endif /* ASC_INSTANCE_NAME_H */ |
106 |
|
|