SPH
List of all members
Local Class Reference

Object intended to only be constructed on stack. More...

#include <Object.h>

Inheritance diagram for Local:
StackAllocator< TSize, TAlign >

Detailed Description

Object intended to only be constructed on stack.

Note
This does not strictly enforce the object is constructed on stack, as we can easily wrap it to another class and call operator new on the wrapper. And yes, being local variable and being constructed on stack are not the same things. Try to think of a better name if you can.

Definition at line 80 of file Object.h.


The documentation for this class was generated from the following file: