qca
QCA::Initializer Class Reference
[QCA user API]
Convenience method for initialising and cleaning up QCA. More...
#include <QtCrypto>
Public Member Functions | |
| Initializer (MemoryMode m=Practical, int prealloc=64) | |
| ~Initializer () | |
Detailed Description
Convenience method for initialising and cleaning up QCA.
To ensure that QCA is properly initialised and cleaned up, it is convenient to create an Initializer object, and let it go out of scope at the end of QCA usage.
Definition at line 578 of file qca_core.h.
Constructor & Destructor Documentation
| QCA::Initializer::Initializer | ( | MemoryMode | m = Practical, |
|
| int | prealloc = 64 | |||
| ) | [explicit] |
Standard constructor.
- Parameters:
-
m the MemoryMode to use for secure memory prealloc the amount of secure memory to pre-allocate, in units of 1024 bytes (1K).
Definition at line 823 of file qca_core.cpp.
| QCA::Initializer::~Initializer | ( | ) |
Definition at line 828 of file qca_core.cpp.
The documentation for this class was generated from the following files:
KDE 4.4 API Reference