OSVR-Core
|
Implementation. More...
#include <osvr/Common/PathTreeOwner.h>
#include <osvr/Common/PathTreeObserver.h>
#include <osvr/Common/PathTreeSerialization.h>
#include <algorithm>
#include <iterator>
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
osvr::common | |
Handles spatial transformations. | |
Functions | |
template<typename T , typename F > | |
void | osvr::common::for_each_cleanup_pointers (T &c, F &&f) |
Given a container of weak ptrs to some type and a functor that operates on references to that type, go through all elements of the container in a single pass, calling the functor on those elements still valid, and removing those invalid ones. More... | |
Implementation.