16#ifndef SIMICS_SYSTEMC_AWARENESS_PROXY_ATTRIBUTE_NAME_H
17#define SIMICS_SYSTEMC_AWARENESS_PROXY_ATTRIBUTE_NAME_H
39 void init(
const std::string &name);
46 std::ostringstream
os_;
47 std::string::const_iterator
it_;
Definition: proxy_attribute_name.h:32
bool skip_error_header_
Definition: proxy_attribute_name.h:49
std::string::const_iterator it_
Definition: proxy_attribute_name.h:47
ProxyAttributeName(std::string attribute_name)
bool transformed_
Definition: proxy_attribute_name.h:51
std::string::const_iterator it_end_
Definition: proxy_attribute_name.h:48
void init(const std::string &name)
bool error_occurred_
Definition: proxy_attribute_name.h:50
std::ostringstream os_
Definition: proxy_attribute_name.h:46
Definition: pci_bus_interface.h:24