Unit 'fpmkunit' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

StringToCPUS

Converts string to CPU architecture set

Declaration

Source position: fpmkunit.pp line 1687

function StringToCPUS(

  const S: string

):TCPUS;

Arguments

S

  

String representation of CPU architectures

Function result

CPU architecture set from string

Description

StringToCPUS converts a comma-separated string of CPU architectures to a set of CPU identifier enumerations. This function enables parsing of multiple CPU architecture targets from configuration strings.

The function processes comma-separated architecture names and builds a set containing all valid CPU architecture identifiers found in the input string.


Documentation generated on: Dec 15 2025