SNAP Library 2.0, User Reference  2013-05-13 16:33:57
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
TLss< T > Class Template Reference

#include <bd.h>

List of all members.

Public Member Functions

bool operator() (const T &x, const T &y) const
int Cmp (const T &d1, const T &d2) const

Detailed Description

template<class T>
class TLss< T >

Definition at line 368 of file bd.h.


Member Function Documentation

template<class T>
int TLss< T >::Cmp ( const T &  d1,
const T &  d2 
) const [inline]

Definition at line 371 of file bd.h.

                                          {
    if (d1<d2){return -1;}
    else if (d2<d1){return 1;}
    else {return 0;}
  }
template<class T>
bool TLss< T >::operator() ( const T &  x,
const T &  y 
) const [inline]

Definition at line 370 of file bd.h.

{return x<y;}

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