#include "StDbBuffer.h"
#include <stdlib.h>
#include <string.h>
#include "stdb_streams.h"
Go to the source code of this file.
Defines | |
#define | castcase(typelist, casttype, tpe) case typelist: {casttype *tVal=(casttype*)aVal;casttype tValSwap;MemSwapCpy((char*)&tValSwap,(char*)tVal,mycsize[typelist],mycswapl[typelist],Client);*s=(tpe)tValSwap;};break; |
#define | genwritemem(tpe) |
#define | castcasest(typelist, casttype) case typelist: {casttype tVal; MemSwapCpy((char*)&tVal,(char*)aVal,mycsize[typelist],mycswapl[typelist],Client);StString sStream;sStream.precision(10); sStream << tVal; string s2=sStream.str();char *tStr=new char[s2.length()+1];strcpy(tStr,s2.c_str());s[0]=tStr; };break |
#define | Rscal(tpe) |
#define | Wscal(tpe, tpelist, len) |
#define | Rarray(tpe, tpelist) |
#define | Warray(tpe, tpelist) |
Functions | |
genwritemem (char) | |
genwritemem (unsigned char) | |
genwritemem (short) | |
genwritemem (int) | |
genwritemem (long) | |
genwritemem (float) | |
genwritemem (double) | |
Rscal (char &) | |
Rscal (unsigned char &) | |
Rscal (short &) | |
Rscal (unsigned short &) | |
Rscal (int &) | |
Rscal (unsigned int &) | |
Rscal (long &) | |
Rscal (unsigned long &) | |
Rscal (long long &) | |
Rscal (float &) | |
Rscal (double &) | |
Rscal (char *&) | |
Wscal (char, _char, 1) | |
Wscal (unsigned char, _uchar, 1) | |
Wscal (short, _short, 1) | |
Wscal (unsigned short, _ushort, 1) | |
Wscal (int, _int, 1) | |
Wscal (unsigned int, _uint, 1) | |
Wscal (long, _long, 1) | |
Wscal (unsigned long, _ulong, 1) | |
Wscal (float, _float, 1) | |
Wscal (double, _double, 1) | |
Rarray (unsigned char, _uchar) | |
Rarray (short, _short) | |
Rarray (unsigned short, _ushort) | |
Rarray (int, _int) | |
Rarray (unsigned int, _uint) | |
Rarray (long, _long) | |
Rarray (unsigned long, _ulong) | |
Rarray (float, _float) | |
Rarray (double, _double) | |
Rarray (char *, _string) | |
Warray (char, _char) | |
Warray (unsigned char, _uchar) | |
Warray (short, _short) | |
Warray (unsigned short, _ushort) | |
Warray (int, _int) | |
Warray (unsigned int, _uint) | |
Warray (long, _long) | |
Warray (unsigned long, _ulong) | |
Warray (float, _float) | |
Warray (double, _double) | |
Warray (char *, _string) |
|
Definition at line 308 of file StDbBuffer.cc. |
|
Definition at line 342 of file StDbBuffer.cc. |
|
Value:
Definition at line 310 of file StDbBuffer.cc. |
|
Value:
Definition at line 445 of file StDbBuffer.cc. |
|
Value:
Definition at line 369 of file StDbBuffer.cc. |
|
Value:
Definition at line 496 of file StDbBuffer.cc. |
|
Value:
Definition at line 396 of file StDbBuffer.cc. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|