|
MxEngine
|
#include <ComponentView.h>
Classes | |
| class | ComponentIterator |
Public Types | |
| using | Pool = VectorPool< ManagedResource< T >> |
Public Member Functions | |
| ComponentView (Pool &ref) | |
| ComponentIterator | begin () |
| const ComponentIterator | begin () const |
| ComponentIterator | end () |
| const ComponentIterator | end () const |
component view class is used as a wrapper for vector Pool container. It was created because vector Pool contains ManagedResource<T> objects, but we want to see only T when iterating over components in a Pool
|
inlineexplicit |
constructs wrapper around vector Pool
| ref | reference to wrapped vector Pool |
|
inline |
begin of vector Pool
|
inline |
begin of vector Pool
|
inline |
end of vector Pool
|
inline |
end of vector Pool
1.8.12