User Tools

Site Tools


class:domain:orderitemiterator

OrderItemIterator

Inherited from NULL

Inherited by NULL

Friend class NULL

Description

Members

Public interface

  • OrderItemIterator(const T * el = NULL)
  • OrderItemIterator & operator ++()
  • const T * operator *()
  • bool operator != (const OrderItemIterator & r)
  • void init(const T * cur)
  • void reset()
  • const T * next()

const T * m_pFront

const T * m_pCur

const T * m_pNext


OrderItemIterator(const T * el = NULL)

  • function:
  • parameters:
    1. [i]const T * el = NULL:
  • return value:

OrderItemIterator & operator ++()

  • function:
  • parameters: NULL
  • return value:

const T * operator *()

  • function:
  • parameters: NULL
  • return value:

bool operator != (const OrderItemIterator & r)

  • function:
  • parameters:
    1. [i]const OrderItemIterator & r:
  • return value:

void init(const T * cur)

  • function:
  • parameters:
    1. [i]const T * cur:
  • return value:

void reset()

  • function:
  • parameters: NULL
  • return value:

const T * next()

  • function:
  • parameters: NULL
  • return value:
class/domain/orderitemiterator.txt · Last modified: 2023/05/06 07:01 (external edit)