Definition at line 229 of file RColumnElement.hxx.
|
| RColumnElement (bool *value) |
|
std::size_t | GetBitsOnStorage () const final |
|
bool | IsMappable () const final |
| Derived, typed classes tell whether the on-storage layout is bitwise identical to the memory layout. More...
|
|
void | Pack (void *dst, void *src, std::size_t count) const final |
| If the on-storage layout and the in-memory layout differ, packing creates an on-disk page from an in-memory page. More...
|
|
void | Unpack (void *dst, void *src, std::size_t count) const final |
| If the on-storage layout and the in-memory layout differ, unpacking creates a memory page from an on-storage page. More...
|
|
Public Member Functions inherited from ROOT::Experimental::Detail::RColumnElementBase |
| RColumnElementBase () |
|
| RColumnElementBase (const RColumnElementBase &elemArray, std::size_t at) |
|
| RColumnElementBase (const RColumnElementBase &other)=default |
|
| RColumnElementBase (RColumnElementBase &&other)=default |
|
| RColumnElementBase (void *rawContent, std::size_t size) |
|
virtual | ~RColumnElementBase ()=default |
|
virtual std::size_t | GetBitsOnStorage () const |
|
void * | GetRawContent () const |
|
std::size_t | GetSize () const |
|
virtual bool | IsMappable () const |
| Derived, typed classes tell whether the on-storage layout is bitwise identical to the memory layout. More...
|
|
RColumnElementBase & | operator= (const RColumnElementBase &other)=delete |
|
RColumnElementBase & | operator= (RColumnElementBase &&other)=default |
|
virtual void | Pack (void *destination, void *source, std::size_t count) const |
| If the on-storage layout and the in-memory layout differ, packing creates an on-disk page from an in-memory page. More...
|
|
void | ReadFrom (void *source, std::size_t count) |
| Set the column element or an array of elements from the memory location source. More...
|
|
virtual void | Unpack (void *destination, void *source, std::size_t count) const |
| If the on-storage layout and the in-memory layout differ, unpacking creates a memory page from an on-storage page. More...
|
|
void | WriteTo (void *destination, std::size_t count) const |
| Write one or multiple column elements into destination. More...
|
|