Gaudi Framework, version v23r2

Home   Generated: Thu Jun 28 2012
Public Member Functions | Public Attributes

IntelProfilerAuditor::stack_entity Struct Reference

Collaboration diagram for IntelProfilerAuditor::stack_entity:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 stack_entity (const std::string &name_, bool status_, const __itt_event event_=0, const __itt_event parent_event_=0)

Public Attributes

std::string name
bool status
__itt_event event
__itt_event parent_event

Detailed Description

Definition at line 48 of file IntelProfilerAuditor.cpp.


Constructor & Destructor Documentation

IntelProfilerAuditor::stack_entity::stack_entity ( const std::string name_,
bool  status_,
const __itt_event  event_ = 0,
const __itt_event  parent_event_ = 0 
) [inline]

Definition at line 49 of file IntelProfilerAuditor.cpp.

                                                                        :
        name(name_),
        status(status_),
        event(event_),
        parent_event(parent_event_){}

Member Data Documentation

Definition at line 60 of file IntelProfilerAuditor.cpp.

Definition at line 56 of file IntelProfilerAuditor.cpp.

Definition at line 62 of file IntelProfilerAuditor.cpp.

Definition at line 58 of file IntelProfilerAuditor.cpp.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Thu Jun 28 2012 23:27:41 for Gaudi Framework, version v23r2 by Doxygen version 1.7.2 written by Dimitri van Heesch, © 1997-2004