write_gtr_str_mthds_for_slots: Write getter setter methods for slots

write_gtr_str_mthds_for_slotsR Documentation

Write getter setter methods for slots

Description

write_gtr_str_mthds_for_slots() is a Write function that writes a file to a specified local directory. Specifically, this function implements an algorithm to write getter setter methods for slots. The function is called for its side effects and does not return a value.

Usage

write_gtr_str_mthds_for_slots(
  slot_names_chr,
  set_only_chr,
  parent_cls_nm_1L_chr,
  class_nm_1L_chr,
  print_gtrs_strs_1L_lgl,
  output_dir_1L_chr,
  nss_to_ignore_chr,
  req_pkgs_chr,
  fn_types_lup,
  object_type_lup
)

Arguments

slot_names_chr

Slot names (a character vector)

set_only_chr

Set only (a character vector)

parent_cls_nm_1L_chr

Parent class name (a character vector of length one)

class_nm_1L_chr

Class name (a character vector of length one)

print_gtrs_strs_1L_lgl

Print getters setters (a logical vector of length one)

output_dir_1L_chr

Output directory (a character vector of length one)

nss_to_ignore_chr

Namespaces to ignore (a character vector)

req_pkgs_chr

Require packages (a character vector)

fn_types_lup

Function types (a lookup table)

object_type_lup

Object type (a lookup table)

Value

No return value, called for side effects.


ready4-dev/ready4class documentation built on April 22, 2024, 8:30 a.m.