SNAP Library, User Reference  2012-10-15 15:06:59
SNAP, a general purpose network analysis and graph mining library
 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 1009 of file dt.h.


Constructor & Destructor Documentation

TSInt::TSInt ( ) [inline]

Definition at line 1013 of file dt.h.

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

Definition at line 1014 of file dt.h.

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

Definition at line 1016 of file dt.h.

{SIn.Load(Val);}

Member Function Documentation

int TSInt::GetPrimHashCd ( ) const [inline]

Definition at line 1019 of file dt.h.

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

Definition at line 1020 of file dt.h.

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

Definition at line 1017 of file dt.h.

{SIn.Load(Val);}
TSInt::operator int16 ( ) const [inline]

Definition at line 1015 of file dt.h.

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

Definition at line 1018 of file dt.h.

{SOut.Save(Val);}

Member Data Documentation

Definition at line 1011 of file dt.h.


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