#include <HSharedKey.h>
Public Member Functions | |
TK_Status | Clone (BStreamFileToolkit &tk, BBaseOpcodeHandler **handler) const |
TK_PIReferenced_Segment (unsigned char opcode, HSharedKey *persIdent) |
A custom HTK_Referenced_Segment class which includes the HOOPS/3dgs key and pointer to an HSharedKey persistent indentifier object
TK_PIReferenced_Segment::TK_PIReferenced_Segment | ( | unsigned char | opcode, |
HSharedKey * | persIdent | ||
) | [inline] |
Constructs a TK_PIReferenced_Segment object.
persIdent | A pointer to the shared key that you want to associate with this object. |
TK_Status TK_PIReferenced_Segment::Clone | ( | BStreamFileToolkit & | tk, |
BBaseOpcodeHandler ** | handler | ||
) | const |
This method makes a copy of itself and return a pointer to the newly created object.
tk | A reference to the BStreamFileToolkit object. |
handler | The method will return a pointer to a copy of itself. |