fpmas-metamodel 1.0
|
#include <cell.h>
Public Member Functions | |
MetaGraphCellFactory (std::size_t cell_size) | |
MetaGraphCell * | operator() () |
Factory class that can be used by GraphBuilders to build MetaGraphCells.
|
inline |
MetaGraphCellFactory constructor.
cell_size | Dummy data size for each cell, in bytes |
MetaGraphCell * MetaGraphCellFactory::operator() | ( | ) |
Builds a MetaGraphCell instance with the specified cell_size.