class zpp_nape.util.ZNPList_ZPP_GeomVert
import zpp_nape.util.Lists;
Available on all platforms
var head:ZNPNode_ZPP_GeomVert
var length:Int
var modified:Bool
var pushmod:Bool
function new():Void
function add(o:ZPP_GeomVert):ZPP_GeomVert
function addAll(x:ZNPList_ZPP_GeomVert):Void
function at(ind:Int):ZPP_GeomVert
function back():ZPP_GeomVert
function begin():ZNPNode_ZPP_GeomVert
function clear():Void
function empty():Bool
function erase(pre:ZNPNode_ZPP_GeomVert):ZNPNode_ZPP_GeomVert
function front():ZPP_GeomVert
function has(obj:ZPP_GeomVert):Bool
function inlined_add(o:ZPP_GeomVert):ZPP_GeomVert
function inlined_clear():Void
function inlined_erase(pre:ZNPNode_ZPP_GeomVert):ZNPNode_ZPP_GeomVert
function inlined_has(obj:ZPP_GeomVert):Bool
function inlined_insert(cur:ZNPNode_ZPP_GeomVert, o:ZPP_GeomVert):ZNPNode_ZPP_GeomVert
function inlined_pop():Void
function inlined_pop_unsafe():ZPP_GeomVert
function inlined_remove(obj:ZPP_GeomVert):Void
function inlined_try_remove(obj:ZPP_GeomVert):Bool
function insert(cur:ZNPNode_ZPP_GeomVert, o:ZPP_GeomVert):ZNPNode_ZPP_GeomVert
function iterator_at(ind:Int):ZNPNode_ZPP_GeomVert
function pop():Void
function pop_unsafe():ZPP_GeomVert
function remove(obj:ZPP_GeomVert):Void
function reverse():Void
function setbegin(i:ZNPNode_ZPP_GeomVert):Void
function size():Int
function splice(pre:ZNPNode_ZPP_GeomVert, n:Int):ZNPNode_ZPP_GeomVert
function try_remove(obj:ZPP_GeomVert):Bool