#include <algorithm>
#include "IopcPersistentObject.h"
Include dependency graph for RefList.h:

Classes | |
| class | RefListEntry |
| Type of entries in RefList<T>. More... | |
| class | RefList_exception |
| Exception thrown if some error occurs in one of RefList's or RefList_iterator's methods. More... | |
| class | RefList_iterator |
| Forward iterator used to traverse RefList<T>-s. More... | |
| class | RefList |
| Template that acts as persistent list of references to persistent objects. Example of user defined persistent data type. More... | |