class CycleStep


継承:


public メンバ関数
[more] CycleStep()
[more] CycleStep(UInt c)
[more] CycleStep(const CycleStep& src)
[more]void init(UInt c = 0)
[more]void update()
[more]CycleStep& set(UInt c, Bool updatep = True)
[more]CycleStep& set(const CycleStep& src)
[more]CycleStep& operator=(const CycleStep& src)
[more]CycleStep& operator=(const UInt c)
[more]CycleStep& setupdate(const CycleStep& src)
[more]Bool operator==(const CycleStep& ref)
[more]CycleStep& operator++()
[more]CycleStep& operator++(int)
[more]CycleStep& inc(Bool updatep = True)
[more]Bool isNewer(const CycleStep & ref, Int margin = 0) const
[more]Bool isOlder(const CycleStep & ref, Int margin = 0) const
[more]Bool operator<(const CycleStep & ref) const
[more]Bool operator<=(const CycleStep & ref) const
[more]Bool operator>(const CycleStep & ref) const
[more]Bool operator>=(const CycleStep & ref) const


文書

o CycleStep()

o CycleStep(UInt c)

o CycleStep(const CycleStep& src)

ovoid init(UInt c = 0)

ovoid update()

oCycleStep& set(UInt c, Bool updatep = True)

oCycleStep& set(const CycleStep& src)

oCycleStep& operator=(const CycleStep& src)

oCycleStep& operator=(const UInt c)

oCycleStep& setupdate(const CycleStep& src)

oBool operator==(const CycleStep& ref)

oCycleStep& operator++()

oCycleStep& operator++(int)

oCycleStep& inc(Bool updatep = True)

oBool isNewer(const CycleStep & ref, Int margin = 0) const

oBool isOlder(const CycleStep & ref, Int margin = 0) const

oBool operator<(const CycleStep & ref) const

oBool operator<=(const CycleStep & ref) const

oBool operator>(const CycleStep & ref) const

oBool operator>=(const CycleStep & ref) const


このクラスには、子クラスは存在しない

Alphabetic index HTML クラス階層 or Java



This page was generated with the help of DOC++.