Loading...
Searching...
No Matches
Flaggable.h
Go to the documentation of this file.
1//
2// Created by Dave Smith on 10/5/25.
3//
4
5#ifndef STATEFUL_H
6#define STATEFUL_H
7
11
12namespace ml
13{
49 class Flaggable : public Trait, public FlagManager<Flag> {};
50
51} // namespace ml
52
53#endif // STATEFUL_H
Trait that provides system-level boolean flag management.
Definition Flaggable.h:49
Empty marker base class for all Malena traits.
Definition Trait.h:31
Definition Component.h:18