#include "cinder/Cinder.h"
#include <algorithm>
#include <vector>
#include <utility>
#include <boost/signals2.hpp>
#include <functional>
Go to the source code of this file.
Classes | |
class | cinder::CallbackMgr< SIG > |
Implements a utility class for maintaining a list of callbacks. More... | |
Namespaces | |
cinder | |
cinder::signals | |
Typedefs | |
typedef uint32_t | cinder::CallbackId |
Represents a unique identifier for a callback. More... | |