

Public Types | |
| typedef ovm_built_in_pair< T1, T2 > | this_type |
Public Member Functions | |
| new (input T1 f, input T2 s, string name="") | |
| virtual ovm_object | create (string name="") |
| virtual string | get_type_name () |
| virtual string | convert2string () |
| bit | comp (this_type t) |
| void | copy (input this_type t) |
| virtual ovm_object | clone () |
Public Attributes | |
| T1 | first |
| T2 | second |
Static Public Attributes | |
| static const string | type_name = "ovm_built_in_pair <T1,T2>" |
Definition at line 98 of file ovm_pair.svh.
| typedef ovm_built_in_pair< T1 , T2 > ovm_built_in_pair< T1, T2 >::this_type |
Definition at line 100 of file ovm_pair.svh.
| ovm_built_in_pair< T1, T2 >::new | ( | input T1 | f, | |
| input T2 | s, | |||
| string | name = "" | |||
| ) |
Definition at line 107 of file ovm_pair.svh.
| virtual ovm_object ovm_built_in_pair< T1, T2 >::create | ( | string | name = "" |
) | [virtual] |
| virtual string ovm_built_in_pair< T1, T2 >::get_type_name | ( | ) | [virtual] |
| virtual string ovm_built_in_pair< T1, T2 >::convert2string | ( | ) | [virtual] |
| bit ovm_built_in_pair< T1, T2 >::comp | ( | this_type | t | ) |
Definition at line 138 of file ovm_pair.svh.
| void ovm_built_in_pair< T1, T2 >::copy | ( | input this_type | t | ) |
Definition at line 142 of file ovm_pair.svh.
| virtual ovm_object ovm_built_in_pair< T1, T2 >::clone | ( | ) | [virtual] |
const string ovm_built_in_pair< T1, T2 >::type_name = "ovm_built_in_pair <T1,T2>" [static] |
Definition at line 102 of file ovm_pair.svh.
| T1 ovm_built_in_pair< T1, T2 >::first |
Definition at line 104 of file ovm_pair.svh.
| T2 ovm_built_in_pair< T1, T2 >::second |
Definition at line 105 of file ovm_pair.svh.
![]() Intelligent Design Verification Project: OVM, Revision: 2.0.1 |
Copyright (c) 2008 Intelligent Design Verification. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included here: http://www.intelligentdv.com/licenses/fdl.txt |
![]() Doxygen Version: 1.5.5 Wed Jan 7 19:27:40 2009 |