#include <cryptospi/plugincharacteristics.h>
class CryptoSpi::TCommonCharacteristics |
Public Member Functions | |
---|---|
void | ExternalizeL(RWriteStream &) |
Common characteristics for all plug-in interface types.
This MUST be the first element of each characteristics "sub-class" to allow sub-classes to be cast directly to a TCommonCharacteristics. This is used instead of inheritance because it enables arrays of characteristics objects to be defined as static constant data.
void | ExternalizeL | ( | RWriteStream & | aStream | ) | const |
Externalises common characteristics to a write stream.
Parameter | Description |
---|---|
aStream | Stream to which the object should be externalised. |