ovm_class_pair< T1, T2 > Class Template Reference

Inheritance diagram for ovm_class_pair< T1, T2 >:

Inheritance graph
[legend]
Collaboration diagram for ovm_class_pair< T1, T2 >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef ovm_class_pair< T1,
T2 > 
this_type

Public Member Functions

 new (input T1 f=null, input T2 s=null)
string convert2string ()
bit comp (this_type t)
void copy (input this_type t)
ovm_object clone ()

Public Attributes

T1 first
T2 second

Detailed Description

template<typename T1 = int, typename T2 = T1>
class ovm_class_pair< T1, T2 >

Definition at line 32 of file ovm_pair.svh.


Member Typedef Documentation

template<typename T1 = int, typename T2 = T1>
typedef ovm_class_pair< T1 , T2 > ovm_class_pair< T1, T2 >::this_type
 

Definition at line 34 of file ovm_pair.svh.


Member Function Documentation

template<typename T1 = int, typename T2 = T1>
ovm_object ovm_class_pair< T1, T2 >::clone  )  [virtual]
 

Reimplemented from ovm_object.

Definition at line 73 of file ovm_pair.svh.

template<typename T1 = int, typename T2 = T1>
bit ovm_class_pair< T1, T2 >::comp this_type  t  ) 
 

Definition at line 64 of file ovm_pair.svh.

template<typename T1 = int, typename T2 = T1>
string ovm_class_pair< T1, T2 >::convert2string  )  [virtual]
 

Reimplemented from ovm_transaction.

Definition at line 54 of file ovm_pair.svh.

template<typename T1 = int, typename T2 = T1>
void ovm_class_pair< T1, T2 >::copy input this_type  t  ) 
 

Definition at line 68 of file ovm_pair.svh.

template<typename T1 = int, typename T2 = T1>
ovm_class_pair< T1, T2 >::new input T1  f = null,
input T2  s = null
 

Reimplemented in avm_class_pair< T1, T2 >.

Definition at line 39 of file ovm_pair.svh.


Member Data Documentation

template<typename T1 = int, typename T2 = T1>
T1 ovm_class_pair< T1, T2 >::first
 

Definition at line 36 of file ovm_pair.svh.

template<typename T1 = int, typename T2 = T1>
T2 ovm_class_pair< T1, T2 >::second
 

Definition at line 37 of file ovm_pair.svh.


The documentation for this class was generated from the following file:
Intelligent Design Verification
Intelligent Design Verification
Project: OVM, Revision: 1.1.0
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
Doxygen Version: 1.4.6
Mon Sep 29 14:20:43 2008
Find a documentation bug? Report bugs to: bugs.intelligentdv.com Project: DoxygenFilterSV