#include <r_c_shortest_paths.hpp>
Public Member Functions | |
ks_smart_pointer (T *ptt=0) | |
ks_smart_pointer (const ks_smart_pointer &other) | |
ks_smart_pointer & | operator= (const ks_smart_pointer &other) |
~ks_smart_pointer () | |
T & | operator* () const |
T * | operator-> () const |
T * | get () const |
operator T * () const | |
Friends | |
bool | operator== (const ks_smart_pointer &t, const ks_smart_pointer &u) |
bool | operator!= (const ks_smart_pointer &t, const ks_smart_pointer &u) |
bool | operator< (const ks_smart_pointer &t, const ks_smart_pointer &u) |
bool | operator> (const ks_smart_pointer &t, const ks_smart_pointer &u) |
bool | operator<= (const ks_smart_pointer &t, const ks_smart_pointer &u) |
bool | operator>= (const ks_smart_pointer &t, const ks_smart_pointer &u) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |