Analysis Software
Documentation for sPHENIX simulation software
|
#include <RDBC/blob/master/include/RDBC/odbc++/types.h>
Classes | |
struct | Rep |
Public Member Functions | |
Bytes () | |
Bytes (const signed char *data, size_t dataLen) | |
Bytes (const Bytes &b) | |
Bytes & | operator= (const Bytes &b) |
~Bytes () | |
const signed char * | getData () const |
size_t | getSize () const |
Private Attributes | |
Rep * | rep_ |
A chunk of bytes.
Used for setting and getting binary values.
Definition at line 206 of file types.h.
View newest version in sPHENIX GitHub at line 206 of file types.h
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 226 of file types.h.
View newest version in sPHENIX GitHub at line 226 of file types.h
Referenced by operator=().