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

#include <Game.hpp>

Inheritance diagram for atlas::records::RecordAlreadyExists:
atlas::records::RecordException atlas::exceptions::AtlasException

Public Member Functions

 RecordAlreadyExists (Game &record_in)
 
virtual const char * what () const noexcept override
 
const char * whatRaw () const noexcept
 Returns the what() message without any source location info.
 

Public Attributes

Game record
 
std::source_location sloc
 
std::string what_text
 

Constructor & Destructor Documentation

◆ RecordAlreadyExists()

atlas::records::RecordAlreadyExists::RecordAlreadyExists ( Game & record_in)

Member Function Documentation

◆ what()

virtual const char * atlas::exceptions::AtlasException::what ( ) const
inlineoverridevirtualnoexceptinherited

◆ whatRaw()

const char * atlas::exceptions::AtlasException::whatRaw ( ) const
inlinenoexceptinherited

Returns the what() message without any source location info.

Member Data Documentation

◆ record

Game atlas::records::RecordAlreadyExists::record

◆ sloc

std::source_location atlas::exceptions::AtlasException::sloc
inherited

◆ what_text

std::string atlas::exceptions::AtlasException::what_text
inherited

The documentation for this struct was generated from the following files: