VSS.Strings.Cursors.Markers

Entities

Tagged Types

Subprograms

Description

Copyright (C) 2021, AdaCore

SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception

Character_Length

function Character_Length (Self : Segment_Marker)
  return VSS.Strings.Character_Count

GNAT 20210421: This function is invisible otherwise.

Parameters
Self
Return Value

Character_Marker

type Character_Marker is
  new VSS.Strings.Cursors.Abstract_Character_Cursor with private;

Is_Valid

function Is_Valid (Self : Character_Marker) return Boolean

GNAT 20210421: This function is invisible otherwise.

Parameters
Self
Return Value

Is_Valid

function Is_Valid (Self : Segment_Marker) return Boolean

GNAT 20210421: This function is invisible otherwise.

Parameters
Self
Return Value

Segment_Marker

type Segment_Marker is
  new VSS.Strings.Cursors.Abstract_Segment_Cursor with private;