SUNENGINE 0.0.2
A simple and bright C++ game engine.
 
Loading...
Searching...
No Matches
CollidableAttorney::GameLoop Class Reference

Provides access to the game loop related functions of Collidable. More...

#include <CollidableAttorney.h>

Static Private Member Functions

static void SetListRef (Collidable *c, CollidableGroup::CollidableCollectionRef ref)
 Sets the list reference for the Collidable object.
 
static CollidableGroup::CollidableCollectionRefGetListRef (Collidable *c)
 Retrieves the list reference for the Collidable object.
 

Friends

class CollidableGroup
 

Detailed Description

Provides access to the game loop related functions of Collidable.

Member Function Documentation

◆ GetListRef()

static CollidableGroup::CollidableCollectionRef & CollidableAttorney::GameLoop::GetListRef ( Collidable * c)
inlinestaticprivate

Retrieves the list reference for the Collidable object.

Parameters
cPointer to the Collidable object.
Returns
Reference to the collidable group collection iterator.
Here is the caller graph for this function:

◆ SetListRef()

static void CollidableAttorney::GameLoop::SetListRef ( Collidable * c,
CollidableGroup::CollidableCollectionRef ref )
inlinestaticprivate

Sets the list reference for the Collidable object.

Parameters
cPointer to the Collidable object.
refReference to the collidable group collection iterator.
Here is the caller graph for this function:

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