#include <boost/shared_ptr.hpp>
Go to the source code of this file.
Namespaces | |
namespace | toast |
Classes | |
struct | toast::pointer_traits< T * > |
Given some pointer type will provide typedef's for pointer_type, value_type and reference_type. More... | |
struct | toast::pointer_traits< boost::shared_ptr< T > > |
Given some boost::shared_ptr will provide typedef's for pointer_type, value_type and reference_type. More... |