COMBINATORIAL_BLAS  1.6
ParentType Struct Reference

#include <TwitterEdge.h>

Public Member Functions

 ParentType ()
 
 ParentType (int64_t x)
 
 ParentType ()
 
 ParentType (int64_t myid)
 
bool operator== (const ParentType &rhs) const
 
bool operator!= (const ParentType &rhs) const
 
ParentTypeoperator+= (const ParentType &rhs)
 
const ParentType operator++ (int)
 

Public Attributes

int64_t parent
 
float p
 
int64_t id
 

Friends

ostream & operator<< (ostream &os, const ParentType &vertex)
 
std::ostream & operator<< (std::ostream &os, const ParentType &twe)
 
template<typename IT >
ParentType operator+ (const IT &left, const ParentType &right)
 

Detailed Description

Definition at line 54 of file RandomParentBFS.cpp.

Constructor & Destructor Documentation

◆ ParentType() [1/4]

ParentType::ParentType ( )
inline

Definition at line 57 of file RandomParentBFS.cpp.

◆ ParentType() [2/4]

ParentType::ParentType ( int64_t  x)
inline

Definition at line 58 of file RandomParentBFS.cpp.

◆ ParentType() [3/4]

ParentType::ParentType ( )
inline

Definition at line 159 of file TwitterEdge.h.

◆ ParentType() [4/4]

ParentType::ParentType ( int64_t  myid)
inline

Definition at line 160 of file TwitterEdge.h.

Member Function Documentation

◆ operator!=()

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

Definition at line 166 of file TwitterEdge.h.

◆ operator++()

const ParentType ParentType::operator++ ( int  )
inline

Definition at line 175 of file TwitterEdge.h.

◆ operator+=()

ParentType& ParentType::operator+= ( const ParentType rhs)
inline

Definition at line 170 of file TwitterEdge.h.

◆ operator==()

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

Definition at line 162 of file TwitterEdge.h.

Friends And Related Function Documentation

◆ operator+

template<typename IT >
ParentType operator+ ( const IT &  left,
const ParentType right 
)
friend

Definition at line 199 of file TwitterEdge.h.

◆ operator<< [1/2]

ostream& operator<< ( ostream &  os,
const ParentType vertex 
)
friend

Definition at line 59 of file RandomParentBFS.cpp.

◆ operator<< [2/2]

std::ostream& operator<< ( std::ostream &  os,
const ParentType twe 
)
friend

Definition at line 187 of file TwitterEdge.h.

Member Data Documentation

◆ id

int64_t ParentType::id

Definition at line 160 of file TwitterEdge.h.

◆ p

float ParentType::p

Definition at line 62 of file RandomParentBFS.cpp.

◆ parent

int64_t ParentType::parent

Definition at line 59 of file RandomParentBFS.cpp.


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