#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 |
ParentType & | operator+= (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) |
Definition at line 54 of file RandomParentBFS.cpp.
|
inline |
Definition at line 57 of file RandomParentBFS.cpp.
|
inline |
Definition at line 58 of file RandomParentBFS.cpp.
|
inline |
Definition at line 159 of file TwitterEdge.h.
|
inline |
Definition at line 160 of file TwitterEdge.h.
|
inline |
Definition at line 166 of file TwitterEdge.h.
|
inline |
Definition at line 175 of file TwitterEdge.h.
|
inline |
Definition at line 170 of file TwitterEdge.h.
|
inline |
Definition at line 162 of file TwitterEdge.h.
|
friend |
Definition at line 199 of file TwitterEdge.h.
|
friend |
Definition at line 59 of file RandomParentBFS.cpp.
|
friend |
Definition at line 187 of file TwitterEdge.h.
int64_t ParentType::id |
Definition at line 160 of file TwitterEdge.h.
float ParentType::p |
Definition at line 62 of file RandomParentBFS.cpp.
int64_t ParentType::parent |
Definition at line 59 of file RandomParentBFS.cpp.