#include <core/DataObj.h>
#include <smartptr.h>
#include <vector>
Go to the source code of this file.
Compounds | |
| class | GenDataObj |
| this is a generic data object for all types that are "Counted" More... | |
| class | GenDataObj_base |
| a base class for 2 kinds of generic data objects. More... | |
| class | GenDataObjNSP |
| this is a generic data object for all types that are NOT "Counted", you have a choice, let the data be deleted with this class, or nuke it yourself More... | |