![]() |
Number5
Visualisierung 2 Project - Florian Schober (0828151, f.schober@live.com), Andreas Walch (0926780, walch.andreas89@gmail.com)
|
#include "Font.hpp"
Go to the source code of this file.
Classes | |
class | ISceneObject |
Functions | |
bool | operator< (const ISceneObject &lhs, const ISceneObject &rhs) |
bool | operator< (const unique_ptr< ISceneObject > &lhs, const unique_ptr< ISceneObject > &rhs) |
|
inline |
Operator that can be used to sort ISceneObjects by their id.
lhs | The 'left' object |
rhs | The 'right' object |
Definition at line 59 of file ISceneObject.hpp.
|
inline |
Operator that can be used to sort ISceneObject-pointers by their id.
lhs | The 'left' object |
rhs | The 'right' object |
Definition at line 68 of file ISceneObject.hpp.