SNAP Library 6.0, Developer Reference  2020-12-09 16:24:20
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
TSInt Class Reference

#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
 

Detailed Description

Definition at line 1121 of file dt.h.

Constructor & Destructor Documentation

TSInt::TSInt ( )
inline

Definition at line 1125 of file dt.h.

1125 : Val(0){}
int16 Val
Definition: dt.h:1123
TSInt::TSInt ( const int16 _Val)
inline

Definition at line 1126 of file dt.h.

1126 : Val(_Val){}
int16 Val
Definition: dt.h:1123
TSInt::TSInt ( TSIn SIn)
inlineexplicit

Definition at line 1128 of file dt.h.

References TSIn::Load().

1128 {SIn.Load(Val);}
void Load(bool &Bool)
Definition: fl.h:84
int16 Val
Definition: dt.h:1123

Here is the call graph for this function:

Member Function Documentation

int TSInt::GetPrimHashCd ( ) const
inline

Definition at line 1131 of file dt.h.

References Val.

1131 {return Val;}
int16 Val
Definition: dt.h:1123
int TSInt::GetSecHashCd ( ) const
inline

Definition at line 1132 of file dt.h.

1132 {return Val/0x10;}
int16 Val
Definition: dt.h:1123
void TSInt::Load ( TSIn SIn)
inline

Definition at line 1129 of file dt.h.

References TSIn::Load().

1129 {SIn.Load(Val);}
void Load(bool &Bool)
Definition: fl.h:84
int16 Val
Definition: dt.h:1123

Here is the call graph for this function:

TSInt::operator int16 ( ) const
inline

Definition at line 1127 of file dt.h.

References Val.

1127 {return Val;}
int16 Val
Definition: dt.h:1123
void TSInt::Save ( TSOut SOut) const
inline

Definition at line 1130 of file dt.h.

References TSOut::Save().

1130 {SOut.Save(Val);}
void Save(const bool &Bool)
Definition: fl.h:173
int16 Val
Definition: dt.h:1123

Here is the call graph for this function:

Member Data Documentation

int16 TSInt::Val

Definition at line 1123 of file dt.h.

Referenced by GetPrimHashCd(), and operator int16().


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