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.
| 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.
1.6.2
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.