VSS.XML.Templates.Proxies.Strings

Entities

Tagged Types

Subprograms

Description

Copyright (C) 2022, AdaCore

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

Value

function Value
  (Self : Virtual_String_Proxy) return VSS.XML.Templates.Values.Value
Parameters
Self
Return Value

Virtual_String_Proxy

type Virtual_String_Proxy is
  limited new VSS.XML.Templates.Proxies.Abstract_Value_Proxy with
record
   Text : VSS.Strings.Virtual_String;
end record;
Record fields
Text