structAllocateInto abstract method

void structAllocateInto(
  1. T temp,
  2. P p,
  3. String key
)

Allocates nested pointers into temp under key as needed.

Implementation

void structAllocateInto(T temp, P p, String key);