COMBINATORIAL_BLAS  1.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Friends
TwitterEdge Class Reference

#include <TwitterEdge.h>

List of all members.

Public Member Functions

 TwitterEdge ()
template<typename X >
 TwitterEdge (X x)
 TwitterEdge (short mycount, bool myfollow, time_t mylatest)
bool isFollower () const
bool isRetwitter () const
bool TweetWithinInterval (time_t begin, time_t end) const
bool TweetSince (time_t begin) const
bool LastTweetBy (time_t end) const
 operator bool () const
TwitterEdgeoperator+= (const TwitterEdge &rhs)
bool operator== (const TwitterEdge &b) const

Friends

class TwitterReadSaveHandler
struct DetSymmetricize
ostream & operator<< (ostream &os, const TwitterEdge &twe)
TwitterEdge operator* (const TwitterEdge &a, const TwitterEdge &b)

Detailed Description

This is not part of the Combinatorial BLAS library, it's just an example. A nonzero A(i,j) is present if at least one edge (of any type) from vertex i to vertex j exists. Multiple types of edges are supported: follower/retweeter (or both)

Definition at line 17 of file TwitterEdge.h.


Constructor & Destructor Documentation

TwitterEdge::TwitterEdge ( )
inline

Definition at line 20 of file TwitterEdge.h.

template<typename X >
TwitterEdge::TwitterEdge ( x)
inline

Definition at line 22 of file TwitterEdge.h.

TwitterEdge::TwitterEdge ( short  mycount,
bool  myfollow,
time_t  mylatest 
)
inline

Definition at line 24 of file TwitterEdge.h.


Member Function Documentation

bool TwitterEdge::isFollower ( ) const
inline

Definition at line 25 of file TwitterEdge.h.

bool TwitterEdge::isRetwitter ( ) const
inline

Definition at line 26 of file TwitterEdge.h.

bool TwitterEdge::LastTweetBy ( time_t  end) const
inline

Definition at line 29 of file TwitterEdge.h.

TwitterEdge::operator bool ( ) const
inline

Definition at line 31 of file TwitterEdge.h.

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

Definition at line 33 of file TwitterEdge.h.

bool TwitterEdge::operator== ( const TwitterEdge b) const
inline

Definition at line 42 of file TwitterEdge.h.

bool TwitterEdge::TweetSince ( time_t  begin) const
inline

Definition at line 28 of file TwitterEdge.h.

bool TwitterEdge::TweetWithinInterval ( time_t  begin,
time_t  end 
) const
inline

Definition at line 27 of file TwitterEdge.h.


Friends And Related Function Documentation

friend struct DetSymmetricize
friend

Definition at line 58 of file TwitterEdge.h.

TwitterEdge operator* ( const TwitterEdge a,
const TwitterEdge b 
)
friend

Definition at line 70 of file TwitterEdge.h.

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

Definition at line 61 of file TwitterEdge.h.

friend class TwitterReadSaveHandler
friend

Definition at line 56 of file TwitterEdge.h.


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