SNAP Library 3.0, User Reference  2016-07-20 17:56:49
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 1028 of file dt.h.

Constructor & Destructor Documentation

TSInt::TSInt ( )
inline

Definition at line 1032 of file dt.h.

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

Definition at line 1033 of file dt.h.

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

Definition at line 1035 of file dt.h.

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

Member Function Documentation

int TSInt::GetPrimHashCd ( ) const
inline

Definition at line 1038 of file dt.h.

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

Definition at line 1039 of file dt.h.

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

Definition at line 1036 of file dt.h.

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

Definition at line 1034 of file dt.h.

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

Definition at line 1037 of file dt.h.

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

Member Data Documentation

int16 TSInt::Val

Definition at line 1030 of file dt.h.


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