C# Class Bind.Utilities

Show file Open project: hultqvist/opentk

Public Properties

Property Type Description
Acronyms System.Text.RegularExpressions.Regex
Extensions System.Text.RegularExpressions.Regex
Separators char[]

Private Methods

Method Description
GetGL2Extension ( string name ) : string
IsGL2Extension ( string function ) : bool
Merge ( Bind.Structures.Enum s, Constant t ) : Bind.Structures.Enum

Places a new constant in the specified enum, if it doesn't already exist. The existing constant is replaced iff the new has a numeric value and the old has a reference value (eg 0x5 is preferred over AttribMask.Foo)

Merge ( DelegateCollection delegates, Bind.Structures.Delegate t ) : void
Merge ( DelegateCollection delegates, DelegateCollection new_delegates ) : void
Merge ( EnumCollection enums, Bind.Structures.Enum t ) : void

Merges the given enum into the enum list. If an enum of the same name exists, it merges their respective constants.

Merge ( EnumCollection enums, EnumCollection new_enums ) : void
OpenSpecFile ( string folder, string file ) : StreamReader
StripGL2Extension ( string p ) : string

Property Details

Acronyms public static property

public static Regex,System.Text.RegularExpressions Acronyms
return System.Text.RegularExpressions.Regex

Extensions public static property

public static Regex,System.Text.RegularExpressions Extensions
return System.Text.RegularExpressions.Regex

Separators public static property

public static char[] Separators
return char[]