SNAP Library 2.1, Developer Reference  2013-09-25 10:47:25
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
TNodeInfo Class Reference

#include <cascdynetinf.h>

Collaboration diagram for TNodeInfo:

List of all members.

Public Member Functions

 TNodeInfo ()
 TNodeInfo (const TStr &NodeNm, const int &Volume)
 TNodeInfo (TSIn &SIn)
void Save (TSOut &SOut) const
bool operator< (const TNodeInfo &NodeInfo) const
 TNodeInfo ()
 TNodeInfo (const TStr &NodeNm, const int &Volume)
 TNodeInfo (TSIn &SIn)
void Save (TSOut &SOut) const

Public Attributes

TStr Name
TInt Vol

Detailed Description

Definition at line 116 of file cascdynetinf.h.


Constructor & Destructor Documentation

TNodeInfo::TNodeInfo ( ) [inline]

Definition at line 121 of file cascdynetinf.h.

{ }
TNodeInfo::TNodeInfo ( const TStr NodeNm,
const int &  Volume 
) [inline]

Definition at line 122 of file cascdynetinf.h.

: Name(NodeNm), Vol(Volume) { }
TNodeInfo::TNodeInfo ( TSIn SIn) [inline]

Definition at line 123 of file cascdynetinf.h.

: Name(SIn), Vol(SIn) { }
TNodeInfo::TNodeInfo ( ) [inline]

Definition at line 55 of file cascnetinf.h.

{ }
TNodeInfo::TNodeInfo ( const TStr NodeNm,
const int &  Volume 
) [inline]

Definition at line 56 of file cascnetinf.h.

: Name(NodeNm), Vol(Volume) { }
TNodeInfo::TNodeInfo ( TSIn SIn) [inline]

Definition at line 57 of file cascnetinf.h.

: Name(SIn), Vol(SIn) { }

Member Function Documentation

bool TNodeInfo::operator< ( const TNodeInfo NodeInfo) const [inline]

Definition at line 125 of file cascdynetinf.h.

References Vol.

                                                    {
      return Vol < NodeInfo.Vol; }
void TNodeInfo::Save ( TSOut SOut) const [inline]

Definition at line 58 of file cascnetinf.h.

References Name, TStr::Save(), TInt::Save(), and Vol.

{ Name.Save(SOut); Vol.Save(SOut); }

Here is the call graph for this function:

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

Definition at line 124 of file cascdynetinf.h.

References Name, TStr::Save(), TInt::Save(), and Vol.

{ Name.Save(SOut); Vol.Save(SOut); }

Here is the call graph for this function:


Member Data Documentation


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