dextool.plugin.utility

Members

Mixin templates

MakerInitializingClassMembers
mixin template MakerInitializingClassMembers(T, alias postInit = function void(ref T))

Make a static c'tor that creates an instance with all class members initialized.

Structs

MarkArray
struct MarkArray(T)

Convenient array with support for marking of elements for later removal.

Meta

Authors

Joakim Brännström (joakim.brannstrom@gmx.com)

This Source Code Form is subject to the terms of the Mozilla Public License, v.2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Utility useful for plugins.

License

MPL-2