|
stmm-games-doc
0.32.0
|
Assignable and clearable named indexes class. More...

Public Member Functions | |
| AssignableNamedIndex & | operator= (const AssignableNamedIndex &oSource) noexcept |
| AssignableNamedIndex & | operator= (AssignableNamedIndex &&oSource) noexcept |
Public Member Functions inherited from stmg::NamedIndex | |
| NamedIndex () noexcept | |
| Default constructor. More... | |
| NamedIndex (const NamedIndex &oSource) noexcept | |
| NamedIndex (NamedIndex &&oSource) noexcept | |
| int32_t | size () const noexcept |
| Returns the number of names. More... | |
| bool | isIndex (int32_t nIndex) const noexcept |
| Whether an index is valid. More... | |
| const std::string & | getName (int32_t nIndex) const noexcept |
| The name associated with a given index. More... | |
| int32_t | addName (const std::string &sName) noexcept |
| Adds a name. More... | |
| int32_t | getIndex (const std::string &sName) const noexcept |
| The index of a name. More... | |
| int32_t | findIndexNameStarts (const std::string &sStartOfName) const noexcept |
| The first index of a name starting with a certain string. More... | |
| void | dump () const noexcept |
Additional Inherited Members | |
Protected Member Functions inherited from stmg::NamedIndex | |
| NamedIndex & | operator= (const NamedIndex &oSource) noexcept |
| The assignment operator. More... | |
| NamedIndex & | operator= (NamedIndex &&oSource) noexcept |
| void | clear () noexcept |
| Clear all names. More... | |
Assignable and clearable named indexes class.
|
noexcept |
|
noexcept |
1.8.13