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.

Parameters
  • cell[in] The cellbase.

  • prev[in] The previous inputs/outputs.

  • index[in] Index of inputs/outputs.

inline int32_t GetIndex() const

Get index.

Returns

index Index of inputs/outputs.

inline void SetIndex(int32_t index)

Set index.

Parameters

index[in] Index to be set.