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


