#include <viewiterator.h>
Public Types | |
using | ValueType = Int |
using | ConstIterator = BaseIterator< const MemberMap, false > |
Public Member Functions | |
MAXON_DISALLOW_COPY_AND_ASSIGN (MemberMap) | |
Block< const Int > | ToBlock () const |
Block< Int > | ToBlock () |
ConstIterator | Begin () const |
ConstIterator | End () const |
Public Attributes | |
const Int | count |
Int | members [] |
Private Member Functions | |
MemberMap (Int cnt) | |
Friends | |
class | DataTypeLibImpl |
using ConstIterator = BaseIterator<const MemberMap, false> |
MAXON_DISALLOW_COPY_AND_ASSIGN | ( | MemberMap | ) |
ConstIterator Begin | ( | ) | const |
Gets an iterator pointing to the first member index.
ConstIterator End | ( | ) | const |
Returns an iterator pointing to the end of the member indices (one behind last).
|
friend |
const Int count |
Int members[] |