SNAP Library 2.2, User Reference  2014-03-11 19:15:55
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
TAscFlt Class Reference

#include <dt.h>

Inherits TFlt.

List of all members.

Public Member Functions

 TAscFlt ()
 TAscFlt (const double &Val)
 TAscFlt (TSIn &SIn)
void Save (TSOut &SOut) const

Detailed Description

Definition at line 1391 of file dt.h.


Constructor & Destructor Documentation

TAscFlt::TAscFlt ( ) [inline]

Definition at line 1393 of file dt.h.

: TFlt(){}
TAscFlt::TAscFlt ( const double &  Val) [inline]

Definition at line 1394 of file dt.h.

: TFlt(Val){}
TAscFlt::TAscFlt ( TSIn SIn) [inline, explicit]

Definition at line 1395 of file dt.h.

: TFlt(SIn, true){}

Member Function Documentation

void TAscFlt::Save ( TSOut SOut) const [inline]

Reimplemented from TFlt.

Definition at line 1396 of file dt.h.

{TFlt::Save(SOut, true);}

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