objects/
list__move.pro
includes main-level programClass description for list
Inheritance
- COLLECTION
- IDL_CONTAINER
All ancestor classes: COLLECTION idl_object IDL_CONTAINER
Fields in idl_object
- idl_object_bottom 0LL
- __obj__ obj_new()
- idl_object_top 0LL
Fields in IDL_CONTAINER
- IDLCONTAINERVERSION 0S
- IDL_CONTAINER_TOP 0LL
- NLIST 0L
- PTAIL ptr_new()
- PHEAD ptr_new()
- IDL_CONTAINER_BOTTOM 0LL
top source list::move
list::move, from_index, to_index
Move an item in a list to another location.
Parameters
- from_index in required type=long
index in original list for item to move
- to_index in required type=long
location of item in the final list
File attributes
Modification date: | Wed Apr 20 09:42:11 2011 |
Lines: | 31 |
Docformat: | rst rst |