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

Functions

TagID createTag (const QString &str)
 Creates a new tag (or returns an existing ID)
 
bool exists (const QString &str)
 Checks if a tag exists.
 
TagID resolve (const QString &str)
 Resolves a string to a TagID if it exists. Otherwise returns INVALID_TAG_ID.
 

Function Documentation

◆ createTag()

TagID atlas::tags::createTag ( const QString & str)

Creates a new tag (or returns an existing ID)

◆ exists()

bool atlas::tags::exists ( const QString & str)

Checks if a tag exists.

◆ resolve()

TagID atlas::tags::resolve ( const QString & str)

Resolves a string to a TagID if it exists. Otherwise returns INVALID_TAG_ID.