COMBINATORIAL_BLAS  1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | Friends
ParentType Struct Reference

#include <TwitterEdge.h>

List of all members.

Public Member Functions

 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 id

Friends

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

Detailed Description

Definition at line 159 of file TwitterEdge.h.


Constructor & Destructor Documentation

ParentType::ParentType ( )
inline

Definition at line 161 of file TwitterEdge.h.

ParentType::ParentType ( int64_t  myid)
inline

Definition at line 162 of file TwitterEdge.h.


Member Function Documentation

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

Definition at line 168 of file TwitterEdge.h.

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

Definition at line 177 of file TwitterEdge.h.

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

Definition at line 172 of file TwitterEdge.h.

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

Definition at line 164 of file TwitterEdge.h.


Friends And Related Function Documentation

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

Definition at line 201 of file TwitterEdge.h.

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

Definition at line 189 of file TwitterEdge.h.


Member Data Documentation

int64_t ParentType::id

Definition at line 162 of file TwitterEdge.h.


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