File baseContainer.hpp¶
-
template<typename T>
class BaseContainer - #include <baseContainer.hpp>
Public Functions
-
inline BaseContainer()¶
-
inline void removeObject(IVector pos)
Remove an object existing at a position.
-
inline void removeObjectVec2(Vector2 pos)¶
-
inline bool objectExistsAtPosition(IVector pos)
Check if an object exists at specified position.
-
inline bool objectExistsAtPositionVec2(Vector2 pos)¶
-
inline BaseContainer()¶