![]() |
Atlas Game Manager
A game manager for f95 and dlsite written in c++
|
#include <cstdint>Go to the source code of this file.
Namespaces | |
| namespace | atlas |
| namespace | atlas::tags |
Typedefs | |
| using | TagID = std::uint64_t |
Functions | |
| TagID | atlas::tags::createTag (const QString &str) |
| Creates a new tag (or returns an existing ID) | |
| bool | atlas::tags::exists (const QString &str) |
| Checks if a tag exists. | |
| TagID | atlas::tags::resolve (const QString &str) |
| Resolves a string to a TagID if it exists. Otherwise returns INVALID_TAG_ID. | |
Variables | |
| constexpr TagID | INVALID_TAG_ID { 0 } |
| using TagID = std::uint64_t |
|
constexpr |