OSVR-Core
Namespaces | Typedefs
BoostDeletable.h File Reference

Header for boost::shared_ptr-based management of Deletables. More...

#include <osvr/Util/Deletable.h>
#include <boost/shared_ptr.hpp>
#include <vector>

Go to the source code of this file.

Namespaces

 osvr
 The main namespace for all C++ elements of the framework, internal and external.
 
 osvr::util
 The Util library: Functionality not necessarily coupled to any particular core library, serving more as a common base layer behind all systems.
 

Typedefs

typedef ::boost::shared_ptr< Deletable > osvr::util::boost_util::DeletablePtr
 Shared-ownership smart pointer to a Deletable, using Boost's shared pointers. More...
 
typedef ::std::vector< DeletablePtr > osvr::util::boost_util::DeletableList
 Vector of shared-ownership smart pointers.
 

Detailed Description

Header for boost::shared_ptr-based management of Deletables.

Date
2015
Author
Sensics, Inc. http://sensics.com/osvr

Typedef Documentation

§ DeletablePtr

typedef ::boost::shared_ptr<Deletable> osvr::util::boost_util::DeletablePtr

Shared-ownership smart pointer to a Deletable, using Boost's shared pointers.