#include <viewiterator.h>
Public Types |
|
| using | ValueType = Int |
| using | ConstIterator = BaseIterator < const MemberMap , false > |
公共成员函数 |
|
| Block < const Int > | ToBlock () const |
| Block < Int > | ToBlock () |
| ConstIterator | Begin () const |
| ConstIterator | End () const |
Public Attributes |
|
| const Int | count |
| Int | members [] |
私有成员函数 |
|
| MemberMap ( Int cnt) | |
Friends |
|
| class | DataTypeLibImpl |
| using ValueType = Int |
| using ConstIterator = BaseIterator <const MemberMap , false> |
|
explicit private |
| Block <const Int > ToBlock | ( | ) | const |
| Block < Int > ToBlock | ( | ) |
| ConstIterator Begin | ( | ) | const |
Gets an iterator pointing to the first member index.
| ConstIterator End | ( | ) | const |
Returns and iterator pointing to the end of the member indices (one behind last).
| friend class DataTypeLibImpl | friend |
| const Int count |
| Int members[] |