Xyce  6.1
Xyce::Device::DeviceInstanceNameOp< Out > Struct Template Reference

Operator to populate a container of strings with the names of the device instances. More...

#include <N_DEV_Algorithm.h>

Inheritance diagram for Xyce::Device::DeviceInstanceNameOp< Out >:
Collaboration diagram for Xyce::Device::DeviceInstanceNameOp< Out >:

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...
 
- Public Member Functions inherited from Xyce::Device::DeviceInstanceOp
virtual ~DeviceInstanceOp ()
 

Public Attributes

Out it_
 Output iterator. More...
 

Detailed Description

template<class Out>
struct Xyce::Device::DeviceInstanceNameOp< Out >

Operator to populate a container of strings with the names of the device instances.

Definition at line 237 of file N_DEV_Algorithm.h.

Constructor & Destructor Documentation

template<class Out >
Xyce::Device::DeviceInstanceNameOp< Out >::DeviceInstanceNameOp ( Out  it)
inline

Copies output iterator to it_.

Definition at line 250 of file N_DEV_Algorithm.h.

Member Function Documentation

template<class Out >
virtual bool Xyce::Device::DeviceInstanceNameOp< Out >::operator() ( DeviceInstance device_instance)
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.

Member Data Documentation

template<class Out >
Out Xyce::Device::DeviceInstanceNameOp< Out >::it_

Output iterator.

Definition at line 271 of file N_DEV_Algorithm.h.


The documentation for this struct was generated from the following file: