Ferreteria/v0.6/clade: Difference between revisions

From Woozle Writes Code
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
! namespace || endname
! namespace || endname
{{fmt/row/clade/base|App}}
{{fmt/row/clade/base|App}}
{{fmt/row/clade/base|Data}}                  || older/simpler data-handling clades
{{fmt/row/clade|App|Routed}}
{{fmt/row/clade|App|Routed}}
{{fmt/row/clade|Aux|Register}}   || list of global objects used by a clade
{{fmt/row/clade|Aux|Register}}               || list of global objects used by a clade
{{fmt/row/clade|Aux|StandardBase}}   || standard base class with diagnostic services
{{fmt/row/clade|Aux|StandardBase}}           || standard base class with diagnostic services
{{fmt/row/clade|Aux\StandardBase|Objectory}}  || base for self-registering objects
{{fmt/row/clade|Aux\StandardBase|Objectory}}  || base for self-registering objects
{{fmt/row/clade|Config\Roster\for|AClass}} [i,t]
{{fmt/row/clade|Config\Roster\for|AClass}} [i,t]

Revision as of 16:33, 21 October 2025

Clade Documentation

Namespace prefix is always "Woozalia\Ferret". Filespec prefix is always "<project prefix>/src".

namespace endname
(base) App
(base) Data older/simpler data-handling clades
App Routed
Aux Register list of global objects used by a clade
Aux StandardBase standard base class with diagnostic services
Aux\StandardBase Objectory base for self-registering objects
Config\Roster\for AClass [i,t]
IO Aspect
IO\Aspect Creds
IO\Aspect\Creds Password
IO\Aspect\Creds\Password Dbase
Sys Data systems for handling data
Sys\Events InputRq input requests
Sys\Events ItWent status reports
Sys\FileSys Node common class for all filesystem entities (mainly files and folders)
Sys\FileSys\list Nodes collection of Node objects

See also: futilities/v0.6/clade