acadia/zion/capability
Drew Galbraith a47bac9966 [zion] Dynamically check Capability type.
Instead of passing an enum with the capability when creating it, relying
on polymorphism and a template struct tag to determine the object type
at runtime.

This is cleaner and avoids errors where we pass the wrong capability
type with the cap and do a bad cast at runtime.
2023-06-16 14:53:57 -07:00
..
capability.h [zion] Dynamically check Capability type. 2023-06-16 14:53:57 -07:00
capability_table.cpp [zion] Add per-process CapabilityTable object 2023-06-16 14:25:54 -07:00
capability_table.h [zion] Dynamically check Capability type. 2023-06-16 14:53:57 -07:00