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
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
TSInt Class Reference

#include <dt.h>

List of all members.

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 1025 of file dt.h.


Constructor & Destructor Documentation

TSInt::TSInt ( ) [inline]

Definition at line 1029 of file dt.h.

: Val(0){}
TSInt::TSInt ( const int16 _Val) [inline]

Definition at line 1030 of file dt.h.

: Val(_Val){}
TSInt::TSInt ( TSIn SIn) [inline, explicit]

Definition at line 1032 of file dt.h.

References TSIn::Load(), and Val.

{SIn.Load(Val);}

Here is the call graph for this function:


Member Function Documentation

int TSInt::GetPrimHashCd ( ) const [inline]

Definition at line 1035 of file dt.h.

References Val.

{return Val;}
int TSInt::GetSecHashCd ( ) const [inline]

Definition at line 1036 of file dt.h.

References Val.

{return Val/0x10;}
void TSInt::Load ( TSIn SIn) [inline]

Definition at line 1033 of file dt.h.

References TSIn::Load(), and Val.

{SIn.Load(Val);}

Here is the call graph for this function:

TSInt::operator int16 ( ) const [inline]

Definition at line 1031 of file dt.h.

References Val.

{return Val;}
void TSInt::Save ( TSOut SOut) const [inline]

Definition at line 1034 of file dt.h.

References TSOut::Save(), and Val.

{SOut.Save(Val);}

Here is the call graph for this function:


Member Data Documentation

Definition at line 1027 of file dt.h.

Referenced by GetPrimHashCd(), GetSecHashCd(), Load(), operator int16(), Save(), and TSInt().


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