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.Strings.StringsEnumerator Class Referencesealed
+ Inheritance diagram for LlamaLibrary.Strings.StringsEnumerator:
+ Collaboration diagram for LlamaLibrary.Strings.StringsEnumerator:

Public Member Functions

void Dispose ()
 
bool MoveNext ()
 
void Reset ()
 
 StringsEnumerator (Strings collection)
 

Properties

string Current [get]
 
object global::System.Collections.IEnumerator. Current [get]
 

Private Attributes

Strings collectionRef
 
int currentIndex
 
object currentObject
 
int currentSize
 

Detailed Description

Note that the IEnumerator documentation requires an InvalidOperationException to be thrown whenever the collection is modified. This has been done for changes in the size of the collection but not when one of the elements of the collection is modified as it is a bit tricky to detect unmanaged code that modifies the collection under our feet.

Constructor & Destructor Documentation

◆ StringsEnumerator()

Member Function Documentation

◆ Dispose()

void LlamaLibrary.Strings.StringsEnumerator.Dispose ( )

◆ MoveNext()

bool LlamaLibrary.Strings.StringsEnumerator.MoveNext ( )

◆ Reset()

Member Data Documentation

◆ collectionRef

◆ currentIndex

◆ currentObject

◆ currentSize

Property Documentation

◆ Current [1/2]

string LlamaLibrary.Strings.StringsEnumerator.Current
get

◆ Current [2/2]

object global.System.Collections.IEnumerator. LlamaLibrary.Strings.StringsEnumerator.Current
getprivate

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