template<class Content> class Itk::StackT: public MemArrayT<Content>


継承:


public クラス
class XptUnderflow
class XptOverflow

public メンバ関数
[more]StackT<Content> (char * const nm = ITK_DFLT_STACK_NAME, UInt const sz = ITK_DFLT_STACK_SIZE, UInt const ef = ITK_DFLT_EXPAND_FACTOR)
[more]UInt toppos() const
[more]void rewind(UInt const newtop)
[more]void reset()
[more]Bool isEmpty() const
[more]Stack* push(const Content& val)
[more]Content& pushTop()
[more]Content& pop()
[more]Content& popN(const UInt c)
[more]Int removeAll(const Content & val)
[more]void removeNthTop(UInt n)
[more]void removeNthBottom(UInt n)
[more]Content& top() const
[more]Content& topN(const UInt c) const
[more]Content& bottomN(UInt c) const
[more]Content* pushGetTopPtr()
[more]virtual void describe(ostream& ostr, const Bool detailp = True) const


継承MemArrayT:

public クラス
class XptIllegalExpand
class Iterator
class RevIterator

public メンバ関数
ovoid init(char *nm = ITK_DFLT_MEMARRAY_NAME, UInt sz = ITK_DFLT_MEMARRAY_SIZE, UInt ef = ITK_DFLT_EXPAND_FACTOR)
oMemArray& copy(const MemArray & org)
oMemArray& operator=(const MemArray& org)
oContent& operator[] (const UInt i) const
ovoid expand()
ovoid expand(UInt newsize)
oContent* findPtr(const Content & content)
oUInt findPos(const Content & content)
ovoid shiftUp(const UInt n, const UInt l)
ovoid shiftDown(const UInt n, const UInt l)
oBool remove(const Content & content)
oIterator begin()
oIterator end()
oRevIterator rbegin()
oRevIterator rend()


継承WithDescriber:

public メンバ関数
ovirtual const char* className() const
ovirtual void describePtr(ostream& ostr, const Bool detailp = True) const


文書

oStackT<Content> (char * const nm = ITK_DFLT_STACK_NAME, UInt const sz = ITK_DFLT_STACK_SIZE, UInt const ef = ITK_DFLT_EXPAND_FACTOR)

oUInt toppos() const

ovoid rewind(UInt const newtop)

ovoid reset()

oBool isEmpty() const

oStack* push(const Content& val)

oContent& pushTop()

oContent& pop()

oContent& popN(const UInt c)

oInt removeAll(const Content & val)

ovoid removeNthTop(UInt n)

ovoid removeNthBottom(UInt n)

oContent& top() const

oContent& topN(const UInt c) const

oContent& bottomN(UInt c) const

oContent* pushGetTopPtr()

ovirtual void describe(ostream& ostr, const Bool detailp = True) const


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

Alphabetic index HTML クラス階層 or Java



このページは、DOC++により生成されています