GNU Octave  4.0.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< T > Class Template Reference

#include "profiler.h"

Collaboration diagram for profile_data_accumulator::enter< T >:
Collaboration graph
[legend]

Public Member Functions

 enter (profile_data_accumulator &a, const T &t)
 
 ~enter ()
 

Private Member Functions

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

Private Attributes

profile_data_accumulatoracc
 
std::string fcn
 
bool is_active
 

Detailed Description

template<class T>
class profile_data_accumulator::enter< T >

Definition at line 43 of file profiler.h.

Constructor & Destructor Documentation

template<class T >
profile_data_accumulator::enter< T >::enter ( profile_data_accumulator a,
const T &  t 
)
inline
template<class T >
profile_data_accumulator::enter< T >::~enter ( )
inline

Definition at line 72 of file profiler.h.

References profile_data_accumulator::exit_function().

template<class T >
profile_data_accumulator::enter< T >::enter ( const enter< T > &  )
private

Member Function Documentation

template<class T >
enter& profile_data_accumulator::enter< T >::operator= ( const enter< T > &  )
private

Member Data Documentation

template<class T >
profile_data_accumulator& profile_data_accumulator::enter< T >::acc
private

Definition at line 47 of file profiler.h.

template<class T >
std::string profile_data_accumulator::enter< T >::fcn
private

Definition at line 48 of file profiler.h.

template<class T >
bool profile_data_accumulator::enter< T >::is_active
private

Definition at line 49 of file profiler.h.


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