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>.
More...
#include <zbsdtHelper.h>
Classes | |
union | dUnion |
Public Member Functions | |
FloatBitsetV () | |
~FloatBitsetV () | |
CTYPE | unfold (char *data, unsigned int nelem, std::string encoding, std::vector< CTYPE > &valV) |
Private Attributes | |
union CAFE_BSHELPER::FloatBitsetV::dUnion | bar |
unsigned int | cSize |
int | start |
int | end |
int | inst |
int | idx |
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>.
CAFE_BSHELPER::FloatBitsetV< CTYPE >::FloatBitsetV | ( | ) | [inline] |
CAFE_BSHELPER::FloatBitsetV< CTYPE >::~FloatBitsetV | ( | ) | [inline] |
CTYPE CAFE_BSHELPER::FloatBitsetV< CTYPE >::unfold | ( | char * | data, | |
unsigned int | nelem, | |||
std::string | encoding, | |||
std::vector< CTYPE > & | valV | |||
) | [inline] |
References CAFE_BSHELPER::FloatBitsetV< CTYPE >::bar, CAFE_BSHELPER::FloatBitsetV< CTYPE >::dUnion::c, CAFE_BSHELPER::FloatBitsetV< CTYPE >::cSize, CAFE_BSHELPER::FloatBitsetV< CTYPE >::end, CAFE_BSHELPER::FloatBitsetV< CTYPE >::idx, CAFE_BSHELPER::FloatBitsetV< CTYPE >::inst, CAFE_BSHELPER::FloatBitsetV< CTYPE >::start, and CAFE_BSHELPER::FloatBitsetV< CTYPE >::dUnion::v.
union CAFE_BSHELPER::FloatBitsetV::dUnion CAFE_BSHELPER::FloatBitsetV< CTYPE >::bar [private] |
Referenced by CAFE_BSHELPER::FloatBitsetV< CTYPE >::unfold().
unsigned int CAFE_BSHELPER::FloatBitsetV< CTYPE >::cSize [private] |
Referenced by CAFE_BSHELPER::FloatBitsetV< CTYPE >::unfold().
int CAFE_BSHELPER::FloatBitsetV< CTYPE >::end [private] |
Referenced by CAFE_BSHELPER::FloatBitsetV< CTYPE >::unfold().
int CAFE_BSHELPER::FloatBitsetV< CTYPE >::idx [private] |
Referenced by CAFE_BSHELPER::FloatBitsetV< CTYPE >::unfold().
int CAFE_BSHELPER::FloatBitsetV< CTYPE >::inst [private] |
Referenced by CAFE_BSHELPER::FloatBitsetV< CTYPE >::unfold().
int CAFE_BSHELPER::FloatBitsetV< CTYPE >::start [private] |
Referenced by CAFE_BSHELPER::FloatBitsetV< CTYPE >::unfold().