CGRA-ME
Public Member Functions | Public Attributes | Friends | List of all members
OpGraph::EdgeDescriptor Struct Reference

#include <OpGraph.h>

Public Member Functions

 operator bool () const
 

Public Attributes

OpGraph::ValDescriptor val = null_val
 
int output_index = -1
 

Friends

std::ostream & operator<< (std::ostream &os, const EdgeDescriptor &ed)
 

Detailed Description

Definition at line 224 of file OpGraph.h.

Member Function Documentation

◆ operator bool()

OpGraph::EdgeDescriptor::operator bool ( ) const
inlineexplicit

Definition at line 226 of file OpGraph.h.

Friends And Related Function Documentation

◆ operator<<

std::ostream& operator<< ( std::ostream &  os,
const EdgeDescriptor ed 
)
friend

Definition at line 1278 of file OpGraph.cpp.

Member Data Documentation

◆ output_index

int OpGraph::EdgeDescriptor::output_index = -1

Definition at line 225 of file OpGraph.h.

◆ val

OpGraph::ValDescriptor OpGraph::EdgeDescriptor::val = null_val

Definition at line 225 of file OpGraph.h.


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