29 virtual const char*
getName() CLASSIC_CCA_PURE;
45 enum RawDataType & elementType,
46 int & elementCount,
void* & buffer) CLASSIC_CCA_PURE;
A tag interface to identify an interface capable of being exported to or imported from a CCA componen...
Definition cca.h:92
A low-level interface for accessing memory.
Definition RawData.h:24
virtual unsigned long sizeofDataType(enum RawDataType) CLASSIC_CCA_PURE
Returns the size of the given RawDataType in bytes.
Type
An enum over C/Fortran primitives in multiple precisions.
Definition RawData.h:52
virtual void getBufferInfo(int bufferIndex, const char *&elementName, enum RawDataType &elementType, int &elementCount, void *&buffer) CLASSIC_CCA_PURE
Returns information about the buffer at the given index.
virtual const char * getName() CLASSIC_CCA_PURE
Name associated with this set of buffers.
virtual int getNumberOfBuffers() CLASSIC_CCA_PURE
The total number of encapsulated buffers.
To deal with babel taking over this same namespace we name this one "classic.
Definition SimpleStamper.h:7