ILLIXR: Illinois Extended Reality Testbed
Public Member Functions | List of all members
ILLIXR::record Class Reference

This class represents a tuple of fields which get logged by record_logger. More...

#include <record_logger.hpp>

Public Member Functions

 record (const record_header &rh_, std::vector< std::any > values_)
 
template<typename T >
get_value (unsigned column) const
 
const record_headerget_record_header () const
 
void mark_used () const
 

Detailed Description

This class represents a tuple of fields which get logged by record_logger.

rh_ is a pointer rather than a reference for historical reasons. It should not be null.


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