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 @@ + +
+Public Member Functions | |
TMyClass () | |
TMyClass (const TDesC &aDes) | |
void | SetBuf (const TDesC &aDes) |
const TDesC & | GetBuf () |
Definition at line 58 of file circularbuffer.h.
+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.
+ ++
void TMyClass::SetBuf | +( | +const TDesC & | +aDes | +) | ++ |
+Set TMyClass buffer using a descriptor.
aDes | contains the new value for buffer. |
Definition at line 56 of file circularbuffer.cpp.
+ +const TDesC & TMyClass::GetBuf | +( | ++ | ) | ++ |
+Get TMyClass buffers.
Definition at line 48 of file circularbuffer.cpp.
+ ++