dring
Description
Type Tags
list, dlist
Object Value
Objects of type dring have no value, and it is an error to try to get or set this value.
dring.new()
Description
Prototype
dring.new ()
Parameters
None
Properties
| Property | Type | Description |
|---|---|---|
| _ | type(*) | |
| __ | type(*) | |
| add | function | |
| clear | function | |
| count | integer | |
| find | function | |
| getfirst | function | |
| getlast | function | |
| head | dlistnode | |
| insert | function | |
| remove | function | |
| search | function | |
| tail | dlistnode | |
| type | type |
Methods
add()
Description
Prototype
dringvar.add (
dring ,
dlistnode me )
t1
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | dring | |
| t1 | None | dlistnode |
clear()
Description
Prototype
dringvar.clear (
dring )
me
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | dring |
find()
Description
Prototype
dringvar.find (
dring ,
dlistnode me )
t
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | dring | |
| t | None | dlistnode |
getfirst()
Description
Prototype
dringvar.getfirst (
dring )
me
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | dring |
getlast()
Description
Prototype
dringvar.getlast (
dring )
me
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | dring |
insert()
Description
Prototype
dringvar.insert (
dring ,
dlistnode me,
dlistnode t1 )
after
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | dring | |
| t1 | None | dlistnode | |
| after | None | dlistnode |
remove()
Description
Prototype
dringvar.remove (
dring ,
dlistnode me )
t
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | dring | |
| t | None | dlistnode |
search()
Description
Prototype
dringvar.search (
dring ,
type(*) me )
keyval
Parameters
| Parameter | Default value | Type name | Description |
|---|---|---|---|
| me | None | dring | |
| keyval | None | type(*) |


