SNAP Library 4.0, User Reference  2017-07-27 13:18:06
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
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 1118 of file dt.h.

Constructor & Destructor Documentation

TSInt::TSInt ( )
inline

Definition at line 1122 of file dt.h.

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

Definition at line 1123 of file dt.h.

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

Definition at line 1125 of file dt.h.

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

Member Function Documentation

int TSInt::GetPrimHashCd ( ) const
inline

Definition at line 1128 of file dt.h.

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

Definition at line 1129 of file dt.h.

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

Definition at line 1126 of file dt.h.

1126 {SIn.Load(Val);}
void Load(bool &Bool)
Definition: fl.h:84
int16 Val
Definition: dt.h:1120
TSInt::operator int16 ( ) const
inline

Definition at line 1124 of file dt.h.

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

Definition at line 1127 of file dt.h.

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

Member Data Documentation

int16 TSInt::Val

Definition at line 1120 of file dt.h.


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