Class ParameterBuffer

Private utility class: Creates a new ParameterBuffer instance.

Constructor

class ParameterBuffer(callback, T)
Arguments:
  • callback
  • T

Methods

flush

ParameterBuffer#flush()

Invoke callback with the contents of the buffer array and empty the buffer afterwards.

pushInsert

ParameterBuffer#pushInsert(item)
Arguments:
  • item

Append an item to the end of the buffer

pushRemove

ParameterBuffer#pushRemove(item)
Arguments:
  • item

Append an item to the end of the buffer

Table Of Contents

Previous topic

Class Attacher

Next topic

Detached Context Delta Operations