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 |