#include "Entity.h"
#include <vector>
Include dependency graph for EntitySet.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
| class | EntitySet |
| Container of Entity objects. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &out, EntitySet &entitySet) |
| Dump all maintained patches to output stream in human readable format. | |
Definition in file EntitySet.h.
| std::ostream& operator<< | ( | std::ostream & | out, | |
| EntitySet & | entitySet | |||
| ) | [inline] |
Dump all maintained patches to output stream in human readable format.
| out | Output stream to write to. | |
| entitySet | Reference to EnitytSet object to dump. |
Definition at line 79 of file EntitySet.h.
References EntitySet::createPatchSequenceEnumerator(), and PatchSequenceEnumerator::nextPatch().
1.5.2