Otclient  14/8/2020
shared_object.h File Reference
#include "types.h"
#include <type_traits>
#include <functional>
#include <cassert>
#include <ostream>
Include dependency graph for shared_object.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  stdext::shared_object_ptr< T >
 
class  stdext::shared_object
 
class  stdext::shared_object_ptr< T >
 
struct  std::hash< stdext::shared_object_ptr< T > >
 

Namespaces

 stdext
 
 std
 

Functions

template<class T , class U >
bool stdext::operator== (shared_object_ptr< T > const &a, shared_object_ptr< U > const &b)
 
template<class T , class U >
bool stdext::operator!= (shared_object_ptr< T > const &a, shared_object_ptr< U > const &b)
 
template<class T , class U >
bool stdext::operator== (shared_object_ptr< T > const &a, U *b)
 
template<class T , class U >
bool stdext::operator!= (shared_object_ptr< T > const &a, U *b)
 
template<class T , class U >
bool stdext::operator== (T *a, shared_object_ptr< U > const &b)
 
template<class T , class U >
bool stdext::operator!= (T *a, shared_object_ptr< U > const &b)
 
template<class T >
bool stdext::operator< (shared_object_ptr< T > const &a, shared_object_ptr< T > const &b)
 
template<class T >
T * stdext::get_pointer (shared_object_ptr< T > const &p)
 
template<class T , class U >
shared_object_ptr< T > stdext::static_pointer_cast (shared_object_ptr< U > const &p)
 
template<class T , class U >
shared_object_ptr< T > stdext::const_pointer_cast (shared_object_ptr< U > const &p)
 
template<class T , class U >
shared_object_ptr< T > stdext::dynamic_pointer_cast (shared_object_ptr< U > const &p)
 
template<class T , typename... Args>
stdext::shared_object_ptr< T > stdext::make_shared_object (Args... args)
 
template<class E , class T , class Y >
std::basic_ostream< E, T > & stdext::operator<< (std::basic_ostream< E, T > &os, shared_object_ptr< Y > const &p)
 
template<class T >
void std::swap (stdext::shared_object_ptr< T > &lhs, stdext::shared_object_ptr< T > &rhs)