16 if (p_parent->
get_guid() == p_guid)
return p_parent;
23 if (temp)
return temp;
37 if (node) status = node->
get_display_data(p_out,p_displayflags,p_data,p_caller);
47 for(
unsigned walk = 1; walk < total; ++walk) {
55 contextmenu_item_v2::ptr v2;
57 return v2->get_parent();
string8_fastalloc string_formatter
bool service_query_t(service_ptr_t< T > &p_out)
Queries whether the object supports specific interface and retrieves a pointer to that interface...
Assumes t_freefunc to never throw exceptions.
Helper template used to easily access core services. Usage: static_api_ptr_t<myclass> api; api->doso...