Xyce
6.1
|
operator to populate a map from device instance name to device instance pointer More...
#include <N_DEV_Algorithm.h>
Public Member Functions | |
MapOp (std::map< std::string, C * > &map) | |
Destination map reference into the operator. More... | |
virtual bool | operator() (DeviceInstance *device_instance) |
![]() | |
virtual | ~DeviceInstanceOp () |
Public Attributes | |
std::map< std::string, C * > & | map_ |
operator to populate a map from device instance name to device instance pointer
Definition at line 285 of file N_DEV_Algorithm.h.
|
inline |
Destination map reference into the operator.
map | map to insert name to instance mapping |
Definition at line 300 of file N_DEV_Algorithm.h.
|
inlinevirtual |
Implements Xyce::Device::DeviceInstanceOp.
Definition at line 315 of file N_DEV_Algorithm.h.
std::map<std::string, C *>& Xyce::Device::MapOp< C >::map_ |
Definition at line 321 of file N_DEV_Algorithm.h.