C# Class Bind.GL.Generator

Inheritance: IBind
Show file Open project: hultqvist/opentk

Protected Properties

Property Type Description
SpecReader ISpecReader
csTypemap string
enumSpec string
enumSpecExt string
enumToDotNet System.Text.RegularExpressions.Regex
glSpec string
glSpecExt string
glTypemap string
loadAllFuncName string
numbers char[]

Public Methods

Method Description
Generator ( ) : System
Process ( ) : void

Method Details

Generator() public method

public Generator ( ) : System
return System

Process() public method

public Process ( ) : void
return void

Property Details

SpecReader protected property

protected ISpecReader SpecReader
return ISpecReader

csTypemap protected static property

protected static string csTypemap
return string

enumSpec protected static property

protected static string enumSpec
return string

enumSpecExt protected static property

protected static string enumSpecExt
return string

enumToDotNet protected static property

protected static Regex,System.Text.RegularExpressions enumToDotNet
return System.Text.RegularExpressions.Regex

glSpec protected static property

protected static string glSpec
return string

glSpecExt protected static property

protected static string glSpecExt
return string

glTypemap protected static property

protected static string glTypemap
return string

loadAllFuncName protected static property

protected static string loadAllFuncName
return string

numbers protected static property

protected static char[] numbers
return char[]