Xyce
6.1
|
Operator to populate a container of strings with the names of the device instances. More...
#include <N_DEV_Algorithm.h>
Public Member Functions | |
DeviceInstanceNameOp (Out it) | |
Copies output iterator to it_. More... | |
virtual bool | operator() (DeviceInstance *device_instance) |
Write the result of getName(instance) to the output iterator. More... | |
![]() | |
virtual | ~DeviceInstanceOp () |
Public Attributes | |
Out | it_ |
Output iterator. More... | |
Operator to populate a container of strings with the names of the device instances.
Definition at line 237 of file N_DEV_Algorithm.h.
|
inline |
Copies output iterator to it_.
Definition at line 250 of file N_DEV_Algorithm.h.
|
inlinevirtual |
Write the result of getName(instance) to the output iterator.
Implements Xyce::Device::DeviceInstanceOp.
Definition at line 265 of file N_DEV_Algorithm.h.
Out Xyce::Device::DeviceInstanceNameOp< Out >::it_ |
Output iterator.
Definition at line 271 of file N_DEV_Algorithm.h.