DotNet Reference

DotNet Reference

Int64VectorVector

Detailed Description

Definition at line 18 of file constraint_solver/Int64VectorVector.cs.

Classes

class  Int64VectorVectorEnumerator
 Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. More...
 

Public Member Functions

void Dispose ()
 
 Int64VectorVector (global::System.Collections.IEnumerable c)
 
 Int64VectorVector (global::System.Collections.Generic.IEnumerable< Int64Vector > c)
 
void CopyTo (Int64Vector[] array)
 
void CopyTo (Int64Vector[] array, int arrayIndex)
 
void CopyTo (int index, Int64Vector[] array, int arrayIndex, int count)
 
Int64Vector[] ToArray ()
 
Int64VectorVectorEnumerator GetEnumerator ()
 
void Clear ()
 
void Add (Int64Vector x)
 
 Int64VectorVector ()
 
 Int64VectorVector (Int64VectorVector other)
 
 Int64VectorVector (int capacity)
 
void AddRange (Int64VectorVector values)
 
Int64VectorVector GetRange (int index, int count)
 
void Insert (int index, Int64Vector x)
 
void InsertRange (int index, Int64VectorVector values)
 
void RemoveAt (int index)
 
void RemoveRange (int index, int count)
 
void Reverse ()
 
void Reverse (int index, int count)
 
void SetRange (int index, Int64VectorVector values)
 

Static Public Member Functions

static Int64VectorVector Repeat (Int64Vector value, int count)
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Protected Attributes

bool swigCMemOwn
 

Properties

bool IsFixedSize [get]
 
bool IsReadOnly [get]
 
Int64Vector this[int index] [get, set]
 
int Capacity [get, set]
 
int Count [get]
 
bool IsSynchronized [get]
 

Constructor & Destructor Documentation

◆ Int64VectorVector() [1/5]

Int64VectorVector ( global::System.Collections.IEnumerable  c)
inline

Definition at line 53 of file constraint_solver/Int64VectorVector.cs.

◆ Int64VectorVector() [2/5]

Int64VectorVector ( global::System.Collections.Generic.IEnumerable< Int64Vector c)
inline

Definition at line 61 of file constraint_solver/Int64VectorVector.cs.

◆ Int64VectorVector() [3/5]

Int64VectorVector ( )
inline

Definition at line 248 of file constraint_solver/Int64VectorVector.cs.

◆ Int64VectorVector() [4/5]

Definition at line 251 of file constraint_solver/Int64VectorVector.cs.

◆ Int64VectorVector() [5/5]

Int64VectorVector ( int  capacity)
inline

Definition at line 255 of file constraint_solver/Int64VectorVector.cs.

Member Function Documentation

◆ Add()

void Add ( Int64Vector  x)
inline

Definition at line 229 of file constraint_solver/Int64VectorVector.cs.

◆ AddRange()

void AddRange ( Int64VectorVector  values)
inline

Definition at line 276 of file constraint_solver/Int64VectorVector.cs.

◆ Clear()

void Clear ( )
inline

Definition at line 225 of file constraint_solver/Int64VectorVector.cs.

◆ CopyTo() [1/3]

void CopyTo ( int  index,
Int64Vector[]  array,
int  arrayIndex,
int  count 
)
inline

Definition at line 123 of file constraint_solver/Int64VectorVector.cs.

◆ CopyTo() [2/3]

void CopyTo ( Int64Vector[]  array)
inline

Definition at line 113 of file constraint_solver/Int64VectorVector.cs.

◆ CopyTo() [3/3]

void CopyTo ( Int64Vector[]  array,
int  arrayIndex 
)
inline

Definition at line 118 of file constraint_solver/Int64VectorVector.cs.

◆ Dispose() [1/2]

void Dispose ( )
inline

Definition at line 36 of file constraint_solver/Int64VectorVector.cs.

◆ Dispose() [2/2]

virtual void Dispose ( bool  disposing)
inlineprotectedvirtual

Definition at line 41 of file constraint_solver/Int64VectorVector.cs.

◆ GetEnumerator()

Int64VectorVectorEnumerator GetEnumerator ( )
inline

Definition at line 155 of file constraint_solver/Int64VectorVector.cs.

◆ GetRange()

Int64VectorVector GetRange ( int  index,
int  count 
)
inline

Definition at line 281 of file constraint_solver/Int64VectorVector.cs.

◆ Insert()

void Insert ( int  index,
Int64Vector  x 
)
inline

Definition at line 288 of file constraint_solver/Int64VectorVector.cs.

◆ InsertRange()

void InsertRange ( int  index,
Int64VectorVector  values 
)
inline

Definition at line 293 of file constraint_solver/Int64VectorVector.cs.

◆ RemoveAt()

void RemoveAt ( int  index)
inline

Definition at line 298 of file constraint_solver/Int64VectorVector.cs.

◆ RemoveRange()

void RemoveRange ( int  index,
int  count 
)
inline

Definition at line 303 of file constraint_solver/Int64VectorVector.cs.

◆ Repeat()

static Int64VectorVector Repeat ( Int64Vector  value,
int  count 
)
inlinestatic

Definition at line 308 of file constraint_solver/Int64VectorVector.cs.

◆ Reverse() [1/2]

void Reverse ( )
inline

Definition at line 315 of file constraint_solver/Int64VectorVector.cs.

◆ Reverse() [2/2]

void Reverse ( int  index,
int  count 
)
inline

Definition at line 319 of file constraint_solver/Int64VectorVector.cs.

◆ SetRange()

void SetRange ( int  index,
Int64VectorVector  values 
)
inline

Definition at line 324 of file constraint_solver/Int64VectorVector.cs.

◆ ToArray()

Int64Vector [] ToArray ( )
inline

Definition at line 141 of file constraint_solver/Int64VectorVector.cs.

Member Data Documentation

◆ swigCMemOwn

bool swigCMemOwn
protected

Definition at line 21 of file constraint_solver/Int64VectorVector.cs.

Property Documentation

◆ Capacity

int Capacity
getset

Definition at line 90 of file constraint_solver/Int64VectorVector.cs.

◆ Count

int Count
get

Definition at line 101 of file constraint_solver/Int64VectorVector.cs.

◆ IsFixedSize

bool IsFixedSize
get

Definition at line 69 of file constraint_solver/Int64VectorVector.cs.

◆ IsReadOnly

bool IsReadOnly
get

Definition at line 75 of file constraint_solver/Int64VectorVector.cs.

◆ IsSynchronized

bool IsSynchronized
get

Definition at line 107 of file constraint_solver/Int64VectorVector.cs.

◆ this[int index]

Int64Vector this[int index]
getset

Definition at line 81 of file constraint_solver/Int64VectorVector.cs.


The documentation for this class was generated from the following file: