playrho::d2::FixtureAtty Class Reference

Fixture attorney. More...

#include <FixtureAtty.hpp>

Friends

class World
 

Detailed Description

Fixture attorney.

This is the "fixture attorney" which provides limited privileged access to the Fixture class for the World class.

Note
This class uses the "attorney-client" idiom to control the granularity of friend-based access to the Fixture class. This is meant to help preserve and enforce the invariants of the Fixture class.
See also
https://en.wikibooks.org/wiki/More_C++_Idioms/Friendship_and_the_Attorney-Client

Definition at line 46 of file FixtureAtty.hpp.

Friends And Related Function Documentation

◆ World

friend class World
friend

Definition at line 81 of file FixtureAtty.hpp.


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