https://github.com/pchemguy/objectstore
The ObjectStore class simulates weak references via a Dictionary-based store and scalar keys as object handles.
https://github.com/pchemguy/objectstore
library oop vba weak-references
Last synced: 2 months ago
JSON representation
The ObjectStore class simulates weak references via a Dictionary-based store and scalar keys as object handles.
- Host: GitHub
- URL: https://github.com/pchemguy/objectstore
- Owner: pchemguy
- Created: 2021-11-26T18:05:54.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-24T08:36:24.000Z (over 3 years ago)
- Last Synced: 2024-12-29T21:19:34.783Z (4 months ago)
- Topics: library, oop, vba, weak-references
- Language: VBA
- Homepage:
- Size: 1.44 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The ObjectStore class simulates weak references via a Dictionary-based registry ([Patterns of Enterprise Application Architecture](https://books.google.com/books?id=FyWZt5DdvFkC)) and scalar keys as object handles. Documentation is available from [GitHub pages](https://pchemguy.github.io/ObjectStore/).
