Public Member Functions | Private Member Functions | Private Attributes

profile_data_accumulator::enter Class Reference

#include "profiler.h"

Collaboration diagram for profile_data_accumulator::enter:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 enter (profile_data_accumulator &, const std::string &)
virtual ~enter (void)

Private Member Functions

 enter (const enter &)
enteroperator= (const enter &)

Private Attributes

profile_data_accumulatoracc
std::string fcn

Detailed Description

Definition at line 42 of file profiler.h.


Constructor & Destructor Documentation

profile_data_accumulator::enter::enter ( profile_data_accumulator a,
const std::string &  f 
)
profile_data_accumulator::enter::~enter ( void   )  [virtual]

Definition at line 48 of file profiler.cc.

References acc, profile_data_accumulator::exit_function(), and fcn.

profile_data_accumulator::enter::enter ( const enter  )  [private]

Member Function Documentation

enter& profile_data_accumulator::enter::operator= ( const enter  )  [private]

Member Data Documentation

Definition at line 46 of file profiler.h.

Referenced by enter(), and ~enter().

std::string profile_data_accumulator::enter::fcn [private]

Definition at line 47 of file profiler.h.

Referenced by enter(), and ~enter().


The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines