Skip to content

memoakten/ofxMSAOrderedPointerMap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.
Copyright (c) 2008-2016 Memo Akten, 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

About

C++ template class (openFrameworks addon) to create an ordered named map of pointers (wraps std::vector and std::map)

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages