An open API service indexing awesome lists of open source software.

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)

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