Atlas
0.7.0
Networking protocol for the Worldforge system.
|
Public Member Functions | |
DataType (const C &c) | |
DataType (C &&c) | |
DataType (const DataType &)=delete | |
DataType & | operator= (const C &c) |
DataType & | operator= (const C &&c) |
DataType & | operator= (const DataType &)=delete |
bool | operator== (const C &c) const |
void | ref () |
void | unref () |
bool | unique () const |
DataType * | makeUnique () |
operator C& () | |
C && | move () |
|
inline |
Moves the data out of the container.
This will destroy the existing data.
Definition at line 578 of file Element.h.
Referenced by Atlas::Message::Element::moveList(), Atlas::Message::Element::moveMap(), and Atlas::Message::Element::moveString().