Go to the source code of this file.
unit test OpaqueHolder_test
Definition in file opaque-holder-test.cpp.
#include "lib/test/run.hpp"
#include "lib/test/test-helper.hpp"
#include "lib/util.hpp"
#include "lib/util-foreach.hpp"
#include "lib/opaque-holder.hpp"
#include <iostream>
#include <vector>
|
typedef OpaqueHolder< Base > | Opaque |
|
using | TestList = vector< Opaque > |
|
|
| LAUNCHER (OpaqueHolder_test, "unit common") |
|
|
const size_t | _ALIGN_ = sizeof(size_t) |
| maximum additional storage maybe wasted due to alignment of the contained object within OpaqueHolder's buffer
|
|
long | _checksum = 0 |
|
uint | _create_count = 0 |
|
|
| lib |
| Implementation namespace for support and library code.
|
|