Gaudi Framework, version v23r6

Home   Generated: Wed Jan 30 2013
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
IntelProfilerAuditor::stack_entity Struct Reference
Collaboration diagram for IntelProfilerAuditor::stack_entity:
Collaboration graph
[legend]

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 50 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 51 of file IntelProfilerAuditor.cpp.

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

Member Data Documentation

__itt_event IntelProfilerAuditor::stack_entity::event

Definition at line 62 of file IntelProfilerAuditor.cpp.

std::string IntelProfilerAuditor::stack_entity::name

Definition at line 58 of file IntelProfilerAuditor.cpp.

__itt_event IntelProfilerAuditor::stack_entity::parent_event

Definition at line 64 of file IntelProfilerAuditor.cpp.

bool IntelProfilerAuditor::stack_entity::status

Definition at line 60 of file IntelProfilerAuditor.cpp.


The documentation for this struct was generated from the following file:
Generated at Wed Jan 30 2013 17:13:47 for Gaudi Framework, version v23r6 by Doxygen version 1.8.2 written by Dimitri van Heesch, © 1997-2004