TpgGateList¶
-
class TpgGateList : public TpgListBase¶
TpgGate のリスト
Public Functions
-
TpgGateList() = default¶
空のコンストラクタ
値を指定したコンストラクタ
- パラメータ:
network -- [in] 親のネットワーク
id_list -- [in] ノード番号のリスト
-
~TpgGateList() = default¶
デストラクタ
-
inline TpgGate operator[](SizeType index) const¶
要素を返す.
- パラメータ:
index -- [in] インデックス ( 0 <= index < size() );
-
inline iterator begin() const¶
先頭の反復子を返す.
-
inline iterator end() const¶
末尾の反復子を返す.
-
TpgGateList() = default¶