MCPcopy Create free account
hub / github.com/HewlettPackard/mcpat / ArrayST

Method ArrayST

array.h:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45class 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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected