Atlas Game Manager
A game manager for f95 and dlsite written in c++
Loading...
Searching...
No Matches
tags.cpp File Reference

Namespaces

namespace  atlas
 
namespace  atlas::tags
 

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.