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
TVecElt< TVec< TDat > > Class Template Reference

#include <unicode.h>

List of all members.

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 
) [inline, static]

Definition at line 423 of file unicode.h.

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

{ vector.Add(element); }

Here is the call graph for this function:


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