MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / PathTreeOwner

Method PathTreeOwner

inc/osvr/Common/PathTreeOwner.h:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 class PathTreeOwner : private boost::noncopyable {
49 public:
50 PathTreeOwner() = default;
51
52 /// non-copyable
53 PathTreeOwner(PathTreeOwner const &) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected