Loading...
Searching...
No Matches
Flaggable.h
Go to the documentation of this file.
1// Copyright (c) 2025 Dave R. Smith. All rights reserved.
2// Malena Framework — Proprietary Software. See LICENSE for terms.
3
4//
5// Created by Dave Smith on 10/5/25.
6//
7
8#ifndef MALENA_STATEFUL_H
9#define MALENA_STATEFUL_H
10
15
16namespace ml
17{
53 class MALENA_API Flaggable : public Trait, public FlagManager<Flag> {};
54
55} // namespace ml
56
57#endif // MALENA_STATEFUL_H
Trait that provides system-level boolean flag management.
Definition Flaggable.h:53
Empty marker base class for all Malena traits.
Definition Trait.h:35
#define MALENA_API
Definition Component.h:22