This namespace documents compatibility features of ALib Boxing and the QT Class Library .
Function Index: | |
void | BootstrapQTStringBoxing () |
|
inline |
Initializes ALib Boxing in respect to boxing QT string-types.
This method is not automatically invoked with function Bootstrap, because support for boxing QT string-types is optional and provided with the inclusion of header alib/compatibility/qt_boxing.hpp.
In general, boxing of QT string-types works well without the one-time invocation of this function at the bootstrap section of a process. This method registers box-function FAppend for QT string types when custom boxing is bypassed by wrapping the types in std::reference_wrapper<T>
. The function is implemented with the help of FAppend::WrappedAppendable for wrapped types QByteArray, QQLatin1String and QString, each for character types nchar and wchar.
Definition at line 76 of file qt_boxing.hpp.