Skip to content

memo/ofxMSAOrderedMap

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 

ofxMSAOrderedMap

Introduction

C++ template class (openFrameworks addon) to create an ordered named map (wraps std::map and std::vector). I use this now with std::shared_ptr instead of ofxMSAOrderedPointerMap

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 (wraps std::map and std::vector)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published