#include <assert.h>
#include <set>
#include <cstring>
#include <cstdio>
Go to the source code of this file.
Classes | |
class | Base::Observer< _MessageType > |
Observer class Implementation of the well known Observer Design Pattern. More... | |
class | Base::Subject< _MessageType > |
Subject class Implementation of the well known Observer Design Pattern. More... | |
Namespaces | |
namespace | Base |
The namespace of the FreeCAD Base library. |