| 
    SNAP Library 2.0, Developer Reference
    2013-05-13 16:33:57
    
   SNAP, a general purpose, high performance system for analysis and manipulation of large networks 
   | 
  
  
  
 
#include <ds.h>
Public Member Functions | |
| TAPt () | |
| TAPt (const TAPt &Pt) | |
| TAPt (TRec *_Addr) | |
| TAPt (TSIn &) | |
| void | Save (TSOut &) const | 
| TAPt & | operator= (const TAPt &Pt) | 
| TAPt & | operator= (TRec *_Addr) | 
| bool | operator== (const TAPt &Pt) const | 
| bool | operator!= (const TAPt &Pt) const | 
| bool | operator< (const TAPt &Pt) const | 
| TRec * | operator-> () const | 
| TRec & | operator* () const | 
| TRec & | operator[] (const int &RecN) const | 
| TRec * | operator() () const | 
| bool | Empty () const | 
Private Attributes | |
| TRec * | Addr | 
| TRec* TAPt< TRec >::operator() | ( | ) |  const [inline] | 
        
| TRec& TAPt< TRec >::operator* | ( | ) |  const [inline] | 
        
| TRec* TAPt< TRec >::operator-> | ( | ) |  const [inline] | 
        
| TRec& TAPt< TRec >::operator[] | ( | const int & | RecN | ) |  const [inline] | 
        
Definition at line 6 of file ds.h.
Referenced by TAPt< TRec >::Empty(), TAPt< TRec >::operator!=(), TAPt< TRec >::operator()(), TAPt< TRec >::operator*(), TAPt< TRec >::operator->(), TAPt< TRec >::operator<(), TAPt< TRec >::operator=(), TAPt< TRec >::operator==(), and TAPt< TRec >::operator[]().