COMBINATORIAL_BLAS  1.6
combblas::VertexTypeML< T1, T2 > Struct Template Reference

#include <MatchingDefs.h>

Public Member Functions

 VertexTypeML (T1 p=-1, T2 com=0)
 

Public Attributes

T1 parent
 
T2 comp
 

Friends

bool operator< (const VertexTypeML &vtx1, const VertexTypeML &vtx2)
 
bool operator== (const VertexTypeML &vtx1, const VertexTypeML &vtx2)
 
std::ostream & operator<< (std::ostream &os, const VertexTypeML &vertex)
 

Detailed Description

template<typename T1, typename T2>
struct combblas::VertexTypeML< T1, T2 >

Definition at line 19 of file MatchingDefs.h.

Constructor & Destructor Documentation

◆ VertexTypeML()

template<typename T1 , typename T2 >
combblas::VertexTypeML< T1, T2 >::VertexTypeML ( T1  p = -1,
T2  com = 0 
)
inline

Definition at line 22 of file MatchingDefs.h.

Friends And Related Function Documentation

◆ operator<

template<typename T1 , typename T2 >
bool operator< ( const VertexTypeML< T1, T2 > &  vtx1,
const VertexTypeML< T1, T2 > &  vtx2 
)
friend

Definition at line 24 of file MatchingDefs.h.

◆ operator<<

template<typename T1 , typename T2 >
std::ostream& operator<< ( std::ostream &  os,
const VertexTypeML< T1, T2 > &  vertex 
)
friend

Definition at line 30 of file MatchingDefs.h.

◆ operator==

template<typename T1 , typename T2 >
bool operator== ( const VertexTypeML< T1, T2 > &  vtx1,
const VertexTypeML< T1, T2 > &  vtx2 
)
friend

Definition at line 29 of file MatchingDefs.h.

Member Data Documentation

◆ comp

template<typename T1 , typename T2 >
T2 combblas::VertexTypeML< T1, T2 >::comp

Definition at line 32 of file MatchingDefs.h.

◆ parent

template<typename T1 , typename T2 >
T1 combblas::VertexTypeML< T1, T2 >::parent

Definition at line 30 of file MatchingDefs.h.


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