Accessing SequenceOf elements via a member function |
Category: |
C++
Applicable to: |
All Versions
Description: |
To access the elements of a SequenceOf in a member function use:
(*this)[index];
Limitations: |
None
Copyright © 1999, ObjecTime Limited. |