ldas-tools-al  2.6.3
Classes | Public Member Functions | Private Types | Private Attributes | List of all members
anonymous_namespace{AtExit.cc}::ExitQueueNode Class Reference

Classes

class  func_node
 

Public Member Functions

 ~ExitQueueNode ()
 
void Append (AtExit::ExitFunction Function, const char *Name)
 

Private Types

typedef func_node data_type
 
typedef std::list< data_type, malloc_allocator< data_type > > data_container_type
 

Private Attributes

data_container_type data_container
 

Member Typedef Documentation

◆ data_container_type

typedef std::list< data_type, malloc_allocator< data_type > > anonymous_namespace{AtExit.cc}::ExitQueueNode::data_container_type
private

◆ data_type

typedef func_node anonymous_namespace{AtExit.cc}::ExitQueueNode::data_type
private

Constructor & Destructor Documentation

◆ ~ExitQueueNode()

anonymous_namespace{AtExit.cc}::ExitQueueNode::~ExitQueueNode ( )
inline

Member Function Documentation

◆ Append()

void anonymous_namespace{AtExit.cc}::ExitQueueNode::Append ( AtExit::ExitFunction  Function,
const char *  Name 
)
inline

Member Data Documentation

◆ data_container

data_container_type anonymous_namespace{AtExit.cc}::ExitQueueNode::data_container
private

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