[operations] [attributes] [fields] [template] [definition]
[implementation] [documentation]
To use the search tool you need to use a browser which supports JAVA (c)

[next] [prev] [superclass] [next peer] [prev peer] [subclass] [index] [hierarchy]

Buffer

inherits from Object
inherits from AutoPurgeable

Object <- Buffer



Operations

Get list of all operations

InitialExtraSize
NewBufferNear


Attributes

Get list of all attributes

PurgeableOwner


Fields

No fields are defined by Buffer or any of its superclasses.


Instance template

instance Buffer tag;
end instance;

Class definition

 
 
 
Define Class Buffer;
    inherits from Object, AutoPurgeable;
    uses extra;

    overrides InitialExtraSize;

    overrides PurgeableOwner;

    class operation NewBufferNear(nearThis: Object; initialSize: Unsigned): Buffer;
end class;