diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_t_my_class.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_t_my_class.html Tue Mar 30 11:56:28 2010 +0100 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/class_t_my_class.html Tue Mar 30 16:16:55 2010 +0100 @@ -1,125 +1,126 @@ - -
-Public Member Functions | |
TMyClass () |
Public Member Functions | |
TMyClass () | |
TMyClass (const TDesC &aDes) | |
void | SetBuf (const TDesC &aDes) |
const TDesC & | GetBuf () |
Demonstrates a simple class containing a simple buffer and methods
+Definition at line 58 of file circularbuffer.h.
-Definition at line 58 of file circularbuffer.h.
+TMyClass::TMyClass | +TMyClass::TMyClass | ( | -+ | ) | -- |
-Constructor. -
Definition at line 36 of file circularbuffer.cpp.
- -TMyClass::TMyClass | -( | -const TDesC & | -aDes | -) | -+ |
Constructor.
--Constructor. This overload TMyClass constructor using a descriptor -
Definition at line 40 of file circularbuffer.cpp.
+Definition at line 36 of file circularbuffer.cpp.
-
void TMyClass::SetBuf | +TMyClass::TMyClass | ( | const TDesC & | -aDes | +aDes | ) | -+ |
Constructor. This overload TMyClass constructor using a descriptor
--Set TMyClass buffer using a descriptor.
aDes | contains the new value for buffer. |
Definition at line 56 of file circularbuffer.cpp.
+Definition at line 40 of file circularbuffer.cpp.
const TDesC & TMyClass::GetBuf | +void TMyClass::SetBuf | ( | -+ | const TDesC & | +aDes | ) | -+ |
Set TMyClass buffer using a descriptor.
+aDes | contains the new value for buffer. |
-Get TMyClass buffers.
Definition at line 48 of file circularbuffer.cpp.
+Definition at line 56 of file circularbuffer.cpp.
-
const TDesC & TMyClass::GetBuf | +( | ++ | ) | ++ |
Get TMyClass buffers.
+Definition at line 48 of file circularbuffer.cpp.
+ +