Atlas-C++
|
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 () |
Moves the data out of the container. More... | |
|
inline |
Moves the data out of the container.
This will destroy the existing data.
Copyright 2000-2004 the respective authors.
This document can be licensed under the terms of the GNU Free Documentation License or the GNU General Public License and may be freely distributed under the terms given by one of these licenses.