#include <nameidmapping.h>
|
void | serialize (std::ostream &os) const |
|
void | deSerialize (std::istream &is) |
|
void | clear () |
|
void | set (u16 id, const std::string &name) |
|
void | removeId (u16 id) |
|
void | eraseName (const std::string &name) |
|
bool | getName (u16 id, std::string &result) const |
|
bool | getId (const std::string &name, u16 &result) const |
|
u16 | size () const |
|
◆ clear()
void NameIdMapping::clear |
( |
| ) |
|
|
inline |
◆ deSerialize()
void NameIdMapping::deSerialize |
( |
std::istream & | is | ) |
|
◆ eraseName()
void NameIdMapping::eraseName |
( |
const std::string & | name | ) |
|
|
inline |
◆ getId()
bool NameIdMapping::getId |
( |
const std::string & | name, |
|
|
u16 & | result ) const |
|
inline |
◆ getName()
bool NameIdMapping::getName |
( |
u16 | id, |
|
|
std::string & | result ) const |
|
inline |
◆ removeId()
void NameIdMapping::removeId |
( |
u16 | id | ) |
|
|
inline |
◆ serialize()
void NameIdMapping::serialize |
( |
std::ostream & | os | ) |
const |
◆ set()
void NameIdMapping::set |
( |
u16 | id, |
|
|
const std::string & | name ) |
|
inline |
◆ size()
u16 NameIdMapping::size |
( |
| ) |
const |
|
inline |
◆ m_id_to_name
◆ m_name_to_id
The documentation for this class was generated from the following files: