class PosLandmarkSerialization |
This class contains helper methods for landmark serialization. A landmark can be packed into a buffer with PackL method and unpacked back with UnpackL method.
Public Member Functions | |
---|---|
IMPORT_C HBufC8 * | PackL (const CPosLandmark &) |
IMPORT_C CPosLandmark * | UnpackL (const TDesC8 &) |
IMPORT_C HBufC8 * | PackL | ( | const CPosLandmark & | aLandmark | ) | [static] |
Packs landmark object into a buffer.
All the data is preserved when packing. Database information is not stored. Packed landmark can be unpacked with UnpackL method.
const CPosLandmark & aLandmark | The landmark to be packed. |
IMPORT_C CPosLandmark * | UnpackL | ( | const TDesC8 & | aBuffer | ) | [static] |
Unpacks a landmark object, packed with PackL method, from buffer.
All the data is preserved when packing, and restored exactly when unpacking. It means that landmark ID and category IDs are valid only for the database, this landmark was read from.
const TDesC8 & aBuffer | The buffer containing landmark. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.