[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: lazglib2.pas line 3757
type TGTree = object |
||
function new(); |
|
|
function new_full(); |
|
|
function new_with_data(); |
|
|
procedure destroy_; |
|
|
procedure foreach(); |
|
|
function height; |
|
|
procedure insert(); |
|
|
function lookup(); |
|
|
function lookup_extended(); |
|
|
function nnodes; |
|
|
function ref; |
|
|
function remove(); |
|
|
procedure replace(); |
|
|
function search(); |
|
|
function steal(); |
|
|
procedure unref; |
|
|
end; |
|