diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_class_p.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_class_p.html Tue Mar 30 11:56:28 2010 +0100 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_c_class_p.html Tue Mar 30 16:16:55 2010 +0100 @@ -1,56 +1,49 @@ - -
-Public Member Functions | |
- | CClassP (CStreamStore &aStore) |
- | CClassP (CStreamStore &aStore, TStreamId anId) |
-TStreamId | StoreL () |
-void | RestoreL () |
-void | ExternalizeL (RWriteStream &aStream) const |
Public Member Functions | |
+ | CClassP (CStreamStore &aStore) |
+ | CClassP (CStreamStore &aStore, TStreamId anId) |
+TStreamId | StoreL () |
+void | RestoreL () |
+void | ExternalizeL (RWriteStream &aStream) const |
+void | InternalizeL (RReadStream &aStream) |
Static Public Member Functions | |
+static CClassP * | NewLC (const TDesC &aData, CStreamStore &aStore) |
+static CClassP * | NewLC (CStreamStore &aStore, TStreamId anId) |
Public Attributes | |
+TBuf< 32 > | iFixBuf |
+CStreamStore & | iStore |
+TStreamId | iId |
Definition at line 84 of file WritePermFS1.h.
-Definition at line 84 of file WritePermFS1.h.
+