ReFRACtor
|
#include <boost/shared_ptr.hpp>
Go to the source code of this file.
Classes | |
class | FullPhysics::null_deleter |
Class for use with boost::shared_ptr when we don't want data to be deleted. More... | |
Namespaces | |
FullPhysics | |
Contains classes to abstract away details in various Spurr Radiative Transfer software. | |
Functions | |
template<class T > | |
boost::shared_ptr< T > | FullPhysics::to_ptr (T &t) |
Helper routine to get a shared_ptr from a reference. More... | |