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