|
Lines 85-91
public unsafe struct TypeDescriptionRefe
Link Here
|
| 85 |
public uno.rtl.UString * pTypeName; |
85 |
public uno.rtl.UString * pTypeName; |
| 86 |
/** pointer to full typedescription; this value is only valid if the type is never swapped out |
86 |
/** pointer to full typedescription; this value is only valid if the type is never swapped out |
| 87 |
*/ |
87 |
*/ |
| 88 |
public TypeDescription * pType; |
88 |
public void * pType; |
| 89 |
/** pointer to optimize the runtime; not for public use |
89 |
/** pointer to optimize the runtime; not for public use |
| 90 |
*/ |
90 |
*/ |
| 91 |
public void * pUniqueIdentifier; |
91 |
public void * pUniqueIdentifier; |
|
Lines 136-142
public unsafe struct TypeDescription
Link Here
|
| 136 |
public uno.rtl.UString * pTypeName; |
136 |
public uno.rtl.UString * pTypeName; |
| 137 |
/** pointer to self to distinguish reference from description; for internal use only |
137 |
/** pointer to self to distinguish reference from description; for internal use only |
| 138 |
*/ |
138 |
*/ |
| 139 |
public TypeDescription * pSelf; |
139 |
public void * pSelf; |
| 140 |
/** pointer to optimize the runtime; not for public use |
140 |
/** pointer to optimize the runtime; not for public use |
| 141 |
*/ |
141 |
*/ |
| 142 |
public void * pUniqueIdentifier; |
142 |
public void * pUniqueIdentifier; |