| 45 | class ArrayST :public Component{ |
| 46 | public: |
| 47 | ArrayST(){}; |
| 48 | ArrayST(const InputParameter *configure_interface, string _name, enum Device_ty device_ty_, bool opt_local_=true, enum Core_type core_ty_=Inorder, bool _is_default=true); |
| 49 | |
| 50 | InputParameter l_ip; |
nothing calls this directly
no outgoing calls
no test coverage detected