SystemC Library API Reference Manual
Reference documentation for the Simics SystemC Library.
 
Loading...
Searching...
No Matches
simics::systemc::awareness::ProxyAttributeName Class Reference

#include <proxy_attribute_name.h>

Inheritance diagram for simics::systemc::awareness::ProxyAttributeName:
simics::systemc::awareness::ProxyClassName simics::systemc::awareness::ProxyName

Public Member Functions

 ProxyAttributeName ()
 
 ProxyAttributeName (std::string attribute_name)
 
bool transformed ()
 

Protected Member Functions

void init (const std::string &name)
 
bool drop (int *c)
 
bool next (int *c)
 
bool error (int *c)
 
bool letter (int c)
 
bool digit (int c)
 

Protected Attributes

std::ostringstream os_
 
std::string::const_iterator it_
 
std::string::const_iterator it_end_
 
bool skip_error_header_
 
bool error_occurred_
 
bool transformed_
 

Constructor & Destructor Documentation

◆ ProxyAttributeName() [1/2]

simics::systemc::awareness::ProxyAttributeName::ProxyAttributeName ( )

◆ ProxyAttributeName() [2/2]

simics::systemc::awareness::ProxyAttributeName::ProxyAttributeName ( std::string  attribute_name)
explicit

Member Function Documentation

◆ digit()

bool simics::systemc::awareness::ProxyAttributeName::digit ( int  c)
protected

◆ drop()

bool simics::systemc::awareness::ProxyAttributeName::drop ( int *  c)
protected

◆ error()

bool simics::systemc::awareness::ProxyAttributeName::error ( int *  c)
protected

◆ init()

void simics::systemc::awareness::ProxyAttributeName::init ( const std::string &  name)
protected

◆ letter()

bool simics::systemc::awareness::ProxyAttributeName::letter ( int  c)
protected

◆ next()

bool simics::systemc::awareness::ProxyAttributeName::next ( int *  c)
protected

◆ transformed()

bool simics::systemc::awareness::ProxyAttributeName::transformed ( )

Member Data Documentation

◆ error_occurred_

bool simics::systemc::awareness::ProxyAttributeName::error_occurred_
protected

◆ it_

std::string::const_iterator simics::systemc::awareness::ProxyAttributeName::it_
protected

◆ it_end_

std::string::const_iterator simics::systemc::awareness::ProxyAttributeName::it_end_
protected

◆ os_

std::ostringstream simics::systemc::awareness::ProxyAttributeName::os_
protected

◆ skip_error_header_

bool simics::systemc::awareness::ProxyAttributeName::skip_error_header_
protected

◆ transformed_

bool simics::systemc::awareness::ProxyAttributeName::transformed_
protected

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