Number5
Visualisierung 2 Project - Florian Schober (0828151, f.schober@live.com), Andreas Walch (0926780, walch.andreas89@gmail.com)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Functions
ISceneObject.hpp File Reference
#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)
 

Function Documentation

bool operator< ( const ISceneObject lhs,
const ISceneObject rhs 
)
inline

Operator that can be used to sort ISceneObjects by their id.

Parameters
lhsThe 'left' object
rhsThe 'right' object

Definition at line 59 of file ISceneObject.hpp.

bool operator< ( const unique_ptr< ISceneObject > &  lhs,
const unique_ptr< ISceneObject > &  rhs 
)
inline

Operator that can be used to sort ISceneObject-pointers by their id.

Parameters
lhsThe 'left' object
rhsThe 'right' object

Definition at line 68 of file ISceneObject.hpp.