Opentk/Source/Bind/Structures
Stefanos A. 1b937b48f8 Simplifed Constant.Reference resolution
Instead of recursing, we use a simple do..while loop to resolve the
transitive reference of a constant. If there is a loop at any point, we
stop and use a brute force search over all tokens. If this still fails
to resolve the reference, then we report this reference as unresolved.
2013-10-28 14:07:45 +01:00
..
Constant.cs Simplifed Constant.Reference resolution 2013-10-28 14:07:45 +01:00
Delegate.cs Moved more transformations into the *Processor classes. 2013-10-27 01:30:45 +02:00
Enum.cs Made IsFlagsCollection read-write 2013-10-27 17:35:36 +01:00
FlowDirection.cs Applied Barlog's refactoring patch for using directives. 2009-08-17 12:28:22 +00:00
Function.cs Moved more transformations into the *Processor classes. 2013-10-27 01:30:45 +02:00
Parameter.cs Moved more transformations into the *Processor classes. 2013-10-27 01:30:45 +02:00
Type.cs Moved more transformations into the *Processor classes. 2013-10-27 01:30:45 +02:00