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
TTimeNet::TTmBucket Class Reference

#include <timenet.h>

List of all members.

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

Definition at line 26 of file timenet.h.

{ }
TTimeNet::TTmBucket::TTmBucket ( const TSecTm BucketTm) [inline]

Definition at line 27 of file timenet.h.

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

Definition at line 28 of file timenet.h.

: 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.

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

Member Data Documentation

Definition at line 23 of file timenet.h.

Definition at line 24 of file timenet.h.


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