StyledLines from testedlines.com: C# docs 1.0.1
GPT2-based text stylization LLM model, wrapped with Llama.cpp in Csharp to ensure compatibility across various platforms, including iOS and WebGL. The model is designed to transform generic texts into stylized, game or user-tailored dialogue.
Loading...
Searching...
No Matches
LlamaLibrary.Int32s Class Reference
+ Inheritance diagram for LlamaLibrary.Int32s:
+ Collaboration diagram for LlamaLibrary.Int32s:

Classes

class  Int32sEnumerator
 

Public Member Functions

void Add (int x)
 
void AddRange (Int32s values)
 
void Clear ()
 
bool Contains (int value)
 
void CopyTo (int index, int[] array, int arrayIndex, int count)
 
void CopyTo (int[] array)
 
void CopyTo (int[] array, int arrayIndex)
 
virtual void Dispose ()
 
Int32sEnumerator GetEnumerator ()
 
Int32s GetRange (int index, int count)
 
int IndexOf (int value)
 
void Insert (int index, int x)
 
void InsertRange (int index, Int32s values)
 
 Int32s ()
 
 Int32s (global::System.Collections.Generic.IEnumerable< int > c)
 
 Int32s (global::System.Collections.IEnumerable c)
 
 Int32s (int capacity)
 
 Int32s (Int32s other)
 
int LastIndexOf (int value)
 
bool Remove (int value)
 
void RemoveAt (int index)
 
void RemoveRange (int index, int count)
 
void Reverse ()
 
void Reverse (int index, int count)
 
void SetRange (int index, Int32s values)
 
int[] ToArray ()
 

Static Public Member Functions

static Int32s Repeat (int value, int count)
 

Protected Attributes

bool swigCMemOwn
 

Package Functions

 Int32s (global::System.IntPtr cPtr, bool cMemoryOwn)
 

Static Package Functions

static global::System.Runtime.InteropServices.HandleRef getCPtr (Int32s obj)
 

Properties

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

Private Member Functions

uint capacity ()
 
global::System.Collections.Generic.IEnumerator< int > global::System.Collections.Generic.IEnumerable< int >. GetEnumerator ()
 
global::System.Collections.IEnumerator global::System.Collections.IEnumerable. GetEnumerator ()
 
int getitem (int index)
 
int getitemcopy (int index)
 
void reserve (uint n)
 
void setitem (int index, int value)
 
uint size ()
 
 ~Int32s ()
 

Private Attributes

global::System.Runtime.InteropServices.HandleRef swigCPtr
 

Constructor & Destructor Documentation

◆ Int32s() [1/6]

LlamaLibrary.Int32s.Int32s ( global::System::IntPtr cPtr,
bool cMemoryOwn )
package

◆ ~Int32s()

LlamaLibrary.Int32s.~Int32s ( )
private

References LlamaLibrary.Int32s.Dispose().

+ Here is the call graph for this function:

◆ Int32s() [2/6]

LlamaLibrary.Int32s.Int32s ( global::System::Collections::IEnumerable c)

References LlamaLibrary.Int32s.Add().

+ Here is the call graph for this function:

◆ Int32s() [3/6]

LlamaLibrary.Int32s.Int32s ( global::System::Collections::Generic::IEnumerable< int > c)

References LlamaLibrary.Int32s.Add().

+ Here is the call graph for this function:

◆ Int32s() [4/6]

LlamaLibrary.Int32s.Int32s ( )

Referenced by LlamaLibrary.Int32s.GetRange(), and LlamaLibrary.Int32s.Repeat().

+ Here is the caller graph for this function:

◆ Int32s() [5/6]

LlamaLibrary.Int32s.Int32s ( Int32s other)

References LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Pending, and LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Retrieve().

+ Here is the call graph for this function:

◆ Int32s() [6/6]

LlamaLibrary.Int32s.Int32s ( int capacity)

References LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Pending, and LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Retrieve().

+ Here is the call graph for this function:

Member Function Documentation

◆ Add()

void LlamaLibrary.Int32s.Add ( int x)

References LlamaLibrary.libllama_libPINVOKE.Int32s_Add(), and LlamaLibrary.Int32s.swigCPtr.

Referenced by LlamaLibrary.Int32s.Int32s(), and LlamaLibrary.Int32s.Int32s().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ AddRange()

void LlamaLibrary.Int32s.AddRange ( Int32s values)

References LlamaLibrary.Int32s.getCPtr(), LlamaLibrary.libllama_libPINVOKE.Int32s_AddRange(), LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Pending, LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Retrieve(), and LlamaLibrary.Int32s.swigCPtr.

