SNAP Library 2.0, User 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.

{SIn.Load(Val);}

Member Function Documentation

int TSInt::GetPrimHashCd ( ) const [inline]

Definition at line 1035 of file dt.h.

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

Definition at line 1036 of file dt.h.

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

Definition at line 1033 of file dt.h.

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

Definition at line 1031 of file dt.h.

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

Definition at line 1034 of file dt.h.

{SOut.Save(Val);}

Member Data Documentation

Definition at line 1027 of file dt.h.


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