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

A helper class that lets one dynamically determine if some data gets used. More...

#include <record_logger.hpp>

Public Member Functions

 data_use_indicator (const data_use_indicator &other)
 
data_use_indicatoroperator= (const data_use_indicator &other)
 
bool is_used () const
 
void mark_used () const
 
void mark_unused () const
 

Detailed Description

A helper class that lets one dynamically determine if some data gets used.

When a data_use_indicator gets copied, the original is considered used and the new one is considered unused.


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