+ Here is the call graph for this function:

◆ capacity()

uint LlamaLibrary.Int32s.capacity ( )
private

References LlamaLibrary.libllama_libPINVOKE.Int32s_capacity(), and LlamaLibrary.Int32s.swigCPtr.

+ Here is the call graph for this function:

◆ Clear()

void LlamaLibrary.Int32s.Clear ( )

References LlamaLibrary.libllama_libPINVOKE.Int32s_Clear(), and LlamaLibrary.Int32s.swigCPtr.

+ Here is the call graph for this function:

◆ Contains()

bool LlamaLibrary.Int32s.Contains ( int value)

References LlamaLibrary.libllama_libPINVOKE.Int32s_Contains(), and LlamaLibrary.Int32s.swigCPtr.

+ Here is the call graph for this function:

◆ CopyTo() [1/3]

void LlamaLibrary.Int32s.CopyTo ( int index,
int[] array,
int arrayIndex,
int count )

References LlamaLibrary.Int32s.Count, and LlamaLibrary.Int32s.getitemcopy().

+ Here is the call graph for this function:

◆ CopyTo() [2/3]

void LlamaLibrary.Int32s.CopyTo ( int[] array)

References LlamaLibrary.Int32s.CopyTo(), and LlamaLibrary.Int32s.Count.

Referenced by LlamaLibrary.Int32s.CopyTo(), LlamaLibrary.Int32s.CopyTo(), and LlamaLibrary.Int32s.ToArray().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ CopyTo() [3/3]

void LlamaLibrary.Int32s.CopyTo ( int[] array,
int arrayIndex )

References LlamaLibrary.Int32s.CopyTo(), and LlamaLibrary.Int32s.Count.

+ Here is the call graph for this function:

◆ Dispose()

virtual void LlamaLibrary.Int32s.Dispose ( )
virtual

References LlamaLibrary.libllama_libPINVOKE.delete_Int32s(), LlamaLibrary.Int32s.swigCMemOwn, and LlamaLibrary.Int32s.swigCPtr.

Referenced by LlamaLibrary.Int32s.~Int32s().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getCPtr()

static global.System.Runtime.InteropServices.HandleRef LlamaLibrary.Int32s.getCPtr ( Int32s obj)
staticpackage

References LlamaLibrary.Int32s.swigCPtr.

Referenced by LlamaLibrary.Int32s.AddRange(), LlamaLibrary.Int32s.InsertRange(), and LlamaLibrary.Int32s.SetRange().

+ Here is the caller graph for this function:

◆ GetEnumerator() [1/3]

global.System.Collections.Generic.IEnumerator< int > global.System.Collections.Generic.IEnumerable< int >. LlamaLibrary.Int32s.GetEnumerator ( )
private

◆ GetEnumerator() [2/3]

global.System.Collections.IEnumerator global.System.Collections.IEnumerable. LlamaLibrary.Int32s.GetEnumerator ( )
private

◆ GetEnumerator() [3/3]

Int32sEnumerator LlamaLibrary.Int32s.GetEnumerator ( )

◆ getitem()

int LlamaLibrary.Int32s.getitem ( int index)
private

References LlamaLibrary.libllama_libPINVOKE.Int32s_getitem(), LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Pending, LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Retrieve(), and LlamaLibrary.Int32s.swigCPtr.

+ Here is the call graph for this function:

◆ getitemcopy()

int LlamaLibrary.Int32s.getitemcopy ( int index)
private

References LlamaLibrary.libllama_libPINVOKE.Int32s_getitemcopy(), LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Pending, LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Retrieve(), and LlamaLibrary.Int32s.swigCPtr.

Referenced by LlamaLibrary.Int32s.CopyTo().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ GetRange()

Int32s LlamaLibrary.Int32s.GetRange ( int index,
int count )

References LlamaLibrary.Int32s.Int32s(), LlamaLibrary.libllama_libPINVOKE.Int32s_GetRange(), LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Pending, LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Retrieve(), and LlamaLibrary.Int32s.swigCPtr.

+ Here is the call graph for this function:

◆ IndexOf()

int LlamaLibrary.Int32s.IndexOf ( int value)

References LlamaLibrary.libllama_libPINVOKE.Int32s_IndexOf(), and LlamaLibrary.Int32s.swigCPtr.

+ Here is the call graph for this function:

◆ Insert()

void LlamaLibrary.Int32s.Insert ( int index,
int x )

References LlamaLibrary.libllama_libPINVOKE.Int32s_Insert(), LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Pending, LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Retrieve(), and LlamaLibrary.Int32s.swigCPtr.

+ Here is the call graph for this function:

◆ InsertRange()

