Loading...
Searching...
No Matches
Tuple< BUILDERS >::ToBufferFunctor Class Reference

Copies and concatenates the accumulated data in the buffers of the builder contents to user-defined pointers if the given node name matches with the node associated with that builder. More...

#include <LayoutBuilder.h>

Public Member Functions

 ToBufferFunctor (void *buffer, const char *name)
 
template<class CONTENT >
void operator() (CONTENT &content) const
 

Detailed Description

template<typename... BUILDERS>
class awkward::LayoutBuilder::Tuple< BUILDERS >::ToBufferFunctor

Copies and concatenates the accumulated data in the buffers of the builder contents to user-defined pointers if the given node name matches with the node associated with that builder.

Constructor & Destructor Documentation

◆ ToBufferFunctor()

template<typename... BUILDERS>
ToBufferFunctor ( void * buffer,
const char * name )
inline

Member Function Documentation

◆ operator()()

template<typename... BUILDERS>
template<class CONTENT >
void operator() ( CONTENT & content) const
inline

The documentation for this class was generated from the following file: