Opentk/Source/Bind/Structures
Stefanos A. f0e0195799 Avoid singletons; improve ToString()
This is part of a long-due series of source cleanup patches. ToString()
is no longer used for code generation (code generation is handled by an
ISpecWriter instance.) Enum is no longer public. EnumCollection now
exposes its backing store through an interface, rather than a concrete
class (simpler to change backing store in the future.)
2013-11-01 09:21:50 +01:00
..
Constant.cs Avoid singletons; improved ToString() 2013-11-01 09:18:53 +01:00
Delegate.cs Avoid singletons; Move logic to FuncProcessor 2013-11-01 09:15:02 +01:00
Enum.cs Avoid singletons; improve ToString() 2013-11-01 09:21:50 +01:00
FlowDirection.cs Applied Barlog's refactoring patch for using directives. 2009-08-17 12:28:22 +00:00
Function.cs Avoid singletons; logic in FuncProcessor 2013-11-01 09:17:34 +01:00
Parameter.cs Avoid singletons; Translate*() in FuncProcessor 2013-11-01 09:13:06 +01:00
Type.cs Avoid singletons; Translate*() in FuncProcessor 2013-11-01 09:10:46 +01:00