| cdsList |
index |
a sequence class
A container object which behaves much like a Python sequence. i.e. the
[] operator behaves as expected, returning an element or slice and the
len() function returns the size of the list. One difference is that
all elements are of the same type. In the C++ layer this is a commonly
used template container class.
One additional method: removeAll, does as expected.
# This file was automatically generated by SWIG (http://www.swig.org).
# Version 4.0.2
#
# Do not make changes to this file unless you know what you are doing--modify
# the SWIG interface file instead.
| Classes | ||||||||||||||||||||||||||||||||||||||||||||||||||
|
| ||||||||||||||||||||||||||||||||||||||||||||||||||
| Functions | ||
| ||
| Data | ||
| __CDSVector_hh__ = 1 | ||