#include "FUtils/FUObject.h"
Go to the source code of this file.
Classes | |
class | FUTrackable |
A trackable object. More... | |
class | FUTracker |
An object set Each set has access to a list of unique objects. More... | |
class | FUTrackedPtr< ObjectClass > |
A tracked object pointer The reverse idea of a smart pointer: if the object pointed to by the pointer is released, the pointer will become NULL. More... | |
class | FUTrackedList< ObjectClass > |
An object list. More... |