|
Atlas
0.7.0
Networking protocol for the Worldforge system.
|
#include <BaseObject.h>


Public Member Functions | |
| NoSuchAttrException (const std::string &name) noexcept | |
| NoSuchAttrException (NoSuchAttrException &&rhs) noexcept | |
| NoSuchAttrException & | operator= (NoSuchAttrException &&rhs) noexcept |
| const std::string & | getName () const |
| Get the name of the attribute which does not exist. More... | |
| std::string | getDescription () const |
An exception indicating the requested attribute does not exist.
This is thrown by Root::getAttr() [and derivatives thereof!]
Definition at line 35 of file BaseObject.h.
|
inline |
Get the name of the attribute which does not exist.
Definition at line 58 of file BaseObject.h.