PDF
AuboStudio SDK  0.6.3
arcs::aubo_scope::ThreadNode Class Reference

#include <thread_node.h>

Inheritance diagram for arcs::aubo_scope::ThreadNode:
Collaboration diagram for arcs::aubo_scope::ThreadNode:

Public Member Functions

 ThreadNode (ThreadNode &f)
 ThreadNode (ThreadNode &&f)
virtual ~ThreadNode ()
Public Member Functions inherited from arcs::aubo_scope::ProgramNode
 ProgramNode (ProgramNode &f)
 ProgramNode (ProgramNode &&f)
virtual ~ProgramNode ()
ProgramNodeContributionPtr getProgramNodeContribution ()
 Get the program node contribution.

Private Member Functions

 ThreadNode ()

Private Attributes

void * d_ { nullptr }

Friends

class DataSwitch

Additional Inherited Members

Protected Member Functions inherited from arcs::aubo_scope::ProgramNode
 ProgramNode ()

Detailed Description

Definition at line 10 of file thread_node.h.

Constructor & Destructor Documentation

◆ ThreadNode() [1/3]

arcs::aubo_scope::ThreadNode::ThreadNode ( ThreadNode & f)

References ThreadNode().

Referenced by ThreadNode(), and ThreadNode().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ThreadNode() [2/3]

arcs::aubo_scope::ThreadNode::ThreadNode ( ThreadNode && f)

References ThreadNode().

Here is the call graph for this function:

◆ ~ThreadNode()

virtual arcs::aubo_scope::ThreadNode::~ThreadNode ( )
virtual

◆ ThreadNode() [3/3]

arcs::aubo_scope::ThreadNode::ThreadNode ( )
private

◆ DataSwitch

friend class DataSwitch
friend

Definition at line 18 of file thread_node.h.

References DataSwitch.

Referenced by DataSwitch.

Member Data Documentation

◆ d_

void* arcs::aubo_scope::ThreadNode::d_ { nullptr }
private

Definition at line 20 of file thread_node.h.


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