Xyce  6.1
N_DEV_InstanceName.h File Reference
#include <string>
#include <N_DEV_fwd.h>
#include <N_UTL_NoCase.h>
Include dependency graph for N_DEV_InstanceName.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Xyce::Device::InstanceName
 Devices and models are each named. More...
 

Namespaces

 Xyce
 Pure virtual class to augment a linear system.
 
 Xyce::Device
 Circuit Device Definitions.
 

Functions

bool Xyce::Device::operator== (const InstanceName &instance_name, const std::string &name)
 
bool Xyce::Device::operator< (const InstanceName &instance_name, const std::string &name)
 
bool Xyce::Device::operator!= (const InstanceName &instance_name, const std::string &name)
 
std::string Xyce::Device::setupOutputName (const InstanceName &name)
 
std::ostream & Xyce::Device::operator<< (std::ostream &os, const InstanceName &instance_name)
 
std::string Xyce::Device::spiceInternalName (const InstanceName &instance_name, const std::string &lead)
 
std::string Xyce::Device::spiceStoreName (const InstanceName &instance_name, const std::string &lead)