MaskListΒΆ
Methods:
class Leap::MaskList
Note: This class is an experimental API for internal use only.
It may be removed without warning.
A list containing Mask objects.
Public Functions
- Since
- 2.2.6
Appends the contents of another list of masks to this one.
- Since
- 2.2.6
const_iterator begin()A list iterator set to the beginning of the list.
- Since
- 2.2.6
int count()The number of masks in this list.
- Since
- 2.2.6
const_iterator end()A list iterator set to the end of the list.
- Since
- 2.2.6
bool isEmpty()Reports whether this list is empty.
- Since
- 2.2.6
MaskList()Constructs an empty list for Mask objects.
- Since
- 2.2.6
Mask operator[](int index)The MaskList supports array indexing.
- Since
- 2.2.6