C# Class Henchmen.Lua.Libs.TableLib

ファイルを表示 Open project: henchmeninteractive/HenchLua

Public Properties

Property Type Description
Insert Callable
Name_Insert LString
Name_Remove LString
Name_Sort LString
Name_Table LString
Name_Unpack LString
Remove Callable
Sort Callable
Unpack Callable

Public Methods

Method Description
SetTableMethods ( Table globals ) : void

Private Methods

Method Description
QSort ( System.Thread thread, Table list, Callable less, int l, int u ) : void
TInsert ( System.Thread l ) : int
TRemove ( System.Thread l ) : int
TSort ( System.Thread l ) : int
TUnpack ( System.Thread l ) : int

Method Details

SetTableMethods() public static method

public static SetTableMethods ( Table globals ) : void
globals Table
return void

Property Details

Insert public_oe static_oe property

public static Callable Insert
return Callable

Name_Insert public_oe static_oe property

public static LString Name_Insert
return LString

Name_Remove public_oe static_oe property

public static LString Name_Remove
return LString

Name_Sort public_oe static_oe property

public static LString Name_Sort
return LString

Name_Table public_oe static_oe property

public static LString Name_Table
return LString

Name_Unpack public_oe static_oe property

public static LString Name_Unpack
return LString

Remove public_oe static_oe property

public static Callable Remove
return Callable

Sort public_oe static_oe property

public static Callable Sort
return Callable

Unpack public_oe static_oe property

public static Callable Unpack
return Callable