Empirical
|
DataInterface is a generic interface to a DataNode. More...
#include "DataNode.h"
Go to the source code of this file.
Classes | |
class | emp::DataInterface |
A generic interface to a DataNode (so that you don't need to know the node's exact type) More... | |
class | emp::DataInterface_Impl< VAL_TYPE, EXTRA > |
Namespaces | |
emp | |
If we are in emscripten, make sure to include the header. | |
Functions | |
template<typename VAL_TYPE , emp::data... EXTRA> | |
DataInterface * | emp::MakeDataInterface () |
DataInterface is a generic interface to a DataNode.