

Public Member Functions | |
| new (string name="") | |
| virtual ovm_object | create (string name="") |
| virtual string | get_type_name () |
| virtual ovm_barrier | get (string name) |
| virtual int | num () |
| virtual void | delete (string name) |
| virtual int | exists (string name) |
| virtual int | first (ref string name) |
| virtual int | last (ref string name) |
| virtual int | next (ref string name) |
| virtual int | prev (ref string name) |
| virtual void | do_print (ovm_printer printer) |
| virtual void | do_copy (ovm_object rhs) |
Static Public Member Functions | |
| static ovm_barrier_pool | get_global_pool () |
Static Public Attributes | |
| static const string | type_name = "ovm_barrier_pool" |
Private Attributes | |
| ovm_barrier | pool [string] |
Static Private Attributes | |
| static ovm_barrier_pool | m_global_pool |
Definition at line 184 of file ovm_event.svh.
| ovm_barrier_pool::new | ( | string | name = "" |
) |
| ovm_object ovm_barrier_pool::create | ( | string | name = "" |
) | [virtual] |
| string ovm_barrier_pool::get_type_name | ( | ) | [virtual] |
| ovm_barrier_pool ovm_barrier_pool::get_global_pool | ( | ) | [static] |
Definition at line 685 of file ovm_event.sv.
| ovm_barrier ovm_barrier_pool::get | ( | string | name | ) | [virtual] |
Definition at line 698 of file ovm_event.sv.
| int ovm_barrier_pool::num | ( | ) | [virtual] |
Definition at line 712 of file ovm_event.sv.
| void ovm_barrier_pool::delete | ( | string | name | ) | [virtual] |
Definition at line 720 of file ovm_event.sv.
| int ovm_barrier_pool::exists | ( | string | name | ) | [virtual] |
Definition at line 732 of file ovm_event.sv.
| int ovm_barrier_pool::first | ( | ref string | name | ) | [virtual] |
Definition at line 740 of file ovm_event.sv.
| int ovm_barrier_pool::last | ( | ref string | name | ) | [virtual] |
Definition at line 748 of file ovm_event.sv.
| int ovm_barrier_pool::next | ( | ref string | name | ) | [virtual] |
Definition at line 756 of file ovm_event.sv.
| int ovm_barrier_pool::prev | ( | ref string | name | ) | [virtual] |
Definition at line 764 of file ovm_event.sv.
| void ovm_barrier_pool::do_print | ( | ovm_printer | printer | ) | [virtual] |
| void ovm_barrier_pool::do_copy | ( | ovm_object | rhs | ) | [virtual] |
const string ovm_barrier_pool::type_name = "ovm_barrier_pool" [static] |
Definition at line 186 of file ovm_event.svh.
ovm_barrier_pool ovm_barrier_pool::m_global_pool [static, private] |
Definition at line 203 of file ovm_event.svh.
ovm_barrier ovm_barrier_pool::pool[string] [private] |
Definition at line 204 of file ovm_event.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 |