MCPcopy Create free account
hub / github.com/apache/trafficserver / get

Method get

include/tscore/IntrusivePtr.h:496–501  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494
495template <typename T>
496T *
497IntrusivePtr<T>::get() const
498{
499 IntrusivePtrPolicy<T>::dereferenceCheck(m_obj);
500 return m_obj;
501}
502
503/* The Set/Unset methods are the basic implementation of our
504 * reference counting. The Reset method is the standard way

Callers 8

dynamic_ptr_castFunction · 0.45
ptr_castFunction · 0.45
operator()Method · 0.45
IntrusivePtrMethod · 0.45
IntrusivePtr.hFile · 0.45
operator==Function · 0.45
operator!=Function · 0.45
operator<Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected