DataBucket
class for ConstDataVector
.
More...
#include <ConstDataVector.h>
Public Member Functions | |
DVLConstDataVectorBucket (ConstDataVector< DV > *data) | |
Constructor from a payload object. |
DataBucket
class for ConstDataVector
.
This is just the same as DVLDataBucket
, except that we've got to convert the ConstDataVector
to DataVector
.
Note: Can be used to violate const-correctness. Don't use this yourself!
SG::DVLConstDataVectorBucket< DV >::DVLConstDataVectorBucket | ( | ConstDataVector< DV > * | data | ) | [inline] |
Constructor from a payload object.
data | Object to hold in the bucket. |