pinapa::key_assoc_tree_module Class Reference

#include <pinapa-class-inst-deco.h>

List of all members.

Public Member Functions

 key_assoc_tree_module (const tree t, sc_module *const m)
 key_assoc_tree_module (const key_assoc_tree_module &k)

Public Attributes

tree m_tree
sc_modulem_module

Friends

class equal_to_key_assoc_tree_module
class hash_key_assoc_tree_module


Detailed Description

Association of a tree and a module. This reprensents the instance of the tree (important when a module is instanciated several times). This is to be used as the key for an associative container (typically, a hash_set) to associate a decoration to this instance.


Constructor & Destructor Documentation

pinapa::key_assoc_tree_module::key_assoc_tree_module ( const tree  t,
sc_module *const  m 
) [inline]

pinapa::key_assoc_tree_module::key_assoc_tree_module ( const key_assoc_tree_module k  )  [inline]


Friends And Related Function Documentation

friend class equal_to_key_assoc_tree_module [friend]

friend class hash_key_assoc_tree_module [friend]


Member Data Documentation

tree pinapa::key_assoc_tree_module::m_tree

sc_module* pinapa::key_assoc_tree_module::m_module


The documentation for this class was generated from the following file:
Generated by
Matthieu Moy <Matthieu.Moy@st.com>
Back to Pinapa Home Page