Class InputAndOutput
Defined in File cell.h
Class Documentation
-
class InputAndOutput
Public Functions
-
InputAndOutput()
Constructor of InputAndOutput.
-
~InputAndOutput() = default
Destructor of InputAndOutput.
Constructor of InputAndOutput.
- 参数
cell – [in] The cellbase.
prev – [in] The previous inputs/outputs.
index – [in] Index of inputs/outputs.
-
inline int32_t GetIndex() const
Get index.
- 返回
index Index of inputs/outputs.
-
inline void SetIndex(int32_t index)
Set index.
- 参数
index – [in] Index to be set.
-
InputAndOutput()