SNAP Library , User Reference  2013-01-07 14:03:36
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 1017 of file dt.h.


Constructor & Destructor Documentation

TSInt::TSInt ( ) [inline]

Definition at line 1021 of file dt.h.

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

Definition at line 1022 of file dt.h.

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

Definition at line 1024 of file dt.h.

{SIn.Load(Val);}

Member Function Documentation

int TSInt::GetPrimHashCd ( ) const [inline]

Definition at line 1027 of file dt.h.

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

Definition at line 1028 of file dt.h.

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

Definition at line 1025 of file dt.h.

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

Definition at line 1023 of file dt.h.

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

Definition at line 1026 of file dt.h.

{SOut.Save(Val);}

Member Data Documentation

Definition at line 1019 of file dt.h.


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