My Project
|
#include <Pass.h>
Public Member Functions | |
Statistic (Pass *owner, const char *name, const char *description) | |
Statistic & | operator= (unsigned value) |
Assign the statistic to the given value. More... | |
This class represents a single pass statistic. This statistic functions similarly to an unsigned integer value, and may be updated and incremented accordingly. This class can be used to provide additional information about the transformations and analyses performed by a pass.
Pass::Statistic::Statistic | ( | Pass * | owner, |
const char * | name, | ||
const char * | description | ||
) |
The statistic is initialized by the pass owner, a name, and a description.
auto Pass::Statistic::operator= | ( | unsigned | value | ) |
Assign the statistic to the given value.