DataBitset Template
CTYPE is the integer type the data type is to be rendered to the client
method unfold() will receive data and then convert to CTYPE
FloatBitsetV Template
CTYPE is the float type of the data type to be rendered to the client
method unfold() will receive data and then convert to vector<CTYPE>
IntegerBitset Template
CTYPE is the integer type the data type is to be rendered to the client
method unfold() will receive data and then convert to CTYPE *
IntegerBitset Template
CTYPE is the integer type the data type is to be rendered to the client
method unfold() will receive data and then convert to vector<CTYPE>