SNAP Library 6.0, User Reference  2020-12-09 16:24:20
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
TTimeNet::TTmBucket Class Reference

#include <timenet.h>

Public Member Functions

 TTmBucket ()
 
 TTmBucket (const TSecTm &BucketTm)
 
 TTmBucket (const TTmBucket &TmBucket)
 
TTmBucketoperator= (const TTmBucket &TmBucket)
 

Public Attributes

TSecTm BegTm
 
TIntV NIdV
 

Detailed Description

Definition at line 21 of file timenet.h.

Constructor & Destructor Documentation

TTimeNet::TTmBucket::TTmBucket ( )
inline

Definition at line 26 of file timenet.h.

26 { }
TTimeNet::TTmBucket::TTmBucket ( const TSecTm BucketTm)
inline

Definition at line 27 of file timenet.h.

27 : BegTm(BucketTm) { }
TTimeNet::TTmBucket::TTmBucket ( const TTmBucket TmBucket)
inline

Definition at line 28 of file timenet.h.

28 : BegTm(TmBucket.BegTm), NIdV(TmBucket.NIdV) { }

Member Function Documentation

TTmBucket& TTimeNet::TTmBucket::operator= ( const TTmBucket TmBucket)
inline

Definition at line 29 of file timenet.h.

29  { if (this!=&TmBucket) {
30  BegTm=TmBucket.BegTm; NIdV=TmBucket.NIdV; } return *this; }

Member Data Documentation

TSecTm TTimeNet::TTmBucket::BegTm

Definition at line 23 of file timenet.h.

TIntV TTimeNet::TTmBucket::NIdV

Definition at line 24 of file timenet.h.


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