|
CeresEngine 0.2.0
A game development framework
|
A type that contains storage for the Box. More...
Public Member Functions | |
| Storage () | |
Public Attributes | |
| void * | ptr |
The pointer to the object. Only valid if the object is larger than kSmallSize. | |
| char | buffer [kSmallSize] |
| The buffer to allocate the small object on. | |
A type that contains storage for the Box.
|
inlineexplicit |
| char CeresEngine::Box::Storage::buffer[kSmallSize] |
The buffer to allocate the small object on.
Only valid if the object size is smaller or equal to kSmallSize.
| void* CeresEngine::Box::Storage::ptr |
The pointer to the object. Only valid if the object is larger than kSmallSize.