Public Member Functions | Public Attributes | List of all members
Statistics::stat Struct Reference

Public Member Functions

 stat ()
 
 stat (const char *n, double el)
 

Public Attributes

const char * name
 
double elapsed
 

Detailed Description

Definition at line 245 of file doxygen.cpp.

Constructor & Destructor Documentation

Statistics::stat::stat ( )
inline

Definition at line 249 of file doxygen.cpp.

249 : name(NULL),elapsed(0) {}
const char * name
Definition: doxygen.cpp:247
Statistics::stat::stat ( const char *  n,
double  el 
)
inline

Definition at line 250 of file doxygen.cpp.

250 : name(n),elapsed(el) {}
const char * name
Definition: doxygen.cpp:247
std::void_t< T > n

Member Data Documentation

double Statistics::stat::elapsed

Definition at line 248 of file doxygen.cpp.

const char* Statistics::stat::name

Definition at line 247 of file doxygen.cpp.


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