Class InputAndOutput

Class Documentation

class InputAndOutput

Public Functions

InputAndOutput()

Constructor of InputAndOutput.

~InputAndOutput() = default

Destructor of InputAndOutput.

InputAndOutput(const std::shared_ptr<CellBase> &cell, const std::vector<InputAndOutput> &prev, int32_t index)

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.