CGRA-ME
Public Member Functions | Public Attributes | List of all members
OpGraphNode Class Reference

#include <OpGraph.h>

Inheritance diagram for OpGraphNode:
OpGraphOp OpGraphVal

Public Member Functions

 OpGraphNode (std::string name)
 
virtual ~OpGraphNode ()
 
const std::string & getName () const
 
bool operator== (const OpGraphNode &rhs) const
 
bool operator!= (const OpGraphNode &rhs) const
 

Public Attributes

std::string name
 

Detailed Description

Definition at line 113 of file OpGraph.h.

Constructor & Destructor Documentation

◆ OpGraphNode()

OpGraphNode::OpGraphNode ( std::string  name)
inline

Definition at line 115 of file OpGraph.h.

◆ ~OpGraphNode()

OpGraphNode::~OpGraphNode ( )
virtual

Definition at line 148 of file OpGraph.cpp.

Member Function Documentation

◆ getName()

const std::string& OpGraphNode::getName ( ) const
inline

Definition at line 121 of file OpGraph.h.

◆ operator!=()

bool OpGraphNode::operator!= ( const OpGraphNode rhs) const
inline

Definition at line 126 of file OpGraph.h.

◆ operator==()

bool OpGraphNode::operator== ( const OpGraphNode rhs) const
inline

Definition at line 125 of file OpGraph.h.

Member Data Documentation

◆ name

std::string OpGraphNode::name

Definition at line 123 of file OpGraph.h.


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