#include <_scv_data_structure.h>
Inheritance diagram for _scv_data_structure:


Public Methods | |
| virtual | ~_scv_data_structure () |
| const char * | get_name () const |
| virtual const char * | kind () const |
| virtual void | print (ostream &o, int details, int indent) const |
| virtual void | show (int details=0, int indent=0) const |
| const char * | nameP () const |
| _scv_data_structure (const char *name="< anonymous >") | |
Static Public Methods | |
| int | get_debug () |
| void | set_debug (int debug) |
| void | set_class_debug (int debug) |
Public Attributes | |
| string | _name |
Static Public Attributes | |
| int | _debug = -1 |
| const char * | _kind = "_scv_data_structure" |
|
|
Definition at line 106 of file _scv_data_structure.h. |
|
|
Definition at line 137 of file _scv_data_structure.h. References _name. |
|
|
Reimplemented in scv_random. Definition at line 126 of file _scv_data_structure.h. References _debug. |
|
|
Implements scv_object_if. Definition at line 111 of file _scv_data_structure.h. References _name. Referenced by scv_random::print(), _scv_associative_array< scv_extensions_if *, bddNodeT * >::print(), scv_random::print_current_seeds(), scv_random::print_initial_seeds(), and scv_random::set_algorithm(). |
|
|
|
||||||||||||||||
|
|
Definition at line 142 of file _scv_data_structure.h. References _debug. |
|
|
Reimplemented in scv_random. Definition at line 128 of file _scv_data_structure.h. References _debug, scv_debug::DATA_STRUCTURES, and scv_debug::set_facility_level(). |
|
||||||||||||
|
|
Definition at line 226 of file scv_util.cpp. Referenced by get_debug(), set_class_debug(), and set_debug(). |
|
|
Definition at line 228 of file scv_util.cpp. Referenced by kind(). |
|
|
Definition at line 138 of file _scv_data_structure.h. Referenced by _scv_data_structure(), get_name(), nameP(), and scv_random::scv_random(). |
1.2.18