├── Lib └── USmartPointers.pas ├── README.md └── Sample usage ├── Project1.dpr ├── Project1.dproj ├── Unit1.dfm └── Unit1.pas /Lib/USmartPointers.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliDehbansiahkarbon/SmartPointers/HEAD/Lib/USmartPointers.pas -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliDehbansiahkarbon/SmartPointers/HEAD/README.md -------------------------------------------------------------------------------- /Sample usage/Project1.dpr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliDehbansiahkarbon/SmartPointers/HEAD/Sample usage/Project1.dpr -------------------------------------------------------------------------------- /Sample usage/Project1.dproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliDehbansiahkarbon/SmartPointers/HEAD/Sample usage/Project1.dproj -------------------------------------------------------------------------------- /Sample usage/Unit1.dfm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliDehbansiahkarbon/SmartPointers/HEAD/Sample usage/Unit1.dfm -------------------------------------------------------------------------------- /Sample usage/Unit1.pas: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AliDehbansiahkarbon/SmartPointers/HEAD/Sample usage/Unit1.pas --------------------------------------------------------------------------------