My Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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.

: name(NULL),elapsed(0) {}
Statistics::stat::stat ( const char *  n,
double  el 
)
inline

Definition at line 250 of file doxygen.cpp.

: name(n),elapsed(el) {}

Member Data Documentation

double Statistics::stat::elapsed

Definition at line 248 of file doxygen.cpp.

Referenced by Statistics::print().

const char* Statistics::stat::name

Definition at line 247 of file doxygen.cpp.

Referenced by Statistics::print().


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