Isle
Loading...
Searching...
No Matches
Stack< _C > Class Template Reference

[AI] Customized stack for compatibility with the engine's allocator and usage patterns. More...

#include <mxstl.h>

Inheritance diagram for Stack< _C >:
Collaboration diagram for Stack< _C >:

Detailed Description

template<class _C>
class Stack< _C >

[AI] Customized stack for compatibility with the engine's allocator and usage patterns.

[AI] Used for LIFO storage, e.g. undo/redo or recursive world/event simulation stacks.

Definition at line 357 of file mxstl.h.


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