https://github.com/memo/ofxmsaorderedpointermap
C++ template class (openFrameworks addon) to create an ordered named map of pointers (wraps std::vector and std::map)
https://github.com/memo/ofxmsaorderedpointermap
Last synced: over 1 year ago
JSON representation
C++ template class (openFrameworks addon) to create an ordered named map of pointers (wraps std::vector and std::map)
- Host: GitHub
- URL: https://github.com/memo/ofxmsaorderedpointermap
- Owner: memo
- License: other
- Created: 2013-01-12T15:55:40.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2020-11-04T13:17:07.000Z (over 5 years ago)
- Last Synced: 2025-03-02T17:09:50.281Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 26.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
ofxMSAOrderedPointerMap
=====================================
Introduction
------------
C++ template class (openFrameworks addon) to create an ordered named map of pointers (wraps stl::vector and stl::map).
This addon is pretty much obselete now, instead I use ofxMSAOrderedMap + std::shared_ptr
Licence
-------
The code in this repository is available under the [MIT License](https://secure.wikimedia.org/wikipedia/en/wiki/Mit_license).
Copyright (c) 2008-2016 Memo Akten, [www.memo.tv](http://www.memo.tv)
The Mega Super Awesome Visuals Company
Installation
------------
Copy to your openFrameworks/addons folder.
Dependencies
------------
none
Compatibility
------------
Any C++ application.
The logging uses the openFrameworks ofLog functions. These can be commented out or replaced with C/C++ standard outputs (e.g. printf or cout) if need be.
Known issues
------------
none (yet)
Version history
------------
### v1.0
- first version