template class MAGES::Recorder::TransformationInterpreter::FlaggedValue

Overview

A class that holds a value and a flag. More…

template 
class FlaggedValue
{
public:
    // properties

    T Value;
    bool Flag;
};

Detailed Documentation

A class that holds a value and a flag.

Parameters:

T

The internal value type.

Properties

T Value

Gets or sets a value indicating whether the value has been flagged.

bool Flag

Gets or sets a value indicating whether this object is flagged.