Skip to main content

The stat Struct Reference

Declaration

struct Statistics::stat { ... }

Public Constructors Index

stat (const char *n, double el)

Public Member Attributes Index

const char *name
doubleelapsed

Definition at line 261 of file doxygen.cpp.

Public Constructors

stat()

Statistics::stat::stat (const char * n, double el)
inline

Definition at line 266 of file doxygen.cpp.

266 stat(const char *n, double el) : name(n),elapsed(el) {}

References elapsed and name.

Public Member Attributes

elapsed

double Statistics::stat::elapsed

Definition at line 264 of file doxygen.cpp.

264 double elapsed;

Referenced by stat.

name

const char* Statistics::stat::name

Definition at line 263 of file doxygen.cpp.

263 const char *name;

Referenced by stat.


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


Generated via doxygen2docusaurus by Doxygen 1.14.0.