在UVM中,get_parent是一个非常重要的方法,它用于获取当前对象的父级对象。 get_parent方法的用法如下: 1. 语法 get_parent方法的语法如下所示: uvm_object_base #(T) get_parent() 其中,uvm_object_base是一个UVM中的基类,#(T)表示泛型类型。get_parent方法返回一个uvm_object_base类型的父级对象。 2. ...
{// Find common ancestorUIElement* commonAncestor = m_MouseOverElement->FindCommonAncestor(hitElement);// ASSERT(commonAncestor);for(UIElement* p = m_MouseOverElement; p != commonAncestor; p = p->get_Parent()) { p->set_IsMouseOver(false); }for(UIElement* p = hitElement; p != comm...
newinit->set_parent(i);// DQ (6/23/2006): Set the parent and file_info pointers// printf ("Setting parent of i = %p = %s to parent = %p = %s \n",i,i->class_name().c_str(),in,in->class_name().c_str());i->set_parent(in); ROSE_ASSERT(i->get_parent() !=NULL);...
CM_Get_Parent函数获取指定设备节点的父节点的设备实例句柄, (本地计算机的设备树中的devnode) 。 备注 在Windows Vista 和更高版本的 Windows 中,统一设备属性模型使用DEVPKEY_Device_Parent属性键来表示设备父级。 有关详细信息,请参阅检索设备关系。
PHP get_parent_class 类/对象函数 定义和用法 get_parent_class - 返回对象或类的父类名 版本支持 PHP4PHP5PHP7 支持 支持 支持 Before 5.1.0 如果在没有参数外部对象的情况下调用,则此函数将返回带有警告的NULL。 Since 5.0.0 如果从对象的方法调用,则object参数是可选的。 Since 4.0.5 如果object是...
ICategory::get_Name 方法 ICategory::get_Order 方法 ICategory::get_Parent 方法 ICategory::get_Type 方法 ICategory::get_Updates 方法 ICategoryCollection 接口 IDownloadCompletedCallback 接口 IDownloadCompletedCallbackArgs 接口 IDownloadJob 接口 ...
(2) 注:下文的源代码比较旧,新版中exp=get_mirrored_value,而不是exp=get(); 1taskuvm_reg::mirror(outputuvm_status_e status,2inputuvm_check_e check =UVM_NO_CHECK,3inputuvm_path_e path =UVM_DEFAULT_PATH,4inputuvm_reg_map map =null,5inputuvm_sequence_base parent =null,6inputintprior =...
HRESULT get_Parent( IFolder ** ppIFolder ) ParametersppIFolder [out] Reference to the parent IFolder object.Return ValuesThis method returns the standard values HRESULT_FROM_WIN32(GetLastError()), E_INVALIDARG, and S_FAIL, as well as the following:S...
MPI_COMM_GET_PARENT(PARENT, IERROR)INTEGERPARENT, IERROR 注解 如果进程是使用MPI_Comm_spawn或MPI_Comm_spawn_multiple启动的,MPI_Comm_get_parent返回当前进程的父间通信器。 此父通信器是在MPI_Init内隐式创建的,并且是父级中MPI_Comm_spawn返回的同一对讲器。