![]() |
Members | Description | ||
mNextKey |
Private enumerator for unique numbers. This enumerator is incremented every time a new item is added to the list.
|
|||
mID |
Private storage for unique identifier string (SessionID). This string is used to generate server side file names for uploaded images.
|
|||
GetObjectData |
The serialization function.
|
|||
ShoppingCart |
The deserialization constructor.
|
|||
ShoppingCart |
Constructor.
|
|||
AddItem |
Adds a new item to the shopping cart.
|
|||
GetTotalOrder |
Computes the total of all items in the shopping cart.
|
|||
GetTotalWeight |
Computes the total weight of all items in the shopping cart.
|