SNAP Library 2.1, User 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
tm.h File Reference
#include "bd.h"

Go to the source code of this file.

Classes

class  TTmInfo
class  TJulianDate
class  TSecTm
class  TTm
class  TExeTm
class  TTmStopWatch
class  TTmProfiler
class  TTmTimer

Typedefs

typedef TVec< TSecTmTSecTmV
typedef TKeyDat< TSecTm, TStrTSecTmStrKd
typedef TVec< TSecTmStrKdTSecTmStrKdV
typedef TVec< TTmTTmV
typedef TPair< TTm, TStrTTmStrPr
typedef TPair< TStr, TTmTStrTmPr
typedef TVec< TTmStrPrTTmStrPrV
typedef TVec< TStrTmPrTStrTmPrV
typedef TPt< TTmProfilerPTmProfiler

Enumerations

enum  TTmUnit {
  tmuUndef, tmu1Sec, tmu1Min, tmu10Min,
  tmu15Min, tmu30Min, tmu1Hour, tmu2Hour,
  tmu4Hour, tmu6Hour, tmu12Hour, tmuDay,
  tmuWeek, tmuMonth, tmuYear, tmuNodes,
  tmuEdges
}

Typedef Documentation

Definition at line 399 of file tm.h.

Definition at line 207 of file tm.h.

Definition at line 208 of file tm.h.

typedef TVec<TSecTm> TSecTmV

Definition at line 206 of file tm.h.

typedef TPair<TStr, TTm> TStrTmPr

Definition at line 348 of file tm.h.

Definition at line 350 of file tm.h.

typedef TPair<TTm, TStr> TTmStrPr

Definition at line 347 of file tm.h.

Definition at line 349 of file tm.h.

typedef TVec<TTm> TTmV

Definition at line 346 of file tm.h.


Enumeration Type Documentation

enum TTmUnit
Enumerator:
tmuUndef 
tmu1Sec 
tmu1Min 
tmu10Min 
tmu15Min 
tmu30Min 
tmu1Hour 
tmu2Hour 
tmu4Hour 
tmu6Hour 
tmu12Hour 
tmuDay 
tmuWeek 
tmuMonth 
tmuYear 
tmuNodes 
tmuEdges 

Definition at line 11 of file tm.h.

             {
  tmuUndef, tmu1Sec, tmu1Min, tmu10Min, tmu15Min, tmu30Min,
  tmu1Hour, tmu2Hour, tmu4Hour, tmu6Hour, tmu12Hour, tmuDay, tmuWeek, // Sunday is the start of the week
  tmuMonth, tmuYear, tmuNodes, tmuEdges
  // wrap around time
  // tmuWrapHour, tmuWrapDay, tmuWrapWeek, tmuWrapMonth, tmuWrapYear
} TTmUnit;