|
|
virtual void | Dispose () |
| |
|
unsafe | Const_Vector_MRAABBTreePointsNode_MRNodeId () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Const_Vector_MRAABBTreePointsNode_MRNodeId (MR._ByValue_Vector_MRAABBTreePointsNode_MRNodeId _other) |
| | Generated from constructor MR.Vector<MR.AABBTreePoints.Node, MR.NodeId>::Vector.
|
| |
|
unsafe | Const_Vector_MRAABBTreePointsNode_MRNodeId (ulong size) |
| | creates a vector with size elements with default value Generated from constructor MR.Vector<MR.AABBTreePoints.Node, MR.NodeId>::Vector.
|
| |
|
unsafe | Const_Vector_MRAABBTreePointsNode_MRNodeId (ulong size, MR.AABBTreePoints.Const_Node val) |
| | creates a vector with size elements with the given value Generated from constructor MR.Vector<MR.AABBTreePoints.Node, MR.NodeId>::Vector.
|
| |
|
unsafe | Const_Vector_MRAABBTreePointsNode_MRNodeId (MR.Misc._Moved< MR.Std.Vector_MRAABBTreePointsNode > vec) |
| | moves data from the given std.vector<T> Generated from constructor MR.Vector<MR.AABBTreePoints.Node, MR.NodeId>::Vector.
|
| |
|
unsafe bool | empty () |
| | Generated from method MR.Vector<MR.AABBTreePoints.Node, MR.NodeId>::empty.
|
| |
|
unsafe ulong | size () |
| | Generated from method MR.Vector<MR.AABBTreePoints.Node, MR.NodeId>::size.
|
| |
|
unsafe ulong | capacity () |
| | Generated from method MR.Vector<MR.AABBTreePoints.Node, MR.NodeId>::capacity.
|
| |
|
unsafe MR.AABBTreePoints.Const_Node | front () |
| | Generated from method MR.Vector<MR.AABBTreePoints.Node, MR.NodeId>::front.
|
| |
|
unsafe MR.AABBTreePoints.Const_Node | back () |
| | Generated from method MR.Vector<MR.AABBTreePoints.Node, MR.NodeId>::back.
|
| |
|
unsafe MR.NodeId | beginId () |
| | returns the identifier of the first element Generated from method MR.Vector<MR.AABBTreePoints.Node, MR.NodeId>::beginId.
|
| |
|
unsafe MR.NodeId | backId () |
| | returns the identifier of the back() element Generated from method MR.Vector<MR.AABBTreePoints.Node, MR.NodeId>::backId.
|
| |
|
unsafe MR.NodeId | endId () |
| | returns backId() + 1 Generated from method MR.Vector<MR.AABBTreePoints.Node, MR.NodeId>::endId.
|
| |
|
unsafe MR.AABBTreePoints.? Const_Node | data () |
| | Generated from method MR.Vector<MR.AABBTreePoints.Node, MR.NodeId>::data.
|
| |
|
unsafe ulong | heapBytes () |
| | returns the amount of memory this object occupies on heap Generated from method MR.Vector<MR.AABBTreePoints.Node, MR.NodeId>::heapBytes.
|
| |
std.vector<T>-like container that requires specific indexing type,
- Template Parameters
-