DotNet Reference

DotNet Reference

UtilInt64Vector

Detailed Description

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

Classes

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

Public Member Functions

virtual void Dispose ()
 
 UtilInt64Vector (global::System.Collections.ICollection c)
 
void CopyTo (long[] array)
 
void CopyTo (long[] array, int arrayIndex)
 
void CopyTo (int index, long[] array, int arrayIndex, int count)
 
UtilInt64VectorEnumerator GetEnumerator ()
 
void Clear ()
 
void Add (long x)
 
 UtilInt64Vector ()
 
 UtilInt64Vector (UtilInt64Vector other)
 
 UtilInt64Vector (int capacity)
 
void AddRange (UtilInt64Vector values)
 
UtilInt64Vector GetRange (int index, int count)
 
void Insert (int index, long x)
 
void InsertRange (int index, UtilInt64Vector values)
 
void RemoveAt (int index)
 
void RemoveRange (int index, int count)
 
void Reverse ()
 
void Reverse (int index, int count)
 
void SetRange (int index, UtilInt64Vector values)
 
bool Contains (long value)
 
int IndexOf (long value)
 
int LastIndexOf (long value)
 
bool Remove (long value)
 

Static Public Member Functions

static UtilInt64Vector Repeat (long value, int count)
 

Protected Attributes

bool swigCMemOwn
 

Properties

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

Constructor & Destructor Documentation

◆ UtilInt64Vector() [1/4]

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

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

◆ UtilInt64Vector() [2/4]

UtilInt64Vector ( )
inline

Definition at line 229 of file sat/UtilInt64Vector.cs.

◆ UtilInt64Vector() [3/4]

UtilInt64Vector ( UtilInt64Vector  other)
inline

Definition at line 232 of file sat/UtilInt64Vector.cs.

◆ UtilInt64Vector() [4/4]

UtilInt64Vector ( int  capacity)
inline

Definition at line 236 of file sat/UtilInt64Vector.cs.

Member Function Documentation

◆ Add()

void Add ( long  x)
inline

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

◆ AddRange()

void AddRange ( UtilInt64Vector  values)
inline

Definition at line 257 of file sat/UtilInt64Vector.cs.

◆ Clear()

void Clear ( )
inline

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

◆ Contains()

bool Contains ( long  value)
inline

Definition at line 310 of file sat/UtilInt64Vector.cs.

◆ CopyTo() [1/3]

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

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

◆ CopyTo() [2/3]

void CopyTo ( long[]  array)
inline

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

◆ CopyTo() [3/3]

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

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

◆ Dispose()

virtual void Dispose ( )
inlinevirtual

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

◆ GetEnumerator()

UtilInt64VectorEnumerator GetEnumerator ( )
inline

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

◆ GetRange()

UtilInt64Vector GetRange ( int  index,
int  count 
)
inline

Definition at line 262 of file sat/UtilInt64Vector.cs.

◆ IndexOf()

int IndexOf ( long  value)
inline

Definition at line 315 of file sat/UtilInt64Vector.cs.

◆ Insert()

void Insert ( int  index,
long  x 
)
inline

Definition at line 269 of file sat/UtilInt64Vector.cs.

◆ InsertRange()

void InsertRange ( int  index,
UtilInt64Vector  values 
)
inline

Definition at line 274 of file sat/UtilInt64Vector.cs.

◆ LastIndexOf()

int LastIndexOf ( long  value)
inline

Definition at line 320 of file sat/UtilInt64Vector.cs.

◆ Remove()

bool Remove ( long  value)
inline

Definition at line 325 of file sat/UtilInt64Vector.cs.

◆ RemoveAt()

void RemoveAt ( int  index)
inline

Definition at line 279 of file sat/UtilInt64Vector.cs.

◆ RemoveRange()

void RemoveRange ( int  index,
int  count 
)
inline

Definition at line 284 of file sat/UtilInt64Vector.cs.

◆ Repeat()

static UtilInt64Vector Repeat ( long  value,
int  count 
)
inlinestatic

Definition at line 289 of file sat/UtilInt64Vector.cs.

◆ Reverse() [1/2]

void Reverse ( )
inline

Definition at line 296 of file sat/UtilInt64Vector.cs.

◆ Reverse() [2/2]

void Reverse ( int  index,
int  count 
)
inline

Definition at line 300 of file sat/UtilInt64Vector.cs.

◆ SetRange()

void SetRange ( int  index,
UtilInt64Vector  values 
)
inline

Definition at line 305 of file sat/UtilInt64Vector.cs.

Member Data Documentation

◆ swigCMemOwn

bool swigCMemOwn
protected

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

Property Documentation

◆ Capacity

int Capacity
getset

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

◆ Count

int Count
get

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

◆ IsFixedSize

bool IsFixedSize
get

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

◆ IsReadOnly

bool IsReadOnly
get

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

◆ IsSynchronized

bool IsSynchronized
get

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

◆ this[int index]

long this[int index]
getset

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


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