Copyright (C) 2021, AdaCore
SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
function Character_Length (Self : Segment_Marker)
return VSS.Strings.Character_Count
GNAT 20210421: This function is invisible otherwise.
type Character_Marker is
new VSS.Strings.Cursors.Abstract_Character_Cursor with private;
function Is_Valid (Self : Character_Marker) return Boolean
GNAT 20210421: This function is invisible otherwise.
function Is_Valid (Self : Segment_Marker) return Boolean
GNAT 20210421: This function is invisible otherwise.
type Segment_Marker is
new VSS.Strings.Cursors.Abstract_Segment_Cursor with private;