class PlpUID

A class, representing the UIDs of a file on the Psion. More...

Definition#include <lib/plpdirent.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

A class, representing the UIDs of a file on the Psion. Every File on the Psion has a unique UID for determining the application-mapping. This class stores these UIDs. An object of this class is contained in every PlpDirent object.

 PlpUID ()

Default constructor.

 PlpUID (const u_int32_t u1, const u_int32_t u2, const u_int32_t u3)

Constructor. Create an instance, presetting all thre uid values.

u_int32_t  operator[] (int idx)

Retrieve a UID value.

Parameters:
idxThe index of the desired UID. Range must be (0..2), otherwise an assertion is triggered.