GNU g++  v5.2.1
GNU Standard C++
__gnu_profile::__object_info_base Class Reference

Base class for a line in the object table. More...

#include <profiler_node.h>

Inheritance diagram for __gnu_profile::__object_info_base:
Collaboration diagram for __gnu_profile::__object_info_base:

Public Member Functions

 __object_info_base (__stack_t __stack)
 
bool __is_valid () const
 
void __merge (const __object_info_base &__o)
 
void __set_invalid ()
 
__stack_t __stack () const
 

Protected Attributes

__stack_t _M_stack
 
bool _M_valid
 

Detailed Description

Base class for a line in the object table.

Constructor & Destructor Documentation

__gnu_profile::__object_info_base::__object_info_base ( __stack_t  __stack)
inline

Member Function Documentation

bool __gnu_profile::__object_info_base::__is_valid ( ) const
inline

References _M_valid.

__stack_t __gnu_profile::__object_info_base::__stack ( ) const
inline

References _M_stack.

Member Data Documentation

__stack_t __gnu_profile::__object_info_base::_M_stack
protected

Referenced by __stack().

bool __gnu_profile::__object_info_base::_M_valid
protected

Referenced by __is_valid(), __merge(), and __set_invalid().


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