]> Kevux Git Server - fll/commitdiff
Update: Add functions, macros, and structures files for describing f_account project...
authorKevin Day <thekevinday@gmail.com>
Fri, 5 Aug 2022 02:37:59 +0000 (21:37 -0500)
committerKevin Day <thekevinday@gmail.com>
Fri, 5 Aug 2022 02:37:59 +0000 (21:37 -0500)
Dependencies outside of the FLL project are not included at this time.

level_0/f_account/data/build/functions [new file with mode: 0644]
level_0/f_account/data/build/macros [new file with mode: 0644]
level_0/f_account/data/build/structures [new file with mode: 0644]

diff --git a/level_0/f_account/data/build/functions b/level_0/f_account/data/build/functions
new file mode 100644 (file)
index 0000000..40ec0dc
--- /dev/null
@@ -0,0 +1,113 @@
+# fss-0005
+
+main:
+  f_account_by_id
+  f_account_by_name
+  f_account_group_id_by_name
+  f_account_group_name_by_id
+  f_account_id_by_name
+  f_account_name_by_id
+
+  f_accounts_adjust
+  f_accounts_append
+  f_accounts_append_all
+  f_accounts_decimate_by
+  f_accounts_decrease_by
+  f_accounts_increase
+  f_accounts_increase_by
+  f_accounts_resize
+
+  f_accountss_adjust
+  f_accountss_append
+  f_accountss_append_all
+  f_accountss_decimate_by
+  f_accountss_decrease_by
+  f_accountss_increase
+  f_accountss_increase_by
+  f_accountss_resize
+
+f_account_by_id:
+  f_string_dynamic_increase_by
+
+f_account_by_name:
+  f_string_dynamic_increase_by
+
+f_account_delete:
+  f_string_dynamic_resize
+
+f_account_destroy:
+  f_string_dynamic_adjust
+
+f_account_group_id_by_name:
+
+f_account_group_name_by_id:
+  f_string_dynamic_increase_by
+
+f_account_id_by_name:
+
+f_account_name_by_id:
+  f_string_dynamic_increase_by
+
+f_accounts_adjust:
+  f_memory_adjust
+  f_string_dynamic_adjust
+
+f_accounts_append:
+  f_memory_resize
+  f_string_dynamic_append
+
+f_accounts_append_all:
+  f_memory_resize
+  f_string_dynamic_append
+
+f_accounts_decimate_by:
+  f_memory_adjust
+  f_string_dynamic_adjust
+
+f_accounts_decrease_by:
+  f_memory_resize
+  f_string_dynamic_resize
+
+f_accounts_increase:
+  f_memory_resize
+  f_string_dynamic_resize
+
+f_accounts_increase_by:
+  f_memory_resize
+  f_string_dynamic_resize
+
+f_accounts_resize:
+  f_memory_resize
+  f_string_dynamic_resize
+
+f_accountss_adjust:
+  f_memory_adjust
+  f_string_dynamic_adjust
+
+f_accountss_append:
+  f_memory_resize
+  f_string_dynamic_resize
+
+f_accountss_append_all:
+  f_memory_resize
+  f_string_dynamic_resize
+
+f_accountss_decimate_by:
+  f_memory_adjust
+  f_string_dynamic_adjust
+
+f_accountss_decrease_by:
+  f_memory_resize
+  f_string_dynamic_resize
+
+f_accountss_increase:
+  f_memory_resize
+  f_string_dynamic_resize
+
+f_accountss_increase_by:
+  f_memory_resize
+  f_string_dynamic_resize
+
+f_accountss_resize:
+  f_memory_resize
+  f_string_dynamic_resize
diff --git a/level_0/f_account/data/build/macros b/level_0/f_account/data/build/macros
new file mode 100644 (file)
index 0000000..246ab31
--- /dev/null
@@ -0,0 +1,4 @@
+# fss-0005
+
+main:
+  f_account_defines
diff --git a/level_0/f_account/data/build/structures b/level_0/f_account/data/build/structures
new file mode 100644 (file)
index 0000000..69f4066
--- /dev/null
@@ -0,0 +1,17 @@
+# fss-0005
+
+main:
+  f_account_t
+  f_accounts_t
+  f_accountss_t
+
+f_account_t:
+  f_string_dynamic_t
+
+f_accounts_t:
+  f_account_t
+  f_array_length_t
+
+f_accountss_t:
+  f_accounts_t
+  f_array_length_t