• Library Information
    • GetLibVersion (Function)
    • GetLibVersionNumber (Function)
    • IsLibReleased (Function)
  • Strings
    • Aliases
      • Constants (GVL)
      • IDisposable (Alias)
      • RUNE (Alias)
    • Enums
      • ERROR (Enum)
    • Functionblocks
      • Range (FunctionBlock)
        • IRange
        • SetInitialValue (Method)
      • UTF8Literal (FunctionBlock)
        • SetInitialValue (Method)
      • _RangePool (FunctionBlock)
        • Protected
      • _StringPool (FunctionBlock)
        • IStringPool
        • SetInitialValue (Method)
      • _UTF8String (FunctionBlock)
        • IString
        • IStringRepresentation
    • Functions
      • Compare (Function)
      • Copy (Function)
      • CreateRangePool (Function)
      • CreateString (Function)
      • CreateStringPool (Function)
      • IsASCIIString (Function)
      • IsValidString (Function)
      • Len (Function)
      • Reset (Function)
      • RuneCount (Function)
      • SetSegment (Function)
    • Interfaces
      • IRange (Interface)
        • GetNextRune (Method)
        • Reset (Method)
        • UngetLastRune (Method)
      • IRangePool (Interface)
        • GetPoolStatus (Method)
        • GetRange (Method)
      • IRangeProvider (Interface)
        • GetRange (Method)
      • IString (Interface)
        • GetSegment (Method)
        • IsASCII (Method)
        • IsValid (Method)
        • Len (Method)
      • IStringPool (Interface)
        • GetPoolConfig (Method)
        • GetString (Method)
      • IStringRepresentation (Interface)
        • Len (Method)
        • ToIString (Method)
    • Structs
      • CONFIG (Struct)
      • STATUS (Struct)
  • File and Project Information
  • Library Reference
    • Memory Block Manager
      • Library Identification
      • Library Properties
    • SysMem
      • Library Identification
      • Library Properties
    • UTF-8 Encoding Support
      • Library Identification
      • Library Properties
String Segments
  • Docs »
  • Strings »
  • Functionblocks »
  • Range (FB) »
  • IRange

IRangeΒΆ

  • GetNextRune (Method)
  • Reset (Method)
  • UngetLastRune (Method)