DotNet Reference

DotNet Reference

KInt64VectorVector

Detailed Description

Definition at line 13 of file KInt64VectorVector.cs.

Classes

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

Public Member Functions

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

Static Public Member Functions

static KInt64VectorVector Repeat (KInt64Vector value, int count)
 

Protected Member Functions

virtual void Dispose (bool disposing)
 

Protected Attributes

bool swigCMemOwn
 

Properties

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

Constructor & Destructor Documentation

◆ KInt64VectorVector() [1/5]

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

Definition at line 48 of file KInt64VectorVector.cs.

◆ KInt64VectorVector() [2/5]

KInt64VectorVector ( global::System.Collections.Generic.IEnumerable< KInt64Vector c)
inline

Definition at line 56 of file KInt64VectorVector.cs.

◆ KInt64VectorVector() [3/5]

KInt64VectorVector ( )
inline

Definition at line 243 of file KInt64VectorVector.cs.

◆ KInt64VectorVector() [4/5]

Definition at line 246 of file KInt64VectorVector.cs.

◆ KInt64VectorVector() [5/5]

KInt64VectorVector ( int  capacity)
inline

Definition at line 250 of file KInt64VectorVector.cs.

Member Function Documentation

◆ Add()

void Add ( KInt64Vector  x)
inline

Definition at line 224 of file KInt64VectorVector.cs.

◆ AddRange()

void AddRange ( KInt64VectorVector  values)
inline

Definition at line 271 of file KInt64VectorVector.cs.

◆ Clear()

void Clear ( )
inline

Definition at line 220 of file KInt64VectorVector.cs.

◆ CopyTo() [1/3]

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

Definition at line 118 of file KInt64VectorVector.cs.

◆ CopyTo() [2/3]

void CopyTo ( KInt64Vector[]  array)
inline

Definition at line 108 of file KInt64VectorVector.cs.

◆ CopyTo() [3/3]

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

Definition at line 113 of file KInt64VectorVector.cs.

◆ Dispose() [1/2]

void Dispose ( )
inline

Definition at line 31 of file KInt64VectorVector.cs.

◆ Dispose() [2/2]

virtual void Dispose ( bool  disposing)
inlineprotectedvirtual

Definition at line 36 of file KInt64VectorVector.cs.

◆ GetEnumerator()

KInt64VectorVectorEnumerator GetEnumerator ( )
inline

Definition at line 150 of file KInt64VectorVector.cs.

◆ GetRange()

KInt64VectorVector GetRange ( int  index,
int  count 
)
inline

Definition at line 276 of file KInt64VectorVector.cs.

◆ Insert()

void Insert ( int  index,
KInt64Vector  x 
)
inline

Definition at line 283 of file KInt64VectorVector.cs.

◆ InsertRange()

void InsertRange ( int  index,
KInt64VectorVector  values 
)
inline

Definition at line 288 of file KInt64VectorVector.cs.

◆ RemoveAt()

void RemoveAt ( int  index)
inline

Definition at line 293 of file KInt64VectorVector.cs.

◆ RemoveRange()

void RemoveRange ( int  index,
int  count 
)
inline

Definition at line 298 of file KInt64VectorVector.cs.

◆ Repeat()

static KInt64VectorVector Repeat ( KInt64Vector  value,
int  count 
)
inlinestatic

Definition at line 303 of file KInt64VectorVector.cs.

◆ Reverse() [1/2]

void Reverse ( )
inline

Definition at line 310 of file KInt64VectorVector.cs.

◆ Reverse() [2/2]

void Reverse ( int  index,
int  count 
)
inline

Definition at line 314 of file KInt64VectorVector.cs.

◆ SetRange()

void SetRange ( int  index,
KInt64VectorVector  values 
)
inline

Definition at line 319 of file KInt64VectorVector.cs.

◆ ToArray()

KInt64Vector [] ToArray ( )
inline

Definition at line 136 of file KInt64VectorVector.cs.

Member Data Documentation

◆ swigCMemOwn

bool swigCMemOwn
protected

Definition at line 16 of file KInt64VectorVector.cs.

Property Documentation

◆ Capacity

int Capacity
getset

Definition at line 85 of file KInt64VectorVector.cs.

◆ Count

int Count
get

Definition at line 96 of file KInt64VectorVector.cs.

◆ IsFixedSize

bool IsFixedSize
get

Definition at line 64 of file KInt64VectorVector.cs.

◆ IsReadOnly

bool IsReadOnly
get

Definition at line 70 of file KInt64VectorVector.cs.

◆ IsSynchronized

bool IsSynchronized
get

Definition at line 102 of file KInt64VectorVector.cs.

◆ this[int index]

KInt64Vector this[int index]
getset

Definition at line 76 of file KInt64VectorVector.cs.


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