| 
    SNAP Library 2.3, Developer Reference
    2014-06-16 11:58:46
    
   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 | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  private | 
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[]().