| 
    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 <dt.h>
Public Member Functions | |
| TSInt () | |
| TSInt (const int16 &_Val) | |
| operator int16 () const | |
| TSInt (TSIn &SIn) | |
| void | Load (TSIn &SIn) | 
| void | Save (TSOut &SOut) const | 
| int | GetPrimHashCd () const | 
| int | GetSecHashCd () const | 
Public Attributes | |
| int16 | Val | 
| TSInt::TSInt | ( | ) |  [inline] | 
        
| TSInt::TSInt | ( | const int16 & | _Val | ) |  [inline] | 
        
| TSInt::TSInt | ( | TSIn & | SIn | ) |  [inline, explicit] | 
        
| int TSInt::GetPrimHashCd | ( | ) |  const [inline] | 
        
| int TSInt::GetSecHashCd | ( | ) |  const [inline] | 
        
| void TSInt::Load | ( | TSIn & | SIn | ) |  [inline] | 
        
| TSInt::operator int16 | ( | ) |  const [inline] | 
        
| void TSInt::Save | ( | TSOut & | SOut | ) |  const [inline] | 
        
Definition at line 1027 of file dt.h.
Referenced by GetPrimHashCd(), GetSecHashCd(), Load(), operator int16(), Save(), and TSInt().