Method | Description | |
---|---|---|
CheckOwnsNothing ( ) : void |
Fail if this FST still owns either of the objects.
|
|
Move1 ( ) : |
Return the 1st FST, releasing the ownership.
|
|
Move2 ( ) : |
Return the 2nd FST, releasing the ownership.
|
|
SplitIndex ( int &result1, int &result2, int index ) : void | ||
SplitIndices ( Intarray result1, Intarray result2, Intarray indices ) : void |
public abstract Move1 ( ) : |
||
return |
public abstract Move2 ( ) : |
||
return |
public abstract SplitIndex ( int &result1, int &result2, int index ) : void | ||
result1 | int | |
result2 | int | |
index | int | |
return | void |
public abstract SplitIndices ( Intarray result1, Intarray result2, Intarray indices ) : void | ||
result1 | Intarray | |
result2 | Intarray | |
indices | Intarray | |
return | void |