├── CODE_OF_CONDUCT.md ├── LICENSE ├── README.md ├── concepts.h ├── extern_ptr.h ├── function_ptr.h ├── function_ptr_base.h ├── function_signature.h ├── moar_ptr.h ├── pointer_base.h ├── trampoline_ptr.h ├── trampoline_ptr_base.h ├── type_traits.h └── types.h /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SubstituteR/MoarPtr/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SubstituteR/MoarPtr/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SubstituteR/MoarPtr/HEAD/README.md -------------------------------------------------------------------------------- /concepts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SubstituteR/MoarPtr/HEAD/concepts.h -------------------------------------------------------------------------------- /extern_ptr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SubstituteR/MoarPtr/HEAD/extern_ptr.h -------------------------------------------------------------------------------- /function_ptr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SubstituteR/MoarPtr/HEAD/function_ptr.h -------------------------------------------------------------------------------- /function_ptr_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SubstituteR/MoarPtr/HEAD/function_ptr_base.h -------------------------------------------------------------------------------- /function_signature.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SubstituteR/MoarPtr/HEAD/function_signature.h -------------------------------------------------------------------------------- /moar_ptr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SubstituteR/MoarPtr/HEAD/moar_ptr.h -------------------------------------------------------------------------------- /pointer_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SubstituteR/MoarPtr/HEAD/pointer_base.h -------------------------------------------------------------------------------- /trampoline_ptr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SubstituteR/MoarPtr/HEAD/trampoline_ptr.h -------------------------------------------------------------------------------- /trampoline_ptr_base.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SubstituteR/MoarPtr/HEAD/trampoline_ptr_base.h -------------------------------------------------------------------------------- /type_traits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SubstituteR/MoarPtr/HEAD/type_traits.h -------------------------------------------------------------------------------- /types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SubstituteR/MoarPtr/HEAD/types.h --------------------------------------------------------------------------------