SNAP Library 6.0, Developer Reference  2020-12-09 16:24:20
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
TVecElt< TVec< TDat > > Class Template Reference

#include <unicode.h>

Public Types

typedef TVec< TDat > TVector
 
typedef TDat TElement
 

Static Public Member Functions

static void Add (TVector &vector, const TElement &element)
 

Detailed Description

template<class TDat>
class TVecElt< TVec< TDat > >

Definition at line 418 of file unicode.h.

Member Typedef Documentation

template<class TDat >
typedef TDat TVecElt< TVec< TDat > >::TElement

Definition at line 422 of file unicode.h.

template<class TDat >
typedef TVec<TDat> TVecElt< TVec< TDat > >::TVector

Definition at line 421 of file unicode.h.

Member Function Documentation

template<class TDat >
static void TVecElt< TVec< TDat > >::Add ( TVector vector,
const TElement element 
)
inlinestatic

Definition at line 423 of file unicode.h.

References TVec< TVal, TSizeTy >::Add().

423 { vector.Add(element); }

Here is the call graph for this function:


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