void LlamaLibrary.Int32s.InsertRange ( int index,
Int32s values )

References LlamaLibrary.Int32s.getCPtr(), LlamaLibrary.libllama_libPINVOKE.Int32s_InsertRange(), LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Pending, LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Retrieve(), and LlamaLibrary.Int32s.swigCPtr.

+ Here is the call graph for this function:

◆ LastIndexOf()

int LlamaLibrary.Int32s.LastIndexOf ( int value)

References LlamaLibrary.libllama_libPINVOKE.Int32s_LastIndexOf(), and LlamaLibrary.Int32s.swigCPtr.

+ Here is the call graph for this function:

◆ Remove()

bool LlamaLibrary.Int32s.Remove ( int value)

References LlamaLibrary.libllama_libPINVOKE.Int32s_Remove(), and LlamaLibrary.Int32s.swigCPtr.

+ Here is the call graph for this function:

◆ RemoveAt()

void LlamaLibrary.Int32s.RemoveAt ( int index)

References LlamaLibrary.libllama_libPINVOKE.Int32s_RemoveAt(), LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Pending, LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Retrieve(), and LlamaLibrary.Int32s.swigCPtr.

+ Here is the call graph for this function:

◆ RemoveRange()

void LlamaLibrary.Int32s.RemoveRange ( int index,
int count )

References LlamaLibrary.libllama_libPINVOKE.Int32s_RemoveRange(), LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Pending, LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Retrieve(), and LlamaLibrary.Int32s.swigCPtr.

+ Here is the call graph for this function:

◆ Repeat()

static Int32s LlamaLibrary.Int32s.Repeat ( int value,
int count )
static

References LlamaLibrary.Int32s.Int32s(), LlamaLibrary.libllama_libPINVOKE.Int32s_Repeat(), LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Pending, and LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Retrieve().

+ Here is the call graph for this function:

◆ reserve()

void LlamaLibrary.Int32s.reserve ( uint n)
private

References LlamaLibrary.libllama_libPINVOKE.Int32s_reserve(), and LlamaLibrary.Int32s.swigCPtr.

+ Here is the call graph for this function:

◆ Reverse() [1/2]

void LlamaLibrary.Int32s.Reverse ( )

References LlamaLibrary.libllama_libPINVOKE.Int32s_Reverse__SWIG_0(), and LlamaLibrary.Int32s.swigCPtr.

+ Here is the call graph for this function:

◆ Reverse() [2/2]

void LlamaLibrary.Int32s.Reverse ( int index,
int count )

References LlamaLibrary.libllama_libPINVOKE.Int32s_Reverse__SWIG_1(), LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Pending, LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Retrieve(), and LlamaLibrary.Int32s.swigCPtr.

+ Here is the call graph for this function:

◆ setitem()

void LlamaLibrary.Int32s.setitem ( int index,
int value )
private

References LlamaLibrary.libllama_libPINVOKE.Int32s_setitem(), LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Pending, LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Retrieve(), and LlamaLibrary.Int32s.swigCPtr.

+ Here is the call graph for this function:

◆ SetRange()

void LlamaLibrary.Int32s.SetRange ( int index,
Int32s values )

References LlamaLibrary.Int32s.getCPtr(), LlamaLibrary.libllama_libPINVOKE.Int32s_SetRange(), LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Pending, LlamaLibrary.libllama_libPINVOKE.SWIGPendingException.Retrieve(), and LlamaLibrary.Int32s.swigCPtr.

+ Here is the call graph for this function:

◆ size()

uint LlamaLibrary.Int32s.size ( )
private

References LlamaLibrary.libllama_libPINVOKE.Int32s_size(), and LlamaLibrary.Int32s.swigCPtr.

Referenced by LlamaLibrary.Int32s.Int32sEnumerator.MoveNext().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ToArray()

int[] LlamaLibrary.Int32s.ToArray ( )

References LlamaLibrary.Int32s.CopyTo(), and LlamaLibrary.Int32s.Count.

+ Here is the call graph for this function:

Member Data Documentation

◆ swigCMemOwn

bool LlamaLibrary.Int32s.swigCMemOwn
protected

◆ swigCPtr

Property Documentation

◆ Capacity

int LlamaLibrary.Int32s.Capacity
getset

◆ Count

◆ IsFixedSize

bool LlamaLibrary.Int32s.IsFixedSize
get

◆ IsReadOnly

bool LlamaLibrary.Int32s.IsReadOnly
get

◆ IsSynchronized

bool LlamaLibrary.Int32s.IsSynchronized
get

◆ this[int index]

int LlamaLibrary.Int32s.this[int index]
getset

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