Bridge++  Ver. 2.0.2
TestManager::Node Struct Reference

Public Member Functions

 Node (const std::string &name, Node *const prev=0)
 
 ~Node ()
 

Public Attributes

Nodem_prev
 
std::vector< Node * > m_next
 
std::string m_name
 
Test_function m_function
 

Detailed Description

Definition at line 90 of file testManager.h.

Constructor & Destructor Documentation

◆ Node()

TestManager::Node::Node ( const std::string &  name,
Node *const  prev = 0 
)
inline

Definition at line 97 of file testManager.h.

◆ ~Node()

TestManager::Node::~Node ( )
inline

Definition at line 99 of file testManager.h.

Member Data Documentation

◆ m_function

Test_function TestManager::Node::m_function

Definition at line 95 of file testManager.h.

◆ m_name

std::string TestManager::Node::m_name

Definition at line 94 of file testManager.h.

◆ m_next

std::vector<Node *> TestManager::Node::m_next

Definition at line 93 of file testManager.h.

◆ m_prev

Node* TestManager::Node::m_prev

Definition at line 92 of file testManager.h.


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