A bundle of classes (different classes) that are destroyed and freed when
the bundles destructor is called.
Intended for parts of a program where classes are continuously allocated and
all have the same lifetime. They are then destroyed as one. It is important
to not let any references to classes escape to other parts of the program
because that will lead to random crashes.
A bundle of classes (different classes) that are destroyed and freed when the bundles destructor is called.
Intended for parts of a program where classes are continuously allocated and all have the same lifetime. They are then destroyed as one. It is important to not let any references to classes escape to other parts of the program because that will lead to random crashes.