Xyce
6.1
|
#include <ostream>
#include <string>
#include <N_DEV_Pars.h>
#include <N_DEV_DeviceOptions.h>
#include <N_ERH_Message.h>
#include <N_UTL_Demangle.h>
Go to the source code of this file.
Namespaces | |
namespace | Xyce |
Root namespace for the Xyce project. | |
namespace | Xyce::Device |
Circuit Device Definitions. | |
Functions | |
void | Xyce::Device::setDefaultParameters (ParameterBase ¶meter_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 ¶meter_data_class) |
Report error if both MIN_CAP and MIN_RES have been specified. More... | |