stmm-games-doc  0.32.0
List of all members
stmg::AssignableNamed Class Reference

Assignable and clearable named class. More...

Inheritance diagram for stmg::AssignableNamed:
Inheritance graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from stmg::Named
 Named () noexcept=default
 Empty constructor. More...
 
 Named (const Named &oSource) noexcept=default
 Copy constructor. More...
 
 Named (Named &&oSource) noexcept=default
 Move constructor. More...
 
NamedIndexcolors () noexcept
 Color names. More...
 
const NamedIndexcolors () const noexcept
 Color names. More...
 
NamedIndexchars () noexcept
 Character names. More...
 
const NamedIndexchars () const noexcept
 Character names. More...
 
NamedIndexfonts () noexcept
 Font names. More...
 
const NamedIndexfonts () const noexcept
 Font names. More...
 
NamedIndextileAnis () noexcept
 Tile animation names. More...
 
const NamedIndextileAnis () const noexcept
 Tile animation names. More...
 
NamedIndeximages () noexcept
 Image ids. More...
 
const NamedIndeximages () const noexcept
 Image ids. More...
 
NamedIndexsounds () noexcept
 Sound ids. More...
 
const NamedIndexsounds () const noexcept
 Sound ids. More...
 
NamedIndexanimations () noexcept
 Theme animations. More...
 
const NamedIndexanimations () const noexcept
 Theme animations. More...
 
NamedIndexwidgets () noexcept
 Theme widgets. More...
 
const NamedIndexwidgets () const noexcept
 Theme widgets. More...
 
NamedIndexpainters () noexcept
 Theme painters. More...
 
const NamedIndexpainters () const noexcept
 Theme painters. More...
 
- Protected Member Functions inherited from stmg::Named
Namedoperator= (Named &&oSource) noexcept=default
 Move assignment. More...
 
Namedoperator= (const Named &oSource) noexcept=default
 Copy assignment. More...
 
void clear () noexcept
 Clears the instance. More...
 

Detailed Description

Assignable and clearable named class.