|
|
(9 intermediate revisions by 3 users not shown) |
Line 1: |
Line 1: |
| ===Pointers=== | | <categorytree mode=pages style="background-color:GhostWhite;"> |
| * [[Can STRIDE marshal both data and pointers?]]
| | SCL |
| * [[Can an array be cast to a pointer?]]
| | </categorytree> |
| * [[Casting and pointers]]
| |
| * [[Accessing target data while processing a proxy call]]
| |
|
| |
|
| ===Arrays===
| | [[Category: Reference]] |
| * [[How do I apply an SCL pragma to an array?]]
| |
| * [[Assigning array elements]]
| |
| * [[How does the STRIDE compiler handle zero-length arrays?]]
| |
| | |
| ===Callbacks===
| |
| * [[Accessing the return value of a function using scripting]]
| |
| * [[Are multiple callbacks possible?]]
| |
| * [[Callback functions in Perl scripts]]
| |
| | |
| ===Workarounds===
| |
| * [[How do I work around variable arguments for stubs?]]
| |
| * [[Understanding SCL conflicts]]
| |
| | |
| ===Unions===
| |
| * [[Applying pragmas up and down type chains]]
| |
| | |
| ===Miscellaneous SCL topics===
| |
| * [[Working with "default" candidates]]
| |
| * [[Advantages and disadvantages of "default" candidates]]
| |