#include "platform.hpp"
#include <memory>
#include "cstddef.hpp"
#include <boost/enable_shared_from_this.hpp>
#include <boost/make_shared.hpp>
#include <boost/move/unique_ptr.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/smart_ptr/owner_less.hpp>
#include <boost/weak_ptr.hpp>
Namespaces | |
kanzi | |
Easing functions that require external dependencies for calculation. | |
Functions | |
template<typename TBase , typename T > | |
shared_ptr< T > | kanzi::make_polymorphic_shared_ptr (T *p) |
template<typename T > | |
bool | kanzi::operator!= (const shared_ptr< T > &v, nullptr_t) |
template<typename T > | |
bool | kanzi::operator!= (nullptr_t, const shared_ptr< T > &v) |
template<typename T > | |
bool | kanzi::operator!= (const unique_ptr< T > &v, nullptr_t) |
template<typename T > | |
bool | kanzi::operator!= (nullptr_t, const unique_ptr< T > &v) |
template<typename T > | |
bool | kanzi::operator== (const shared_ptr< T > &v, nullptr_t) |
template<typename T > | |
bool | kanzi::operator== (nullptr_t, const shared_ptr< T > &v) |
template<typename T > | |
bool | kanzi::operator== (const unique_ptr< T > &v, nullptr_t) |
template<typename T > | |
bool | kanzi::operator== (nullptr_t, const unique_ptr< T > &v) |