This is the documentation for Enlighten.
class Enlighten GenericColourBuffer ConstIterator
template<typename ValueType>
class Enlighten::GenericColourBuffer::ConstIterator
Const Iterator.
Functions
Name | Description |
|---|---|
Constructor. | |
Get a pointer to the data referenced by this iterator. | |
Not-equals operator. | |
Gets the stored value and promote to the ExpandedType. | |
Jump forward. | |
Pre-increment next value. | |
Post-increment next value. | |
Increment to next nth value. | |
Equality operator. |
Enlighten::GenericColourBuffer< C >::ConstIterator< ValueType >::ConstIterator
public: ConstIterator
(
const void * mem
)
Constructor.
const ValueType* Enlighten::GenericColourBuffer< C >::ConstIterator< ValueType >::GetPtr
public: const ValueType * GetPtr() const
Get a pointer to the data referenced by this iterator.
bool Enlighten::GenericColourBuffer< C >::ConstIterator< ValueType >::operator!=
public: bool operator!=
(
const ConstIterator & other
) const
Not-equals operator.
const ValueType Enlighten::GenericColourBuffer< C >::ConstIterator< ValueType >::operator*
public: const ValueType operator*() const
Gets the stored value and promote to the ExpandedType.