diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_t_my_class.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_t_my_class.html Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,125 @@ + + +TB10.1 Example Applications: TMyClass Class Reference + + + + +

TMyClass Class Reference

+

+List of all members. + + + + + + + + + + +

Public Member Functions

 TMyClass ()
 TMyClass (const TDesC &aDes)
void SetBuf (const TDesC &aDes)
const TDesC & GetBuf ()
+


Detailed Description

+Demonstrates a simple class containing a simple buffer and methods + +

Definition at line 58 of file circularbuffer.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
TMyClass::TMyClass (  ) 
+
+
+ +

+Constructor. +

Definition at line 36 of file circularbuffer.cpp.

+ +
+

+ +

+
+ + + + + + + + + +
TMyClass::TMyClass (const TDesC &  aDes  ) 
+
+
+ +

+Constructor. This overload TMyClass constructor using a descriptor +

Definition at line 40 of file circularbuffer.cpp.

+ +
+

+


Member Function Documentation

+ +
+
+ + + + + + + + + +
void TMyClass::SetBuf (const TDesC &  aDes  ) 
+
+
+ +

+Set TMyClass buffer using a descriptor.

Parameters:
+ + +
aDes contains the new value for buffer.
+
+ +

Definition at line 56 of file circularbuffer.cpp.

+ +
+

+ +

+
+ + + + + + + + +
const TDesC & TMyClass::GetBuf (  ) 
+
+
+ +

+Get TMyClass buffers.

Returns:
A buffer contains the objects.
+ +

Definition at line 48 of file circularbuffer.cpp.

+ +
+

+


Generated on Thu Jan 21 10:33:08 2010 for TB10.1 Example Applications by  + +doxygen 1.5.3
+ +