MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / get

Method get

include/RavEngine/Ref.hpp:75–77  ·  view source on GitHub ↗

get bare pointer (caution!)

Source from the content-addressed store, hash-verified

73
74 //get bare pointer (caution!)
75 T* get() const {
76 return ptr;
77 }
78
79 /*template<typename U>
80 explicit operator typename std::enable_if<std::is_base_of<U,T>::value, const Ref<U>&>::type() const {

Callers 12

TestEntityMethod · 0.45
OnStartupMethod · 0.45
TestWorldMethod · 0.45
AddHookMethod · 0.45
SpawnMethod · 0.45
AddHookMethod · 0.45
~IPhysicsActorMethod · 0.45
tickMethod · 0.45
RefMethod · 0.45
RefClass · 0.45
operator==Method · 0.45
operator<Method · 0.45

Calls

no outgoing calls

Tested by 3

TestEntityMethod · 0.36
OnStartupMethod · 0.36
TestWorldMethod · 0.36