Searched refs:num_attributes (Results 1 - 7 of 7) sorted by relevance

/gem5/src/systemc/tests/systemc/kernel/sc_object/test01/
H A Dtest01.cpp80 cout<<"number of attributes: "<< module.num_attributes()<<endl;
83 cout<<"number of attributes: "<< module.num_attributes()<<endl;
86 cout<<"number of attributes: "<< module.num_attributes()<<endl;
/gem5/src/systemc/ext/core/
H A Dsc_object.hh71 int num_attributes() const;
/gem5/src/systemc/core/
H A Dsc_object.cc112 sc_object::num_attributes() const function in class:sc_core::sc_object
114 return _gem5_object->num_attributes();
H A Dobject.hh76 int num_attributes() const;
H A Dobject.cc226 Object::num_attributes() const function in class:sc_gem5::Object
/gem5/ext/systemc/src/sysc/kernel/
H A Dsc_object.h100 int num_attributes() const;
H A Dsc_object.cpp417 sc_object::num_attributes() const function in class:sc_core::sc_object

Completed in 10 milliseconds