INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Initialize with using the class ARGUMENTS
-- Initialize from the characters of 'input'.
-- Note: It parses arguments file if present.
-- Initialize from the items of 'input'.
-- Note: It parses arguments file if present.
-- Set a new 'delimiters' for values parsing in list switches.
-- Parse WILDCARDS in file names or not.
-- Recursive files search (in DIRECTORIES too) or not.
-- Include DIRECTORIES in files list or not.
-- Check access to the files or not.
-- Reset the last error code.
-- Does 'input' include 'files' (no any 'switches') ?
-- Does 'input' include 'files' with type 'file_type' ?
-- ('file_type' is file extension. For example: e, obj, lib atc.)
-- Does 'input' include any switches (no 'files') ?
-- Does 'input' include simple switches
-- like this: /cu, /debug, ... ?
-- Does 'input' include list switches
-- like this: /opt1:value1,value2,... /opt2:value3,value4... ?
-- Does 'input' include the any switch with the name 'switch' ?
-- Note: The 'switch' pass without its prefix symbol.
-- Does 'input' include the simple switch with the name 'switch' ?
-- Note: The 'switch' pass without its prefix symbol.
-- Does 'input' include the list switch with the name 'switch' ?
-- Note: The 'switch' pass without its prefix symbol.
-- Return all 'files' from 'input'; Void if none.
-- Return all 'files' from 'input' with the type 'file_type'
-- Void if none.
-- Note: 'file_type' is file extension: e, .C, OBJ, .lib, ...
-- Return all simple switches from 'input'; Void if none.
-- (The simple switches examples: /cu, /debug.)
-- Note: The switches returns without its prefix symbol.
-- Return all list switches from 'input'; Void if none.
-- (The list switches examples: /opt1:val1,val2,... /opt2:val3,val4...)
-- Note: Switch names returns without its prefix symbol.
-- Return a list of values for the list switch with the name 'switch'
-- from 'input'
-- Return Void if pass 'switch' is absent in 'input'
-- or if a list of values is absent for this switch.
-- (A list of values is part of list switch which written after symbol ':'.
-- Is 's' correct ?
-- Is 'sa' correct ?
-- The command-line arguments delimiters.
-- The available switch prefixes.
-- The default delimiters in values list.
-- It hard to understand, maybe...
-- Used for the code optimization only.
-- Enumerates white spaces which could be used in command line
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |