Xyce  6.1
N_DEV_Pars.C File Reference
#include <Xyce_config.h>
#include <ostream>
#include <string>
#include <N_DEV_Pars.h>
#include <N_DEV_DeviceOptions.h>
#include <N_ERH_Message.h>
#include <N_UTL_Demangle.h>
Include dependency graph for N_DEV_Pars.C:

Go to the source code of this file.

Namespaces

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

Functions

void Xyce::Device::setDefaultParameters (ParameterBase &parameter_base, ParameterMap::const_iterator begin, ParameterMap::const_iterator end, const DeviceOptions &device_options)
 Set the default values for the parameter. More...
 
void Xyce::Device::nonexistentParameter (const std::string &name, const std::type_info &entity_type)
 Report casting error when attempting to cast from from_type to to_type. More...
 
void Xyce::Device::typeMismatch (const std::type_info &from_type, const std::type_info &to_type)
 Report casting error when attempting to cast from from_type to to_type. More...
 
void Xyce::Device::checkExprAccess (const std::string &name, ParameterType::ExprAccess &expr_access, const std::type_info &parameter_data_class)
 Report error if both MIN_CAP and MIN_RES have been specified. More...