![]() |
VR-Forces 4.8 Class Documentation
|
Classes | |
| struct | Parent |
Public Types | |
| typedef std::list< Value > | List |
Public Member Functions | |
| Value & | setGroup (const char *n, double percent) |
| Value & | addCalls (unsigned c) |
| Value & | setPrecision (unsigned p) |
| std::string | str () const |
| Value (double number, unsigned line) | |
Public Attributes | |
| unsigned | line |
| double | number |
| unsigned | calls |
| unsigned | precision |
| Parent::Sequence | parents |
| typedef std::list<Value> DtColumnLogger::Column::Value::List |
Referenced by DtColumnLogger::Column::addValue().
| std::string DtColumnLogger::Column::Value::str | ( | ) | const |
| unsigned DtColumnLogger::Column::Value::line |
| double DtColumnLogger::Column::Value::number |
| unsigned DtColumnLogger::Column::Value::calls |
| unsigned DtColumnLogger::Column::Value::precision |
| Parent::Sequence DtColumnLogger::Column::Value::parents |