| 
    Bridge++
    Ver. 1.2.x
    
   | 
 
Public Member Functions | |
| Node (const std::string &name, Node *const prev=0) | |
| ~Node () | |
Public Attributes | |
| Node * | m_prev | 
| std::vector< Node * > | m_next | 
| std::string | m_name | 
| Test_function | m_function | 
Definition at line 100 of file testManager.h.
      
  | 
  inline | 
Definition at line 107 of file testManager.h.
      
  | 
  inline | 
Definition at line 109 of file testManager.h.
| Test_function TestManager::Node::m_function | 
Definition at line 105 of file testManager.h.
| std::string TestManager::Node::m_name | 
Definition at line 104 of file testManager.h.
| std::vector<Node *> TestManager::Node::m_next | 
Definition at line 103 of file testManager.h.
| Node* TestManager::Node::m_prev | 
Definition at line 102 of file testManager.h.