Private and protected interface of class 'SimulateState'. More...
#include <SimulateState_private.h>
Public Member Functions | |
INHERITS_FROM (Object) | |
Data Fields | |
bdd_ptr | bdd |
DDMgr_ptr | dd_mgr |
TraceLabel | trace_label |
Related Functions | |
(Note that these are not member functions.) | |
void | simulate_state_deinit (SimulateState_ptr self) |
The SimulateState class private deinitializer. | |
SimulateState_ptr | SimulateState_create (DDMgr_ptr const dd_mgr, bdd_ptr const bdd, TraceLabel const trace_label) |
The SimulateState class constructor. | |
void | SimulateState_destroy (SimulateState_ptr self) |
The SimulateState class destructor. |
Private and protected interface of class 'SimulateState'.
Public interface of class 'SimulateState'.
SimulateState class definition derived from class Object
Definition of the public accessor for class SimulateState
SimulateState::INHERITS_FROM | ( | Object | ) |
void simulate_state_deinit | ( | SimulateState_ptr | self | ) | [related] |
The SimulateState class private deinitializer.
The SimulateState class private deinitializer
SimulateState_ptr SimulateState_create | ( | DDMgr_ptr const | dd_mgr, | |
bdd_ptr const | bdd, | |||
TraceLabel const | trace_label | |||
) | [related] |
The SimulateState class constructor.
AutomaticStart
The SimulateState class constructor
void SimulateState_destroy | ( | SimulateState_ptr | self | ) | [related] |
The SimulateState class destructor.
The SimulateState class destructor
bdd_ptr SimulateState::bdd |