GNU Octave  3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Private Member Functions | Private Attributes | List of all members
profile_data_accumulator::enter Class Reference

#include "profiler.h"

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

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.

profile_data_accumulator::enter::enter ( const enter )
private

Member Function Documentation

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

Member Data Documentation

profile_data_accumulator& profile_data_accumulator::enter::acc
private

Definition at line 46 of file profiler.h.

Referenced by enter().

std::string profile_data_accumulator::enter::fcn
private

Definition at line 47 of file profiler.h.

Referenced by enter().


The documentation for this class was generated from the following files: