DotNet Reference
DotNet Reference
Detailed Description
Definition at line 18 of file IntTupleSet.cs.
Public Member Functions | |
| void | Dispose () |
| IntTupleSet (int arity) | |
| IntTupleSet (IntTupleSet set) | |
| void | Clear () |
| int | Insert (int[] tuple) |
| int | Insert (long[] tuple) |
| int | Insert2 (long v0, long v1) |
| int | Insert3 (long v0, long v1, long v2) |
| int | Insert4 (long v0, long v1, long v2, long v3) |
| void | InsertAll (long[][] tuples) |
| void | InsertAll (int[][] tuples) |
| bool | Contains (int[] tuple) |
| bool | Contains (long[] tuple) |
| int | NumTuples () |
| long | Value (int tuple_index, int pos_in_tuple) |
| int | Arity () |
| int | NumDifferentValuesInColumn (int col) |
| IntTupleSet | SortedByColumn (int col) |
| IntTupleSet | SortedLexicographically () |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
Protected Attributes | |
| bool | swigCMemOwn |
Constructor & Destructor Documentation
◆ IntTupleSet() [1/2]
|
inline |
Definition at line 52 of file IntTupleSet.cs.
◆ IntTupleSet() [2/2]
|
inline |
Definition at line 55 of file IntTupleSet.cs.
Member Function Documentation
◆ Arity()
|
inline |
Definition at line 124 of file IntTupleSet.cs.
◆ Clear()
|
inline |
Definition at line 59 of file IntTupleSet.cs.
◆ Contains() [1/2]
|
inline |
Definition at line 104 of file IntTupleSet.cs.
◆ Contains() [2/2]
|
inline |
Definition at line 109 of file IntTupleSet.cs.
◆ Dispose() [1/2]
|
inline |
Definition at line 35 of file IntTupleSet.cs.
◆ Dispose() [2/2]
|
inlineprotectedvirtual |
Definition at line 40 of file IntTupleSet.cs.
◆ Insert() [1/2]
|
inline |
Definition at line 63 of file IntTupleSet.cs.
◆ Insert() [2/2]
|
inline |
Definition at line 68 of file IntTupleSet.cs.
◆ Insert2()
|
inline |
Definition at line 73 of file IntTupleSet.cs.
◆ Insert3()
|
inline |
Definition at line 78 of file IntTupleSet.cs.
◆ Insert4()
|
inline |
Definition at line 83 of file IntTupleSet.cs.
◆ InsertAll() [1/2]
|
inline |
Definition at line 96 of file IntTupleSet.cs.
◆ InsertAll() [2/2]
|
inline |
Definition at line 88 of file IntTupleSet.cs.
◆ NumDifferentValuesInColumn()
|
inline |
Definition at line 129 of file IntTupleSet.cs.
◆ NumTuples()
|
inline |
Definition at line 114 of file IntTupleSet.cs.
◆ SortedByColumn()
|
inline |
Definition at line 134 of file IntTupleSet.cs.
◆ SortedLexicographically()
|
inline |
Definition at line 139 of file IntTupleSet.cs.
◆ Value()
|
inline |
Definition at line 119 of file IntTupleSet.cs.
Member Data Documentation
◆ swigCMemOwn
|
protected |
Definition at line 20 of file IntTupleSet.cs.
The documentation for this class was generated from the following file: