DotNet Reference

DotNet Reference

UtilInt64VectorVector

Detailed Description

Definition at line 17 of file sat/UtilInt64VectorVector.cs.

Classes

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

Public Member Functions

virtual void Dispose ()
 
 UtilInt64VectorVector (global::System.Collections.ICollection c)
 
void CopyTo (UtilInt64Vector[] array)
 
void CopyTo (UtilInt64Vector[] array, int arrayIndex)
 
void CopyTo (int index, UtilInt64Vector[] array, int arrayIndex, int count)
 
UtilInt64VectorVectorEnumerator GetEnumerator ()
 
void Clear ()
 
void Add (UtilInt64Vector x)
 
 UtilInt64VectorVector ()
 
 UtilInt64VectorVector (UtilInt64VectorVector other)
 
 UtilInt64VectorVector (int capacity)
 
void AddRange (UtilInt64VectorVector values)
 
UtilInt64VectorVector GetRange (int index, int count)
 
void Insert (int index, UtilInt64Vector x)
 
void InsertRange (int index, UtilInt64VectorVector values)
 
void RemoveAt (int index)
 
void RemoveRange (int index, int count)
 
void Reverse ()
 
void Reverse (int index, int count)
 
void SetRange (int index, UtilInt64VectorVector values)
 

Static Public Member Functions

static UtilInt64VectorVector Repeat (UtilInt64Vector value, int count)
 

Protected Attributes

bool swigCMemOwn
 

Properties

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

Constructor & Destructor Documentation

◆ UtilInt64VectorVector() [1/4]

UtilInt64VectorVector ( global::System.Collections.ICollection  c)
inline

Definition at line 49 of file sat/UtilInt64VectorVector.cs.

◆ UtilInt64VectorVector() [2/4]

Definition at line 230 of file sat/UtilInt64VectorVector.cs.

◆ UtilInt64VectorVector() [3/4]

Definition at line 233 of file sat/UtilInt64VectorVector.cs.

◆ UtilInt64VectorVector() [4/4]

UtilInt64VectorVector ( int  capacity)
inline

Definition at line 237 of file sat/UtilInt64VectorVector.cs.

Member Function Documentation

◆ Add()

void Add ( UtilInt64Vector  x)
inline

Definition at line 211 of file sat/UtilInt64VectorVector.cs.

◆ AddRange()

void AddRange ( UtilInt64VectorVector  values)
inline

Definition at line 258 of file sat/UtilInt64VectorVector.cs.

◆ Clear()

void Clear ( )
inline

Definition at line 207 of file sat/UtilInt64VectorVector.cs.

◆ CopyTo() [1/3]

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

Definition at line 111 of file sat/UtilInt64VectorVector.cs.

◆ CopyTo() [2/3]

void CopyTo ( UtilInt64Vector[]  array)
inline

Definition at line 101 of file sat/UtilInt64VectorVector.cs.

◆ CopyTo() [3/3]

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

Definition at line 106 of file sat/UtilInt64VectorVector.cs.

◆ Dispose()

virtual void Dispose ( )
inlinevirtual

Definition at line 36 of file sat/UtilInt64VectorVector.cs.

◆ GetEnumerator()

UtilInt64VectorVectorEnumerator GetEnumerator ( )
inline

Definition at line 137 of file sat/UtilInt64VectorVector.cs.

◆ GetRange()

UtilInt64VectorVector GetRange ( int  index,
int  count 
)
inline

Definition at line 263 of file sat/UtilInt64VectorVector.cs.

◆ Insert()

void Insert ( int  index,
UtilInt64Vector  x 
)
inline

Definition at line 270 of file sat/UtilInt64VectorVector.cs.

◆ InsertRange()

void InsertRange ( int  index,
UtilInt64VectorVector  values 
)
inline

Definition at line 275 of file sat/UtilInt64VectorVector.cs.

◆ RemoveAt()

void RemoveAt ( int  index)
inline

Definition at line 280 of file sat/UtilInt64VectorVector.cs.

◆ RemoveRange()

void RemoveRange ( int  index,
int  count 
)
inline

Definition at line 285 of file sat/UtilInt64VectorVector.cs.

◆ Repeat()

static UtilInt64VectorVector Repeat ( UtilInt64Vector  value,
int  count 
)
inlinestatic

Definition at line 290 of file sat/UtilInt64VectorVector.cs.

◆ Reverse() [1/2]

void Reverse ( )
inline

Definition at line 297 of file sat/UtilInt64VectorVector.cs.

◆ Reverse() [2/2]

void Reverse ( int  index,
int  count 
)
inline

Definition at line 301 of file sat/UtilInt64VectorVector.cs.

◆ SetRange()

void SetRange ( int  index,
UtilInt64VectorVector  values 
)
inline

Definition at line 306 of file sat/UtilInt64VectorVector.cs.

Member Data Documentation

◆ swigCMemOwn

bool swigCMemOwn
protected

Definition at line 21 of file sat/UtilInt64VectorVector.cs.

Property Documentation

◆ Capacity

int Capacity
getset

Definition at line 78 of file sat/UtilInt64VectorVector.cs.

◆ Count

int Count
get

Definition at line 89 of file sat/UtilInt64VectorVector.cs.

◆ IsFixedSize

bool IsFixedSize
get

Definition at line 57 of file sat/UtilInt64VectorVector.cs.

◆ IsReadOnly

bool IsReadOnly
get

Definition at line 63 of file sat/UtilInt64VectorVector.cs.

◆ IsSynchronized

bool IsSynchronized
get

Definition at line 95 of file sat/UtilInt64VectorVector.cs.

◆ this[int index]

UtilInt64Vector this[int index]
getset

Definition at line 69 of file sat/UtilInt64VectorVector.cs.


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